{
  "schema_version": "openagent.resource.v1",
  "id": "res_hermes_agent",
  "slug": "hermes-agent",
  "status": "published",
  "identity": {
    "name": "Hermes Agent",
    "one_liner": "MIT-licensed self-improving agent from Nous Research designed to grow with the user.",
    "short_description": "Hermes Agent is an open-source AI agent from Nous Research, positioned as an agent that learns from interaction and supports modern coding-agent and assistant workflows."
  },
  "classification": {
    "resource_type": "agent",
    "primary_category": "agents",
    "subcategories": [
      "workflow-orchestration",
      "tool-calling",
      "coding-agent",
      "self-hosted"
    ]
  },
  "positioning": {
    "why_it_matters": "Hermes Agent matters because it packages the self-improving agent idea into an inspectable repository. For builders, it is a practical project to compare against OpenClaw, Goose, and coding-agent runtimes.",
    "best_for": [
      "Developers evaluating self-improving or personalized agent workflows",
      "Teams comparing open agent runtimes around coding and task execution",
      "Nous Research users who want an agent path around Hermes models and tools"
    ],
    "not_for": [
      "Users who want a fully managed consumer product with no setup work",
      "Teams that cannot review the linked source, license, and operational requirements before adoption"
    ],
    "use_cases": [
      "self-hosted-ai",
      "developer-workflow"
    ],
    "target_audience": [
      "developer",
      "agent_builder"
    ],
    "maturity": "active"
  },
  "decision_signals": {
    "deployment_modes": [
      "self_hosted",
      "cloud"
    ],
    "open_source": true,
    "local_first": false,
    "self_hostable": true,
    "has_api": false,
    "has_gui": false,
    "supports_mcp": false,
    "supports_docker": false
  },
  "facts": {
    "license": "MIT",
    "pricing_model": "open_source",
    "github_repo_full_name": "NousResearch/hermes-agent",
    "last_verified_at": "2026-04-19"
  },
  "capabilities": {
    "core_capabilities": [
      "workflow-orchestration",
      "tool-calling"
    ],
    "interfaces": [
      "repo"
    ]
  },
  "links": {
    "primary_url": "https://github.com/NousResearch/hermes-agent",
    "items": [
      {
        "type": "github",
        "label": "GitHub",
        "url": "https://github.com/NousResearch/hermes-agent"
      },
      {
        "type": "homepage",
        "label": "Homepage",
        "url": "https://hermes-agent.ai/"
      }
    ]
  },
  "media": {
    "thumbnail_brief": {
      "resource_type": "agent",
      "visual_motif": "clean technical blocks with a small source-link motif",
      "background_style": "minimal App Store editorial card using restrained open-source accents",
      "title_overlay": "Hermes Agent",
      "subtitle": "MIT-licensed self-improving agent from Nous Research designed to grow with the user.",
      "avoid": [
        "busy benchmark poster",
        "unverified logos",
        "marketing-heavy screenshots"
      ]
    }
  },
  "tags": {
    "category": [
      "agent",
      "open-source"
    ],
    "capability": [
      "workflow-orchestration",
      "tool-calling"
    ],
    "constraint": [
      "open-source",
      "self-hosted"
    ],
    "scenario": [
      "self-hosted-ai",
      "developer-workflow"
    ]
  },
  "relationships": {},
  "machine_readable": {
    "canonical_url": "https://www.openagent.bot/agents/hermes-agent",
    "json_url": "https://www.openagent.bot/agents/hermes-agent.json",
    "markdown_url": "https://www.openagent.bot/agents/hermes-agent.md"
  },
  "seo": {
    "title": "Hermes Agent: Agents resource for open AI builders",
    "description": "Hermes Agent profile on OpenAgent.bot: what it is, when to use it, official links, open-source status, and structured resource data."
  },
  "editorial": {
    "trust_note": "Verified from source links and project metadata.",
    "core_strengths": [
      {
        "title": "Self-improvement framing",
        "description": "Hermes Agent is described as an agent that grows with the user over time.",
        "why_it_matters": "Personalization and learning are central to making agents useful beyond one-off tasks."
      },
      {
        "title": "Open repository and MIT license",
        "description": "The official repository lists MIT licensing and public installation paths.",
        "why_it_matters": "This makes it easier to inspect, fork, and compare with other agent systems."
      },
      {
        "title": "Agent ecosystem compatibility",
        "description": "The project references modern agent toolchains and coding assistant contexts.",
        "why_it_matters": "Compatibility matters when users already work across Claude Code, Codex, OpenClaw, and similar tools."
      }
    ],
    "use_case_notes": [
      {
        "title": "Personal agent experiments",
        "description": "Test whether the agent can adapt to recurring tasks and user preferences."
      },
      {
        "title": "Coding assistant workflows",
        "description": "Evaluate it for repository navigation, planning, and coding-agent loops."
      },
      {
        "title": "Open agent comparison",
        "description": "Use it as part of a broader comparison across OpenClaw, Goose, and LangGraph-style systems."
      }
    ],
    "compare_notes": [
      {
        "title": "Hermes Agent emphasizes learning with the user",
        "summary": "Many agent tools focus on execution; Hermes Agent is interesting because its positioning centers on self-improvement and continuity.",
        "against": "generic agent CLIs"
      }
    ],
    "getting_started": [
      {
        "label": "Review the GitHub repository",
        "url": "https://github.com/NousResearch/hermes-agent",
        "type": "github"
      },
      {
        "label": "Official source",
        "url": "https://hermes-agent.ai/",
        "type": "homepage"
      }
    ],
    "command_line": [
      {
        "label": "Clone Hermes Agent",
        "command": "git clone https://github.com/NousResearch/hermes-agent.git",
        "description": "Start from the official repository and inspect current installation instructions before running setup scripts."
      }
    ],
    "seo_article": {
      "intro": "Hermes Agent is an open-source AI agent from Nous Research, positioned as an agent that learns from interaction and supports modern coding-agent and assistant workflows.",
      "what_it_is": "Hermes Agent is an open AI agents resource tracked by OpenAgent.bot because it gives builders a concrete implementation path rather than just a product claim.",
      "why_it_matters": "Hermes Agent matters because it packages the self-improving agent idea into an inspectable repository. For builders, it is a practical project to compare against OpenClaw, Goose, and coding-agent runtimes.",
      "how_it_works": "Start from the official repository or documentation, verify the license and runtime requirements, then test it on a narrow workflow before expanding it into production use.",
      "use_cases": [
        {
          "title": "Personal agent experiments",
          "description": "Test whether the agent can adapt to recurring tasks and user preferences."
        },
        {
          "title": "Coding assistant workflows",
          "description": "Evaluate it for repository navigation, planning, and coding-agent loops."
        },
        {
          "title": "Open agent comparison",
          "description": "Use it as part of a broader comparison across OpenClaw, Goose, and LangGraph-style systems."
        }
      ],
      "alternatives": [
        {
          "title": "Hermes Agent emphasizes learning with the user",
          "summary": "Many agent tools focus on execution; Hermes Agent is interesting because its positioning centers on self-improvement and continuity.",
          "against": "generic agent CLIs"
        }
      ],
      "getting_started": [
        {
          "label": "Review the GitHub repository",
          "url": "https://github.com/NousResearch/hermes-agent",
          "type": "github"
        },
        {
          "label": "Official source",
          "url": "https://hermes-agent.ai/",
          "type": "homepage"
        }
      ],
      "faq": [
        {
          "question": "Is Hermes Agent open source?",
          "answer": "Hermes Agent is listed with MIT based on its official source links. Always re-check the repository or model card before production use."
        },
        {
          "question": "Who should evaluate Hermes Agent?",
          "answer": "Developers evaluating self-improving or personalized agent workflows"
        }
      ]
    }
  },
  "timestamps": {
    "created_at": "2026-04-19T00:00:00.000Z",
    "updated_at": "2026-04-19T00:00:00.000Z",
    "published_at": "2026-04-19T00:00:00.000Z"
  }
}