mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
Fix ACP module path documentation from acp_adapter to hermes_agent.acp
This commit is contained in:
parent
420c4d02e2
commit
b49bd7b93d
5 changed files with 21 additions and 21 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue