What is Configuration?
Every agent needs two things configured:- LLM Settings — Which model to use, temperature, streaming behavior
- Prompts — System instructions that define personality and constraints
Key Settings
| Setting | What It Controls |
|---|---|
| Model | GPT-4o, Claude, Llama, or your own |
| Temperature | 0.0 = deterministic, 1.0 = creative |
| Streaming | Essential for real-time responses (always use stream=True) |
| System Prompt | The personality, rules, and context |

