Multi-Agent
Build systems of cooperating agents.
Pages
- Topology selection — Which topology or ROMA to pick, and when team/hierarchy/pipeline is a trap.
- Topologies — Hierarchical, peer, mesh, star group shapes.
- Workflows — Sequential, parallel, loop execution.
- Council & Voting — Majority, weighted, quorum decisions.
- Negotiation — Contract-net, auction, bargaining.
- Judge Agent — Arbiter for conflicting outputs.
- Protocols — Group communication patterns.
- Communication — Agent-to-agent messaging.
- Auto Team Builder — LLM-driven team composition.
- Advanced — Delegation, advanced topologies, swarm.
Related
- AOSE methodology — Where a new planner, resolution mode, org spec, or Magentic formation belongs.
SKILL.md format
A SKILL.md file is a YAML frontmatter block followed by a markdown body. The framework's parser (SkillMdParser) accepts the same shape Claude Code's parser does, so a skill authored once works in both environments.
Group Topologies
TnsAI.Coordination provides 8 group topologies for structuring multi-agent collaboration. Each topology has a dedicated builder and follows the lifecycle: create -> start -> execute -> stop.