Skip to main content

Module graph

Module graph 

Source
Expand description

Agent collaboration graph built from session events.

Captures the full topology of agent relationships: parent-child spawning, handoffs, and collaboration edges.

Structs§

AgentEdge
A directed edge in the agent graph.
AgentGraph
The complete agent collaboration graph for a session.
AgentNode
A node in the agent graph representing one agent instance.

Enums§

AgentEdgeType
Type of relationship between two agents.