- 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
Invoking other agents
An agent can invoke any other agent in the same tenant via the cross-agent SDK. Useful for reviewer / metrics / follow-up patterns where one agent orchestrates another.Next Steps
Memory
Learn about memory management
Cross-Agent SDK
Invoke other agents, read executions, manage their memory
Tools
Create custom tools