Expand description
OpenTelemetry span definitions for agent lifecycle operations.
Each span carries contextual fields for agent-level correlation.
Feature-gated behind tracing-support.
Functions§
- agent_
run_ span - Create a span for an agent’s run lifecycle (no-op without
tracing-supportfeature). - agent_
tool_ span - Create a span for agent-as-tool invocation (no-op without
tracing-supportfeature). - agent_
transfer_ span - Create a span for an agent transfer (no-op without
tracing-supportfeature). - call_
llm_ span - Create a span for an LLM generate call (no-op without
tracing-supportfeature). - extraction_
span - Create a span for an extraction operation (no-op without
tracing-supportfeature). - invocation_
span - Create a span for a full invocation (no-op without
tracing-supportfeature). - phase_
transition_ span - Create a span for a phase transition (no-op without
tracing-supportfeature). - runner_
span - Create a span for the top-level runner (no-op without
tracing-supportfeature). - tool_
dispatch_ span - Create a span for tool dispatch (no-op without
tracing-supportfeature).