CLI: Installation
How to Install the CLI
You can install the CLI package with pip:
BASHpip install agent_client_cli
This will install any dependencies (like typer
and rich
) and add an agents-cli
command to your path.
Verifying Installation
After installation, run:
BASHagents-cli --help
If you see a list of available commands, you're all set.