Files

29 lines
560 B
Markdown
Raw Permalink Normal View History

2026-06-16 10:31:50 -04:00
# hermes-agent
2026-06-16 10:50:50 -04:00
Container image for [Hermes Agent](https://github.com/NousResearch/hermes-agent) with additional tooling.
## Image
`jcabillot/hermes-agent` — [Docker Hub](https://hub.docker.com/r/jcabillot/hermes-agent)
Based on `nousresearch/hermes-agent` with `gnupg` and `jq` added.
## Usage
```bash
docker pull jcabillot/hermes-agent
```
## Build locally
```bash
docker build -t jcabillot/hermes-agent .
```
## Tags
| Tag | Description |
|-----|-------------|
| `latest` | Latest stable build from `main` |
| `sha-<commit>` | Per-commit build |