New pages (sourced from actual codebase): - Security: command approval, DM pairing, container isolation, production checklist - Session Management: resume, export, prune, search, per-platform tracking - Context Files: AGENTS.md project context, discovery, size limits, security - Personality: SOUL.md, 14 built-in personalities, custom definitions - Browser Automation: Browserbase setup, 10 browser tools, stealth mode - Image Generation: FLUX 2 Pro via FAL, aspect ratios, auto-upscaling - Provider Routing: OpenRouter sort/only/ignore/order config - Honcho: AI-native memory integration, setup, peer config - Home Assistant: HASS setup, 4 HA tools, WebSocket gateway - Batch Processing: trajectory generation, dataset format, checkpointing - RL Training: Atropos/Tinker integration, environments, workflow Expanded pages: - code-execution: 51 → 195 lines (examples, limits, security, comparison table) - delegation: 60 → 216 lines (context tips, batch mode, model override) - cron: 88 → 273 lines (real-world examples, delivery options, expression cheat sheet) - memory: 98 → 249 lines (best practices, capacity management, examples)
3.1 KiB
3.1 KiB
slug, sidebar_position, title, description, hide_table_of_contents
| slug | sidebar_position | title | description | hide_table_of_contents |
|---|---|---|---|---|
| / | 0 | Hermes Agent Documentation | An open-source AI agent that grows with you — learns your projects, builds its own skills, and reaches you wherever you are. | true |
Hermes Agent
An open-source AI agent that grows with you — learns your projects, builds its own skills, and reaches you wherever you are.
What is Hermes Agent?
It's not a coding copilot tethered to an IDE or a chatbot wrapper around a single API. It's an autonomous agent that lives on your server, remembers what it learns, and gets more capable the longer it runs.
Quick Links
| 🚀 Installation | Install in 60 seconds on Linux, macOS, or WSL2 |
| 📖 Quickstart Tutorial | Your first conversation and key features to try |
| ⚙️ Configuration | Config file, providers, models, and options |
| 💬 Messaging Gateway | Set up Telegram, Discord, Slack, or WhatsApp |
| 🔧 Tools & Toolsets | 40+ built-in tools and how to configure them |
| 🧠 Memory System | Persistent memory that grows across sessions |
| 📚 Skills System | Procedural memory the agent creates and reuses |
| 🔌 MCP Integration | Connect to any MCP server for extended capabilities |
| 📄 Context Files | Project context files that shape every conversation |
| 🔒 Security | Command approval, authorization, container isolation |
| 🏗️ Architecture | How it works under the hood |
| 🤝 Contributing | Development setup and PR process |
Key Features
- Lives where you do — CLI, Telegram, Discord, Slack, WhatsApp, all from one gateway
- Grows the longer it runs — Persistent memory and self-created skills
- Scheduled automations — Built-in cron with delivery to any platform
- Delegates & parallelizes — Spawn isolated subagents for parallel workstreams
- Real sandboxing — 5 terminal backends: local, Docker, SSH, Singularity, Modal
- Full web control — Search, extract, browse, vision, image generation, TTS
- MCP support — Connect to any MCP server for extended tool capabilities
- Research-ready — Batch processing, trajectory export, RL training integration