Module logging

Module logging 

Source
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-support feature).
log_agent_error
Log an agent error (no-op without tracing-support feature).
log_agent_started
Log that an agent has started (no-op without tracing-support feature).
log_agent_tool_dispatch
Log an agent-as-tool dispatch (no-op without tracing-support feature).
log_agent_transfer
Log an agent transfer (no-op without tracing-support feature).
log_event_loop_lag
Log event loop lag (no-op without tracing-support feature).
log_extraction_result
Log an extraction result (no-op without tracing-support feature).
log_llm_call
Log an LLM call (no-op without tracing-support feature).
log_phase_transition
Log a phase transition (no-op without tracing-support feature).
log_session_persisted
Log session persistence (no-op without tracing-support feature).
log_tool_dispatch
Log a tool dispatch (no-op without tracing-support feature).
log_tool_result
Log a tool result (no-op without tracing-support feature).