mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-30 16:01:49 +08:00
Fix ACP module path documentation from acp_adapter to hermes_agent.acp
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user