Expand description
Structured logging helpers for agent lifecycle.
All log events carry consistent fields for correlation.
Feature-gated behind tracing-support.
Functionsยง
- log_
agent_ completed - Log that an agent completed (no-op without
tracing-supportfeature). - log_
agent_ error - Log an agent error (no-op without
tracing-supportfeature). - log_
agent_ started - Log that an agent has started (no-op without
tracing-supportfeature). - log_
agent_ tool_ dispatch - Log an agent-as-tool dispatch (no-op without
tracing-supportfeature). - log_
agent_ transfer - Log an agent transfer (no-op without
tracing-supportfeature). - log_
event_ loop_ lag - Log event loop lag (no-op without
tracing-supportfeature). - log_
extraction_ result - Log an extraction result (no-op without
tracing-supportfeature). - log_
llm_ call - Log an LLM call (no-op without
tracing-supportfeature). - log_
phase_ transition - Log a phase transition (no-op without
tracing-supportfeature). - log_
session_ persisted - Log session persistence (no-op without
tracing-supportfeature). - log_
tool_ dispatch - Log a tool dispatch (no-op without
tracing-supportfeature). - log_
tool_ result - Log a tool result (no-op without
tracing-supportfeature).