Hermes Agent Resources
A roundup of official materials and further reading for learning and using Hermes Agent.
Official Resources
The docs site covers: quickstart, CLI, configuration, messaging, security, tools, skills, memory, MCP, Cron, context files, architecture, and a full CLI reference.
Command Recap
Slash Command Recap
This Tutorial
- Introduction
- Architecture & Features
- Installation & Usage
- Model Configuration
- Tool System
- Message Channels
- Skills
- Memory System
- Multi-Agent
- Permissions & Security
- Slash Commands
- Use Cases
- Hands-on Practice
Learning Advice
- Get the minimal loop working first: install → configure model → terminal chat
- Add one real scenario: e.g., Telegram + a daily push
- Gradually distill skills and memory so the assistant "grows" into your workflow
- Take security seriously: least privilege, sandboxed execution, gateway allowlists
- Follow official updates: it iterates fast —
hermes update+ read the changelog
This tutorial is compiled from public materials; commands and features defer to the current version of the official documentation.