Multi-Agent & Swarms

Ankh.md

TAW Agent x Hermes multi-agent swarm framework. Coordinates multiple agents with shared goals and distributed task execution.

Why it matters

Profile

TAW Agent x Hermes multi-agent swarm framework. Coordinates multiple agents with shared goals and distributed task execution.

setup mediumintegration mediuminterface cli
Provenance

Signals

Listed in the awesome-hermes-agent README

Sources: 2 / Surfaces: 1

Fast skim

What the upstream surface says

Short excerpt only, so you can decide whether to click out.

Ankh.md (also known as Agent Ankh) is a 100% free, open-source, MIT-licensed agentic framework that helps you go from one Hermes Agent to multiple individually scoped Hermes Agents.

Ankh Hermes Agents live within your files & projects to help you create & use specialized agentic workflows.

By default, Hermes Agent is a default experience you call from anywhere using hermes. After you install Ankh.md & craft a local agent in a folder, the hermes command runs the Ankh instead of the default Hermes Agent.

Ankh.mdKey FeaturesGetting StartedPrerequisitesSetupHow it WorksQuick NotesSafety & Security
  • Per-folder scoping – Each project gets its own agent; config, skills, sessions, and memories live in .agent/
  • Config merge – Global ~/.hermes baseline + local .agent/config.yaml overrides per project
  • Project-local skills – .agent/skills/ per project; each agent can have a different skill set
  • Seamless switching – Run hermes in an Ankh folder → scoped agent; outside → default Hermes
  • Agent identity – .agent/agent.jsonc for custom title, prompt, and instructions per project
  • macOS (other platforms supported by Hermes Agent such as Linux might work; however, we only tested macOS)
  • Terminal (a console where you run your commands)
  • Bun (to run the installer)