mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-27 06:11:40 +00:00
feat: add ACP registry metadata for Zed
This commit is contained in:
parent
e8b9f5ff9a
commit
4c94396206
17 changed files with 683 additions and 75 deletions
26
packages/hermes-agent-acp/README.md
Normal file
26
packages/hermes-agent-acp/README.md
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# @nousresearch/hermes-agent-acp
|
||||
|
||||
ACP launcher for Hermes Agent.
|
||||
|
||||
This package is intended for clients such as Zed that install agents through the official ACP Registry. It launches the Python Hermes ACP server with:
|
||||
|
||||
```bash
|
||||
uvx --from 'hermes-agent[acp]==0.13.0' hermes-acp
|
||||
```
|
||||
|
||||
## Requirements
|
||||
|
||||
- Node.js 18+
|
||||
- `uv` or `uvx` on PATH
|
||||
- Hermes provider credentials configured with `hermes model`, or through Hermes' normal `~/.hermes/.env` / `~/.hermes/config.yaml` setup
|
||||
|
||||
## Commands
|
||||
|
||||
```bash
|
||||
npx @nousresearch/hermes-agent-acp@0.13.0 --version
|
||||
npx @nousresearch/hermes-agent-acp@0.13.0 --check
|
||||
npx @nousresearch/hermes-agent-acp@0.13.0 --setup
|
||||
npx @nousresearch/hermes-agent-acp@0.13.0
|
||||
```
|
||||
|
||||
Normal no-argument mode reserves stdout for ACP JSON-RPC traffic. Diagnostics are emitted on stderr by Hermes.
|
||||
Loading…
Add table
Add a link
Reference in a new issue