Skip to content

Learning Path

Choose the path that matches your goals. Each stage builds on the previous one — skip ahead if you’re already comfortable.

🚀 Stage 1: Beginner — Get Running (Days 1–3)

Section titled “🚀 Stage 1: Beginner — Get Running (Days 1–3)”

Goal: Have Hermes Agent installed, configured, and chatting with your preferred LLM.

#TaskWhy It Matters
1What is Hermes Agent?Understand the self-evolving loop and core architecture
2Quick StartInstall, configure your LLM, and send your first message
3Install on LinuxSet up a clean environment with proper dependencies
4Model SetupChoose and configure the best LLM for your use case and budget
5Try slash commands and multi-line inputLearn the interactive controls you’ll use daily

Checkpoint: You can run hermes chat, send messages, switch models with /model, and interrupt the agent with Ctrl+C.

📗 Stage 2: Intermediate — Core Features (Weeks 1–2)

Section titled “📗 Stage 2: Intermediate — Core Features (Weeks 1–2)”

Goal: Use skills, memory, and tools effectively in daily workflows.

#TaskWhy It Matters
1Skills SystemUnderstand how skills auto-generate and how to manage them
2Memory SystemLearn how persistent memory works across sessions
3Built-in ToolsExplore the 47+ tools — file ops, terminal, browser, search
4Tips & TricksWrite better prompts and get more from your agent
5Cost OptimizationReduce token usage without losing quality

Checkpoint: Your agent remembers you between sessions, has auto-generated skills from your workflows, and you know how to keep costs under control.

📘 Stage 3: Advanced — Integrations & Automation (Weeks 3–4)

Section titled “📘 Stage 3: Advanced — Integrations & Automation (Weeks 3–4)”

Goal: Connect Hermes Agent to your platforms and automate recurring tasks.

#TaskWhy It Matters
1Connect to TelegramAccess your agent from anywhere on mobile
2Connect to WeChatWeChat integration for China-based workflows
3Cron JobsSchedule tasks: morning briefings, email summaries, reports
4Sub-AgentsRun parallel tasks with independent worker agents
5MCP ProtocolConnect external tools via Model Context Protocol

Checkpoint: Your agent lives on a messaging platform, runs scheduled tasks, and can delegate to sub-agents.

🏆 Stage 4: Expert — Build & Contribute (Ongoing)

Section titled “🏆 Stage 4: Expert — Build & Contribute (Ongoing)”

Goal: Create custom skills, optimize deployments, and contribute back.

#TaskWhy It Matters
1Skill CreatorWrite and publish your own skills
2ACP IntegrationAgent-to-agent communication protocol
3Browser AutomationFull web automation with headless browser
4SecurityHarden your deployment for production
5ContributeGive back to the open-source community

Not everyone needs the same things. Here are recommended sequences based on what you’re trying to do.

You want to integrate Hermes Agent into your dev workflow.

Quick Start → Model Setup → Built-in Tools → Skills System → Sub-Agents → MCP Protocol

Focus on: file operations, terminal tool, code generation skills, and sub-agents for parallel code review.

You want a personal AI assistant on your favorite messaging app.

Quick Start → Model Setup → Telegram/WeChat → Memory System → Tips & Tricks → Cron Jobs

Focus on: platform setup, memory personalization, and scheduled tasks (morning briefings, email summaries).

You want to deploy and manage Hermes Agent at scale.

Linux Install → Docker Deploy → Advanced Config → Security → Monitoring → Cron Jobs

Focus on: container orchestration, secrets management, health checks, and automated maintenance.

You want AI-powered writing, research, and publishing workflows.

Quick Start → Model Setup → Built-in Tools → Browser Automation → Skills System → Cron Jobs

Focus on: web search, browser automation for research, writing skills, and scheduled content generation.

You want secure, multi-user deployments with access controls.

Linux Install → Docker Deploy → Security → Advanced Config → ACP Integration → Monitoring

Focus on: RBAC, audit logs, MCP for internal tools, and ACP for multi-agent coordination.


StageTime InvestmentWhat You Get
Beginner2–3 hoursA working agent that responds to your prompts
Intermediate1–2 weeksA personalized assistant that remembers and learns
Advanced2–3 weeksA multi-platform, automated AI worker
ExpertOngoingCustom skills, community contributions, production deployments

💡 Tip: You don’t need to complete every stage. Many users are perfectly happy at Stage 2. Come back to advanced topics when you actually need them.

graph LR
A[What is Hermes?] --> B[Quick Start]
B --> C[Model Setup]
C --> D{Choose Your Path}
D -->|Developer| E[Tools & Skills]
D -->|Daily User| F[Platform & Memory]
D -->|DevOps| G[Docker & Security]
E --> H[Sub-Agents & MCP]
F --> I[Cron & Tips]
G --> J[Monitoring & ACP]
H --> K[Expert]
I --> K
J --> K