Skip to main content

Xagent

Describe tasks. Not workflows.

No more flowcharts. No more rigid automation. Just tell Xagent what you want.Xagent Interface

Examples

# Just tell Xagent what to do
"Research the latest AI developments and write a summary"
"Create a 10-slide presentation about renewable energy"
"Design a promotional poster for a coffee shop"
Xagent plans, decomposes, selects tools, executes, and iterates automatically. Start with one-off tasks, turn successful patterns into reusable agents, and scale further with multi-agent workforces.

The Problem

Workflow builders are rigid. They break when requirements change.
  • You map every decision branch manually
  • You orchestrate tools by hand
  • You maintain fragile flow diagrams
  • You re-engineer when logic changes

The Xagent Way

With Xagent, you describe the outcome — not the steps.
  • Plans the task dynamically
  • Decomposes into executable steps
  • Selects the right tools automatically
  • Executes, evaluates, and iterates

Not a Workflow Builder

Xagent is not:
  • A drag-and-drop flow editor
  • A static template engine
  • A chatbot wrapper
Xagent is:
  • A dynamic task execution engine
  • An autonomous planning system
  • A foundation for building real AI agents and multi-agent workforces

Get Started in 3 Minutes

1
Clone and configure
git clone https://github.com/xorbitsai/xagent.git
cd xagent
cp example.env .env
2
Start with Docker
docker compose up -d
3
Open your browser
http://localhost:80

Ready to build?

Follow the quickstart guide to create your first task and first agent.

Need a workforce?

Learn when to move from one agent to a coordinated manager-plus-workers setup.