Expand description
Tracer event types for tracking system interactions
This module defines the core event types used by the tracer system to record
LLM calls, tool executions, and agent interactions. All events implement the
TracerEvent trait which provides timestamps, correlation IDs, and printable summaries.
Structs§
- Agent
Interaction Tracer Event - Records interactions between agents
- LlmCall
Tracer Event - Records when an LLM is called with specific messages
- LlmResponse
Tracer Event - Records when an LLM responds to a call
- Tool
Call Tracer Event - Records when a tool is called during agent execution
Traits§
- Event
Filter Fn - Trait for filtering tracer events
- Tracer
Event - Base trait for all tracer events