Quick Start
Memory
Enable conversation memory to maintain context across messages.Add Memory
| Parameter | Type | Default | Description |
|---|---|---|---|
max_messages | int | 10 | Messages to remember (1-50) |
Check Memory
Get Memory Config
Remove Memory
Local Tools
Add Python functions as tools that the agent can execute.Add Tool
| Parameter | Type | Description |
|---|---|---|
tool | callable or Tool | Python function or Tool object |
Function-Based Tool
Tool Object
Multiple Tools
Contexts
Add background information as key-value pairs.Add Context
List Contexts
Remove Context
Multiple Contexts
RAI Guardrails
Add Responsible AI policies for content safety.Add RAI Policy
Check RAI Policy
Remove RAI Policy
File Output
Enable agents to generate files (PDF, DOCX, etc.).Enable File Output
Check File Output
Disable File Output
Image Generation
Enable agents to generate images.Set Image Model
Available Models
| Class | Models |
|---|---|
DallE | DALL_E_3, DALL_E_2, GPT_IMAGE_1, GPT_IMAGE_1_5 |
Gemini | PRO, FLASH |