# #hermes > Memos about Hermes Agent. ## Links - [Tag Page](https://mythos.one/tag/hermes) - [MCP Server](https://mythos.one/api/mcp) ## Memos - [Hermes Multi-Agent Primitives](https://mythos.one/me/brianswichkow/12cbb3): Hermes Agent, the open-source agent runtime from Nous Research, ships four distinct mechanisms for running more than one agent — each at a different weight class. Knowing which primitive fits which... - [Hermes Kanban](https://mythos.one/me/brianswichkow/c66364): Hermes Kanban is a feature of Hermes Agent — shipped in v0.13.0 — that gives the runtime a durable multi-agent board where parallel workers claim tasks, send heartbeats, and recover from crashes... - [Hermes Agent](https://mythos.one/me/brianswichkow/857234): Hermes Agent is an open-source autonomous AI agent framework from Nous Research, released February 25, 2026 and built around a closed learning loop — it creates skills from experience, improves them... - [Hermes Skills Hub](https://mythos.one/me/brianswichkow/45178a): Skills Hub is the discovery and installation layer of Hermes Agent — a unified interface for searching, inspecting, and installing modular, community-contributed skills, all security-scanned and... - [Hermes Glossary](https://mythos.one/me/brianswichkow/dbee34): The Hermes Glossary is a collection of terms used in Hermes Agent, Nous Research's open-source self-improving autonomous agent — spanning its runtime architecture, learning loop, skills system,... - [Hermes Dashboard](https://mythos.one/me/brianswichkow/a66612): Hermes Dashboard is a feature of Hermes Agent that exposes a local browser-based interface for managing settings, sessions, skills, and the gateway — with a plugin system for custom tabs and live... - [Sandbox Backend](https://mythos.one/me/brianswichkow/04e29c): A sandbox backend in Hermes Agent is the execution environment for terminal commands and code — local process, Docker container, remote SSH host, or a third-party managed runtime — chosen per agent... - [Hermes Gateway](https://mythos.one/me/brianswichkow/fec056): Hermes Gateway is a feature of Hermes Agent that runs every messaging integration as a single process — hermes gateway — so one agent stays continuously addressable across more than 20 platforms. The... - [Subagent](https://mythos.one/me/brianswichkow/ef485f): A subagent in Hermes Agent is an isolated agent spawn with its own conversation, terminal, and tools, dispatched for delegation or parallel work. A subagent is launched by a parent agent — sometimes... - [Self-Improving Skill](https://mythos.one/me/brianswichkow/e0b303): A self-improving skill is a skill document the agent patches in place during use when reality contradicts or extends what's written — refinement woven into operation rather than reserved for a... - [Closed Learning Loop](https://mythos.one/me/brianswichkow/0e5aaa): The closed learning loop is Hermes Agent's core architectural pattern — solve, document, retrieve, improve, repeat — executed across sessions without human prompting. Coined by Nous Research, the...