Skip to main content
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

From the sidebar, click Agents to view your existing agents or create a new one.
Agents List

Create a new agent

Click the New agent button in the top right corner, fill the name of the agent and hit Create agent.
Create Agent
Once ready, you’ll be taken to the agent page.
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.

Configure providers

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.

Add tools

Click Attach tool to enable structured outputs by the agent. See the Tools guide for how to create tools.
Attach tool

Set up data extraction

Define fields for extracting structured data from conversations
Data extraction

Add tests

Add tests to the agent to evaluate its performance. See the LLM Testing guide for how to create tests.
Add tests

Advanced Settings

Advanced settings
Click Save in the top right to save your configuration.

Next Steps