Agent Topology

Multi-Agent Communication Topology

Definition

A declared graph structure that defines which agents can call or communicate with which other agents in a multi-agent system. The topology is enforced by the runtime to maintain governance while allowing agents to remain autonomous within their constraints.

Examples in the Wild

  • Example 1:SwarmWright uses JSON topology files to declare agent communication rules
  • Example 2:Agent A can call Agent B and C, but Agent B cannot call Agent A