Back to Manual
🧠core concepts/dependency graphs

dependency graphs

iocane reconstructs agent dependency graphs from raw traces for every execution window.

  • nodes: represent agents or individual agent spans.
  • edges: represent causal dependencies and fan-out calls.
  • critical path: automatically calculated to identify the sequence of operations driving total latency.
  • concurrency: analysis of how many agents are active simultaneously within a single trace context.