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§
- Bounded
Work Graph - Bounded, acyclic work graph with enforced fan-out and budget constraints.
- Chain
Budget - Tracks the total budget across an entire delegation chain.
- Work
Node - Work
Node Budget