
aion chat opens the Aion terminal chat interface from the Python SDK CLI. Use it to test an
A2A-compatible agent from a local project or through an Aion proxy.
By default, aion chat connects to http://localhost:8000.
Usage
Options
| Option | Description |
|---|---|
--url, --host, -u | Agent or proxy URL. Default http://localhost:8000. |
--agent-id | Agent identifier for proxy-aware routing. |
--token | Bearer token for authenticated endpoints. |
--header | Custom HTTP header in key=value format. Can be repeated. |
--push-notifications | Enable the local push notification receiver. |
--no-push-notifications | Disable push notifications. |
--push-receiver | Push notification receiver URL. Default http://localhost:5000. |
--help | Show command help. |
Examples
aion --version to print the Python SDK CLI version.