An agent is a core building block of Calibrate. Agents can:
- Process voice conversations using Speech To Text (STT) and Text To Speech (TTS)
- Respond intelligently using LLM models following the instructions given to them
- Use tools for structured data extraction
Quickstart
Navigate to Agents
From the sidebar, click Agents to view your existing agents or create a new one.
Create a new agent
Click the New agent button in the top right corner, fill the name of the agent and hit Create agent.
Once ready, you’ll be taken to the agent page.
Agent instructions
Fill out the System prompt field to define the context for the agent, the agent’s persona, how it is supposed to behave and any guidelines it should follow. Write clear instructions:
Be specific about the agent’s tone, capabilities, and limitations in the
system prompt.
For detailed guidance on writing effective system prompts, see ElevenLabs Prompting Guide and OpenAI Prompt Engineering Guide.
Click Save in the top right to save your configuration.
Select the Speech To Text (STT), Text To Speech (TTS) and LLM model/provider for the agent.
Click Save in the top right to save your configuration.
Click Attach tool to enable structured outputs by the agent. See the Tools guide for how to create tools.
Define fields for extracting structured data from conversations
Add tests
Add tests to the agent to evaluate its performance. See the LLM Testing guide for how to create tests.
Advanced Settings
Click Save in the top right to save your configuration.
Next Steps