- Name: Agent identifier
- Instructions: Behavior instructions (system prompt)
- Model: LLM model to use (OpenAI, Anthropic, Bedrock, Groq, Gemini, Azure OpenAI, or custom)
- Tools: Available tools for the agent
- Memory: Memory configuration
- RAG: Knowledge base search configuration
Complete Agent Configuration
Supported Models
Agent Methods
Multi-Agent Systems (Supervisor Pattern)
Add theagents field to create a supervisor that automatically routes requests to specialized child agents using LLM-based intent classification:
Debug Mode
Next Steps
Memory
Learn about memory management
Tools
Create custom tools