Metadata-Version: 2.4
Name: agentmesh-protocol-cli
Version: 0.4.0b3
Summary: agentmesh cli
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: typer
Requires-Dist: requests
Requires-Dist: websockets
Requires-Dist: cryptography
Requires-Dist: agentmesh-protocol-sdk

# agentmesh-protocol-cli

Command-line interface for AgentMesh.

## Install

```bash
pip install agentmesh-protocol-cli
```

## Quick start

```bash
agentmesh --help
```

See the repository root README for full setup and delegation/public-inbox flows.
