📄️ Debugging Agents Locally
Use the debugging UI to interact with agents and see real-time changes.
📄️ Testing Agents with Specs
Validate agent behavior using YAML test specifications.
📄️ Evaluating Agent Quality with RAGElo
Compare agent response quality using the RAGElo evaluation tool.
📄️ Configuring Agents
Configure agents using the agent_setups.json file and request parameters.
📄️ Connecting to your tenant
Connect your RAG agent to a specific tenant index.
📄️ Using Sub-Agents
Modularize agent functionality using sub-agents within a main agent.
📄️ Creating Injectable Dependencies
Create reusable injectable dependencies for your agents.
📄️ Creating Agents that Use Tools
Build agents that can call external tools and services.
📄️ Using MCP Tools
Connect agents to MCP servers to access external tools.
📄️ Orchestrating Multi-Agent Workflows
Dynamically create and invoke multiple sub-agents for complex workflows.
📄️ Working with Tables
Store and manage tabular data in your agents using the Table class.
📄️ Extending the API Server
Add custom endpoints and middleware to the API server.
📄️ Deploying Self-Hosted Agents
Deploy agents on your own infrastructure using the REST API.