Skip to main content

Module work_graph

Module work_graph 

Source
Expand description

Bounded Work Graph for multi-agent orchestration (P11 / DIM 4).

Manages parent/child agent delegation with:

  • Budget inheritance (child cannot exceed parent)
  • Fan-out limits (max concurrent children)
  • Stop conditions (stale, over-budget, redundant)
  • Provenance tracking for attribution

Structs§

BoundedWorkGraph
Bounded, acyclic work graph with enforced fan-out and budget constraints.
ChainBudget
Tracks the total budget across an entire delegation chain.
WorkNode
WorkNodeBudget

Enums§

NodeStatus
StopReason
WorkGraphError

Constants§

WORK_GRAPH_SCHEMA_VERSION