agentops.tools
ADVANCED AGENT

🤖 AI Orchestrator Agent

Give a complex multi-step task — the orchestrator decomposes it, picks the right agents, runs them in pipeline, and synthesizes a unified output.

Try AI Orchestrator Agent

A2A Endpoint: POST /api/agents/orchestrator · Method: tasks/send or tasks/sendSubscribe · Agent card: GET /api/agents/orchestrator

Use Cases

Frequently Asked Questions

How does it pick agents?

An LLM planner analyzes your request and outputs a JSON plan. The plan executes through the A2A protocol, with outputs piped between agents.

Maximum pipeline length?

Up to 5 sequential steps. For longer chains, run multiple orchestrator calls.

Can I customize the plan?

Currently auto-planned. A future version will let you specify the pipeline yourself.