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