Customizing Agents
Agents can be tailored via:
- Tools – add custom functions (e.g., database queries, external API calls). Define them in and register in the agent config.Snippet
src/agents/custom-tools.ts - Prompt Templates – modify system prompts in the agent's Prompt tab to change behavior.
- Memory – configure short‑term or long‑term memory stores via the Memory settings.
- Fine‑tuning – upload a dataset and request a fine‑tuned model (Enterprise only).
After changes, re‑deploy the agent from the dashboard.