Skip to main content

Documentation Index

Fetch the complete documentation index at: https://icrl.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Schema

class Step(BaseModel):
    observation: str
    reasoning: str
    action: str
A Trajectory is a list of Step values in execution order.