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 Message(BaseModel):
    role: str
    content: str
Used by provider interfaces and loop internals.