feat: add ACP registry metadata for Zed

This commit is contained in:
mr-r0b0t 2026-05-14 14:43:27 -05:00 committed by Teknium
parent e8b9f5ff9a
commit 4c94396206
17 changed files with 683 additions and 75 deletions

View 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.