Skip to main content

Module execution_graph

Module execution_graph 

Source
Expand description

Execution DAG and telemetry for TaskAgent runs

Provides ExecutionGraph (one node per provider-call iteration with tool call records) and RunTelemetry (aggregate summary derived from the graph at run completion).

Structs§

ExecutionGraph
Full execution trace for one TaskAgent run.
RunTelemetry
Structured telemetry summary for a completed run.
StepNode
One provider-call iteration in the execute() loop.
ToolCallRecord
One tool call within a single iteration step.