Connect your AI agents.
Make them smarter together.

Agent-Mesh is an open-source framework that links multiple Hermes agents into a knowledge network — shared memories, an encrypted vault, and direct agent-to-agent messaging.

Shared knowledge

Every agent exports its memories and learned skills. Pull, sync, and everyone benefits from what each machine learned.

Encrypted vault

Secrets shared across the fleet via sops + age. Each agent holds its own key — encrypted at rest, never in plain text.

Agent-to-agent messaging

Messages flow through a git queue with roles and a central hub — no open ports, no manual relaying between machines.

Quickstart

# one machine = one agent
curl -fsSL https://raw.githubusercontent.com/moinsen-dev/agent-mesh/main/mesh -o /usr/local/bin/mesh
chmod +x /usr/local/bin/mesh

mesh init ax41   # create key pair + register
mesh sync    # export knowledge + push
mesh vault set DB_PASSWORD "secret"
mesh send macbook "sync your memories, please"
mesh agents