Documentation Index
Fetch the complete documentation index at: https://docs.agno.com/llms.txt
Use this file to discover all available pages before exploring further.
| Example | Description |
|---|---|
| Basic | Cookbook example for xiaomi/basic.py. |
| String Model | Create an agent from the xiaomi:<model-id> string shorthand. |
| Tool Use | Web search while thinking mode is on. |
| Structured Output | Return a typed Pydantic object via JSON mode. |
| Thinking Mode | Toggle thinking on/off with the use_thinking flag. |
| Reasoning Agent | Solve a logic puzzle with thinking mode on. |