Configuration
Configuration is how you define your agent’s behavior—which LLM it uses and how it responds. Get this right and your agent feels natural. Get it wrong and users will notice.
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
The SDK provides sensible defaults, so you can start simple and tune later.

