Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Episode record model
class Trajectory(BaseModel): id: str # uuid default goal: str plan: str steps: list[Step] success: bool metadata: dict[str, Any] = {}
trajectory.to_example_string() -> str