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 |
What’s Next
Prompts
Craft effective system prompts that define behavior.
LLM Settings
Model selection, temperature, and streaming.
Bring Your Own Model
Run local models with Ollama, vLLM, or custom servers.

