AI agents are autonomous assistants that handle customer conversations within your workflows. Each agent has a configurable personality, optional knowledge base, and access to tools. You create agents from templates, customize them, test in the playground, and activate them for use in workflows.Documentation Index
Fetch the complete documentation index at: https://docs.tedro.io/llms.txt
Use this file to discover all available pages before exploring further.
Creating an Agent
Navigate to Agents in the sidebar. The agents page shows all your agents as cards with inline stats (total runs, success rate, last active time) and a status indicator.
Configuring Your Agent
The agent detail page has four tabs:Personality
The Personality tab controls how your agent communicates:- Name — The agent’s display name
- Role — Select from predefined roles that set behavioral expectations
- System prompt — The core instructions that define the agent’s personality, knowledge boundaries, and response style. Write clear, specific instructions for best results.
- Model — Choose the AI model for the agent (different models offer different tradeoffs between speed, quality, and cost)
- Active / Inactive toggle — Controls whether the agent is available for workflows
Knowledge
The Knowledge tab manages the agent’s reference material:- Documents — Upload files (PDF, text, markdown) that the agent can reference when answering questions. The agent uses retrieval-augmented generation (RAG) to find relevant information.
- Links — Add web URLs as knowledge sources.
Actions
The Actions tab configures what tools the agent can use during conversations:- Web search — Let the agent search the web for current information
- File search — Search through uploaded knowledge base documents
- HTTP tools — Call external APIs (configure URL, method, headers, and body)
- MCP tools — Connect to Model Context Protocol servers for extended capabilities
Performance
The Performance tab shows how the agent is performing:- Total runs — How many conversations the agent has handled
- Success rate — Percentage of runs that completed without errors
- Response metrics — Timing and quality indicators
Testing in the Playground
Before activating an agent, test it in the Playground:- Open the agent detail page and click the Playground panel
- Type messages to simulate a customer conversation
- The agent responds using its current personality, knowledge, and tools configuration
- Iterate on the system prompt and settings based on the agent’s responses
Changes to the agent’s configuration take effect immediately in the Playground. You do not need to republish to test updates.
Using Agents in Workflows
Once your agent is active, add it to a workflow:- Open the workflow builder and drag an AI Agent node onto the canvas
- In the node inspector, select the agent from the dropdown
- Connect the node to your workflow — typically after a trigger node and before a send message or handoff node
What’s Next
Quickstart
See how agents fit into the onboarding flow.
Inbox
Monitor agent conversations and handle escalations in the inbox.