Agent Builder

Create and manage AI agents

Total Agents
4 agents
Active
2
Welcome to the Agent Builder! I help you create and configure AI agents for your platform.
I can see you have 4 agents in your system. What would you like to build?
11:42 AM
I want to build a complete e-commerce support system - handling orders, returns, and product questions
11:44 AM
Great! For a complete e-commerce support system, I recommend creating 3 specialized agents that work together. This modular approach gives you better control and easier maintenance.
Proposed Agent Architecture:
AgentPurposeIntegrations
Order TrackerTrack orders, shipping status, delivery updatesOrder DB, Shipping APIs
Returns HandlerProcess returns, refunds, exchangesOrder DB, Payment Gateway
Product ExpertAnswer product questions, recommendationsProduct Catalog, Reviews DB
Plus a Router Agent that directs customers to the right specialist:

Support Router (Orchestrator)

Intelligently routes incoming queries to the appropriate specialist agent based on intent detection. Handles handoffs between agents when needed.

Coordinates all 3 specialist agents
11:46 AM
Create all 4 agents
11:47 AM
Creating your e-commerce support system...
Agent Creation Progress:
4 of 4 agents created successfully
AgentStatusCapabilities
Support RouterCreatedIntent detection, Agent routing, Context handoff
Order TrackerCreatedOrder lookup, Shipping status, Delivery tracking
Returns HandlerCreatedReturn eligibility, Refund processing, Exchange flow
Product ExpertCreatedProduct search, Recommendations, Specs lookup

All Agents Created!

Your 4-agent e-commerce support system is ready. Before deployment, let's run validation tests on each agent.

Next: Run test suites
Pre-deployment Status:

Support Router

Ready for testing

Intent classification accuracy test, routing logic validation

Order Tracker

Ready for testing

Order lookup tests, shipping API integration tests

Returns Handler

Ready for testing

Return flow tests, refund calculation tests

Product Expert

Ready for testing

Product search tests, recommendation accuracy tests

11:48 AM
Run all tests
11:49 AM
Running test suites for all 4 agents...
Test Results Summary:
65 of 65 tests passed across all agents
AgentTestsPassedFailedDuration
Support Router121201.2s
Order Tracker181802.4s
Returns Handler151501.8s
Product Expert202002.1s

All Tests Passed!

Your complete e-commerce support system passed all 65 validation tests. All 4 agents are ready for deployment.

Total Test Duration: 7.5s
Deployment Strategy:

Staged Rollout (Recommended)

Deploy agents sequentially

Deploy Router first, then add specialist agents one by one. Safer, easier to debug.

Full Deployment

Deploy all agents together

Deploy entire system at once. Faster but harder to isolate issues.

Canary with 10% Traffic

Gradual rollout

Route 10% of support traffic to new system, monitor, then expand.

11:50 AM
Do the staged rollout
11:51 AM
Starting staged rollout to staging environment...
Deployment Progress:
All agents deployed to staging
AgentStatusEndpointVersion
Support RouterLive/agents/support-router1.0.0
Order TrackerLive/agents/order-tracker1.0.0
Returns HandlerLive/agents/returns-handler1.0.0
Product ExpertLive/agents/product-expert1.0.0

Staged Rollout Complete!

All 4 agents are now live in staging. The Support Router is configured to orchestrate the specialist agents automatically.

Environment: Staging | 4 Agents Active
System Architecture (Active):

Entry Point: Support Router

staging.api.example.com/support

All customer queries enter here and get routed to specialists

Automatic Routing Active

Intent-based distribution

Orders → Order Tracker | Returns → Returns Handler | Products → Product Expert

Cross-Agent Handoffs Enabled

Seamless transitions

Agents can transfer conversations when topics change

Next Steps:
11:51 AM
Agents:

Select an Agent

Choose an agent from the sidebar or create a new one using the chat