hermes-agent-rs

Minimal Rust port of Hermes Agent — CLI, tools, optional file memory & skills.

Install

From source (Rust toolchain required):

git clone https://github.com/rsasaki0109/hermes-agent-rs.git
cd hermes-agent-rs
cargo build --release

Crates.io (after cargo publish): cargo install hermes-agent-rs

Run

cp config.example.yaml config.yaml
# set API keys per provider
cargo run --release -- run config.yaml

Type :quit to exit the REPL.

Docs

README, design notes, and roadmap live in the repo. This page is the lightweight “dogfood” landing we point people at from releases.