Complete documentation for Hermes Agent by Nous Research — the open, extensible platform for building autonomous AI agents with self-improving skills and persistent memory.
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
Run hermes setup to configure models, Telegram bots, and first skills.
hermes chat -q "Research GRPO papers and write summary" # Single query hermes -s hermes-agent -s ai-agent-intelligence # Preload skills hermes --worktree # Isolated git worktree mode for code edits hermes cron create '30m' --prompt "Run site health check" # Schedule task