CLI: Installation

How to Install the CLI

You can install the CLI package with pip:

BASH
pip install agent_client_cli

This will install any dependencies (like typer, rich, configparser, websockets, and agent_client) and add an agents-cli command to your path.

For additional features, you can install with clipboard support:

BASH
pip install agent_client_cli[clipboard]

Or all optional extras:

BASH
pip install agent_client_cli[full]

Verifying Installation

After installation, run:

BASH
agents-cli --help

If you see a list of available commands, you're all set.

Version Information

The current version is 0.3.0, which includes the following highlights:

  • Improved WebSocket streaming for agent-specific connections
  • Better error handling and timeouts
  • Fixed link functionality for better browser support
  • Streamlined setup process
  • Full display of API keys and agent IDs
  • HTML documentation generation
  • Improved command organization and help