✨ AgentOS Platform

Online Not logged in

Build Your Agent

Calculator
Weather
Web Search
Vision
Doc Reader
Doc Q&A
0.7

Agent Templates

Pre-built agents ready to deploy. Click one to load it into the builder.

Agent Chat

Branching Chat

Explore "what if" scenarios by forking conversations. Click the fork icon on any message to create a branch.

Start a conversation to see branches.
Agents
0
Events
0
Cost
$0
Status
Ready

Live Events

Total Spend
$0
Total Queries
0
Avg Cost / Query
$0
Total Events
0
Active Agents
0

Cost Over Time

Hour
Day
Week

Most Used Tools

No tool usage recorded yet. Run an agent with tools enabled.

Model Comparison

ModelCallsTotal CostAvg CostAvg LatencyAvg TokensTotal Tokens
No model data yet.

Agent Leaderboard

#AgentQualityQueriesTool CallsTotal CostCost/QueryEvents
No agent data yet.
Agents
0
Downloads
0
Reviews
0
Free
0

Loading marketplace...

Publish Your Agent

Share your agent configuration with the community.

Calculator
Weather
Web Search
Vision
Doc Reader

Embeddable Chat Widget

Generate an embeddable widget so other companies can add AgentOS agents to their websites with a single script tag.

Python SDK

Use the Python SDK to integrate AgentOS into any backend:

from agentos.embed import AgentOSClient

client = AgentOSClient(
    base_url="http://localhost:8000",
    api_key="your-api-key",
)

# Single response
response = client.run("How can I help?")
print(response)

# Streaming
for token in client.stream("Tell me a story"):
    print(token, end="", flush=True)

# Browse marketplace
agents = client.list_agents()
for a in agents:
    print(a["name"], a["downloads"])

Agent-to-Agent Mesh

Discover, authenticate, negotiate, and transact with agents across organisations using the mesh protocol.

0
Agents
0
Organisations
0
Transactions
0
Completed

Registry

Agents registered in the mesh network.

Register Agent

Add a new agent to the mesh network.

Send Message

Send a mesh protocol message to another agent.

Transactions

Ledger of all mesh transactions.

Message Log

No messages yet.

Agent Simulation World

Stress-test your agent with realistic simulated customers. Generate 50-100 concurrent interactions from different personas, then review quality scores and failure analysis.

-
Total
-
Passed
-
Failed
-
Avg Quality
-
Pass Rate

Configure Simulation

Persona Breakdown

Run a simulation to see per-persona results.

Score Distribution

No data yet.

Failure Analysis

No failures yet.

Worst Interactions

Run a simulation to see results.

Agent Learning System

Collect user feedback, analyze failure patterns, auto-optimise prompts, and build few-shot examples — all without fine-tuning.

0
Feedback
0%
Positive
-
Avg Quality
0
Patches
0
Few-shots

Submit Feedback

Topic Analysis

Which topics does the agent handle well (or poorly)?

Submit feedback or click Analyze to see results.

Prompt Patches

Auto-generated prompt improvements for weak areas.

Run analysis to generate patches.

Few-Shot Examples

Best interactions auto-selected as in-context examples.

Build examples from positive feedback.

Learning Progress

-
Run analysis to see timeline.

Recent Feedback

No feedback yet.

Root Cause Analysis

Deep tracing, 5-point diagnostics, smart causal alerts, and step-by-step replay of agent interactions.

0
Traces
0%
Success Rate
0
Failed
0
Alerts

Smart Alerts

Causal alerts that explain WHY something is wrong.

Click Refresh to check for alerts.

Recent Traces

No traces yet.

Interaction Replay

Click a failed trace above to replay it step-by-step.

Select a trace to replay.

5-Point Diagnosis

Select a trace to see its diagnosis.

Agent Scheduler

Schedule agents to run automatically at intervals or cron times.

Calculator
Weather
Web Search
Vision
Doc Reader

Active Jobs

No scheduled jobs. Create one above.

Event Bus

Fire events and see which agents react. Supports webhooks, timers, agent-to-agent chains, and custom events.

POST /api/webhook/{event_name}
Send JSON body to fire events from external services

Registered Listeners

No listeners registered. Use the Python API to register agents.

Event History

No events emitted yet.

Account

Register or log in to get an API key. This key is used to track your usage.

API key is stored locally in your browser (localStorage) and sent as X-API-Key for API calls.

Your Usage

Log in to see your usage.

A/B Testing

Compare two agent configurations on the same set of queries using an LLM-as-judge.

Agent A

Agent B

Calculator
Weather
Web Search
Vision
Doc Reader

Results

No A/B test run yet.

Multi-modal Analysis

Upload an image or document and ask questions about it. Supports images (PNG, JPG, GIF, WebP) and documents (TXT, MD, PDF, CSV, JSON).

Click to upload or drag & drop

Images: PNG, JPG, GIF, WebP · Documents: TXT, MD, PDF, CSV, JSON

Or Analyze by URL

Paste a public image URL to analyze without uploading.