Files
Julien Cabillot cd7f15c48e
Main Release / hadolint (push) Successful in 9s
Main Release / build (push) Successful in 2m15s
Main Release / tag (push) Successful in 16s
Tag Release / hadolint (push) Successful in 15s
Tag Release / build (push) Successful in 19s
Tag Release / build-push (push) Successful in 2m48s
feat: init
2026-06-16 10:58:40 -04:00

29 lines
560 B
Markdown

# hermes-agent
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 |