What problem does it solve? Hermes Agent is a large, multi-surface AI agent framework, and answering questions about its CLI commands, configuration, theming, plugins, MCP servers, or multi-agent orchestration requires accurate, up-to-date reference material rather than guesswork. ## Core Features & Use Cases - Routed reference hub: A routing table maps each user question (CLI flags, providers, skins, desktop plugins, TUI widgets, pets, cron, kanban, MCP) to the correct reference file before answering. - Multi-agent orchestration: Spawn independent Hermes subprocesses in one-shot or interactive tmux PTY mode, coordinate multiple agents, and resume sessions. - Extension authoring: Templates and guides for building skins (skin.yaml), desktop UI plugins (plugin.js), and TUI widgets (clock.mjs) that hot-reload into the app. - Use Case: A user asks why their delegate_task batch was capped at 9 despite setting max_concurrent_children to 15; the skill loads the concurrency-diagnosis reference and walks through config checks and log inspection to identify the real cause. ## Quick Start Ask the agent to help you configure a Hermes provider, create a custom skin, or spawn a background Hermes instance for a long-running task.