Skip to content

Learning Path

Hermes Agent can do a lot — CLI assistant, Telegram/Discord bot, task automation, RL training, and more. This page helps you figure out where to start and what to read based on your experience level and what you’re trying to accomplish.

:::tip Start Here If you haven’t installed Hermes Agent yet, begin with the Installation guide and then run through the Quickstart. Everything below assumes you have a working installation. :::

  • Know your level? Jump to the experience-level table and follow the reading order for your tier.
  • Have a specific goal? Skip to By Use Case and find the scenario that matches.
  • Just browsing? Check the Key Features table for a quick overview of everything Hermes Agent can do.
LevelGoalRecommended ReadingTime Estimate
BeginnerGet up and running, have basic conversations, use built-in toolsInstallationQuickstartCLI UsageConfiguration~1 hour
IntermediateSet up messaging bots, use advanced features like memory, cron jobs, and skillsSessionsMessagingToolsSkillsMemoryCron~2–3 hours
AdvancedBuild custom tools, create skills, train models with RL, contribute to the projectArchitectureAdding ToolsCreating SkillsRL TrainingContributing~4–6 hours

Pick the scenario that matches what you want to do. Each one links you to the relevant docs in the order you should read them.

Use Hermes Agent as an interactive terminal assistant for writing, reviewing, and running code.

  1. Installation
  2. Quickstart
  3. CLI Usage
  4. Code Execution
  5. Context Files
  6. Tips & Tricks

Deploy Hermes Agent as a bot on your favorite messaging platform.

  1. Installation
  2. Configuration
  3. Messaging Overview
  4. Telegram Setup
  5. Discord Setup
  6. Voice Mode
  7. Use Voice Mode with Hermes
  8. Security

For full project examples, see:

Schedule recurring tasks, run batch jobs, or chain agent actions together.

  1. Quickstart
  2. Cron Scheduling
  3. Batch Processing
  4. Delegation
  5. Hooks

Extend Hermes Agent with your own tools and reusable skill packages.

  1. Plugins
  2. Build a Hermes Plugin
  3. Tools Overview
  4. Skills Overview
  5. MCP (Model Context Protocol)
  6. Architecture
  7. Adding Tools
  8. Creating Skills

Use reinforcement learning to fine-tune model behavior with Hermes Agent’s built-in RL training pipeline.

  1. Quickstart
  2. Configuration
  3. RL Training
  4. Provider Routing
  5. Architecture

”I want to use it as a Python library”

Section titled “”I want to use it as a Python library””

Integrate Hermes Agent into your own Python applications programmatically.

  1. Installation
  2. Quickstart
  3. Python Library Guide
  4. Architecture
  5. Tools
  6. Sessions

Not sure what’s available? Here’s a quick directory of major features:

FeatureWhat It DoesLink
ToolsBuilt-in tools the agent can call (file I/O, search, shell, etc.)Tools
SkillsInstallable plugin packages that add new capabilitiesSkills
MemoryPersistent memory across sessionsMemory
Context FilesFeed files and directories into conversationsContext Files
MCPConnect to external tool servers via Model Context ProtocolMCP
CronSchedule recurring agent tasksCron
DelegationSpawn sub-agents for parallel workDelegation
Code ExecutionRun Python scripts that call Hermes tools programmaticallyCode Execution
BrowserWeb browsing and scrapingBrowser
HooksEvent-driven callbacks and middlewareHooks
Batch ProcessingProcess multiple inputs in bulkBatch Processing
RL TrainingFine-tune models with reinforcement learningRL Training
Provider RoutingRoute requests across multiple LLM providersProvider Routing

Based on where you are right now:

  • Just finished installing? → Head to the Quickstart to run your first conversation.
  • Completed the Quickstart? → Read CLI Usage and Configuration to customize your setup.
  • Comfortable with the basics? → Explore Tools, Skills, and Memory to unlock the full power of the agent.
  • Setting up for a team? → Read Security and Sessions to understand access control and conversation management.
  • Ready to build? → Jump into the Developer Guide to understand the internals and start contributing.
  • Want practical examples? → Check out the Guides section for real-world projects and tips.