The declarative standard for multi-agent systems

Define your agent topology once. Visualize, validate, and scaffold to Claude Code, OpenClaw, CrewAI, or any framework.

Design Your Topology
startactionanalyzersonnet · phase 1security-scannerhaiku · phase 1revieweropus · phase 2reportersonnet · phase 3AgentActionOrchestratorFlowcode-review : fan-out
Write once. Scaffold anywhere.
Claude CodeOpenClawCodexGemini CLICrewAILangGraph
How it works

Three steps to a running
multi-agent system

01

Describe

Tell the AI what your agents should do, or pick from a library of proven templates.

02

Generate

Get a validated .at topology file with live visualization of your agent graph.

03

Scaffold

One command deploys your topology to any supported framework. No rewrite needed.

The .at format

Human-readable agent
architecture

A declarative topology file that describes agents, their capabilities, and how they connect. No boilerplate.

code-review.at
topology code-review : [fan-out] {
  orchestrator { model: opus, handles: [start] }

  agent analyzer {
    model: sonnet
    phase: 1
    tools: [Read, Glob, Grep]
  }

  agent security-scanner {
    model: haiku
    phase: 1
    tools: [Read, Glob, Grep]
  }

  agent reviewer { model: opus, phase: 2 }
  agent reporter { model: sonnet, phase: 3, tools: [Write] }

  flow {
    start -> [analyzer, security-scanner]
    analyzer -> reviewer
    security-scanner -> reviewer
    reviewer -> reporter
  }
}
startanalyzersonnet · phase 1security-scannerhaiku · phase 1revieweropus · phase 2reportersonnet · phase 3
Templates

Start from a proven template

Battle-tested topologies you can customize and scaffold in seconds.

Development
Business
Open source

An open standard for
agent architecture

AgentTopology is MIT-licensed. Your .at files work everywhere — no vendor lock-in, no proprietary formats.

2.4k
Stars
340
Forks
48
Contributors
Pricing

Start building for free

Everything you need to design and scaffold agent systems.

Free

Open Source

Free forever
  • .at parser and validator
  • CLI scaffolding to all frameworks
  • All templates included
  • Community support
  • MIT license
Get Started
Coming Soon

Pro

For teams shipping agents at scale
  • Visual topology designer
  • Team collaboration
  • Private template library
  • CI/CD integrations
  • Priority support