Functionality associated with the alpha toolset is provided via a Python module. Do not call this tool - import and use the python functionality instead.
alpha - the alpha toolset

Python source code is available in <python-dir>/alpha.py

Available functions:
  echo(message)                                                  Echo a message.
  add(a, b)                                                      Add two integers.
  summarize_payload(items, metadata=None, include_details=None)  Summarize a structured payload.

For details on a specific function, run:
```python
from alpha import <function>
print(help(<function>))
```
