feat: init
This commit is contained in:
@@ -1,3 +1,28 @@
|
||||
# hermes-agent
|
||||
|
||||
Hermes Agent container image
|
||||
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 |
|
||||
|
||||
Reference in New Issue
Block a user