Trace represents one complete agent execution from start to finish. Each trace has a unique trace_id that groups all related spans together.
Trace Attributes
Methods
to_dict()
Convert the trace to a dictionary.
dict
from_dict()
Create a trace from a dictionary.
data(dict): Dictionary containing trace data
Trace
Usage
See Also
- Span Reference - Individual operations within a trace
- DB Functions - Query functions for traces and spans