agent-mesh-architecture
Installation
SKILL.md
Agent Mesh Architecture
Design resilient peer-to-peer agent networks where agents collaborate without central orchestration.
When to Use
- Resilience is critical (no single point of failure)
- Agents need to collaborate dynamically
- Tasks benefit from emergent behavior
- Scale varies (agents join/leave dynamically)
- Different perspectives improve outcomes
Architecture Overview
┌─────────┐ ┌─────────┐
│ Agent A │◄───►│ Agent B │
└────┬────┘ └────┬────┘
│ │
Related skills