Fix ACP module path documentation from acp_adapter to hermes_agent.acp

This commit is contained in:
alt-glitch 2026-04-24 07:36:03 +05:30
parent 420c4d02e2
commit b49bd7b93d
5 changed files with 21 additions and 21 deletions

View file

@ -43,7 +43,7 @@ This installs the `agent-client-protocol` dependency and enables:
- `hermes acp`
- `hermes-acp`
- `python -m acp_adapter`
- `python -m hermes_agent.acp`
## Launching the ACP server
@ -58,7 +58,7 @@ hermes-acp
```
```bash
python -m acp_adapter
python -m hermes_agent.acp
```
Hermes logs to stderr so stdout remains reserved for ACP JSON-RPC traffic.