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§
- Execution
Graph - Full execution trace for one
TaskAgentrun. - RunTelemetry
- Structured telemetry summary for a completed run.
- Step
Node - One provider-call iteration in the
execute()loop. - Tool
Call Record - One tool call within a single iteration step.