Cyclops Cyclops CYCLOPS
// Open source coordination for coding agents

ONE TEAM.
ANY AGENT.

Coordinate and track coding agents across providers in one terminal workspace.

$ curl -fsSL https://www.usecyclops.dev/install.sh | sh

THE PROBLEM

01 / Why Cyclops

Your agents are powerful.
Their teamwork is manual.

Developers use different coding agents for different jobs, but coordinating them still means manually passing context, assigning work, and tracking progress. Cyclops gives them a shared coordination layer.

Before Cyclops
  • Isolated agent terminals
  • Manual context handoffs
  • No direct agent messaging
  • Unclear agent responsibilities
With Cyclops
  • Named agent roles
  • Structured agent-to-agent messages
  • Permission-aware routing
  • Verified terminal delivery

HOW IT WORKS

02 / Workflow
01
Start a workspace

Start the coding agents you already use inside one Cyclops workspace.

$ cyclops start
✓ workspace ready — 3 agents
02
Assign roles

Give each agent a clear identity so every agent knows where work belongs.

implementer → pane 1
reviewer → pane 2
tests → pane 3
03
Send a request

Send structured requests between agents and verify they reach the intended terminal.

$ cyclops send reviewer \
--subject "Review the rate limiter"
✓ delivered · verified

COMPATIBILITY

03 / Any agent

If it runs in your terminal,
it can run in Cyclops.

claude codex gemini opencode your-agent

WHY CYCLOPS

04 / Principles
Provider-independent
Use the right coding agent for each task without forcing your workflow into one provider.
Terminal-native
Keep every agent inside its real terminal environment with its existing tools and context.
Reliable handoffs
Route structured requests to named agents and verify that they reach the intended terminal.

OPEN SOURCE

05 / Repository

Built in the open.
Runs on your machine.

Inspect it, extend it, and help shape how coding-agent teams should work. Cyclops keeps coordination close to your code and terminal.

// Get started

BUILD WITH YOUR
WHOLE AGENT TEAM

Install Cyclops and coordinate any agents you can run from the terminal.

$ curl -fsSL https://www.usecyclops.dev/install.sh | sh
github.com/cyclops-team/cyclops