Agor

Active
GitHub TypeScript NOASSERTION

Description

Agor is a multiplayer spatial canvas for AI coding agents, anchoring branches, sessions, PRs, and agents into one shared real-time workspace.

Key Features

  • Spatial 2D canvas with Figma-style boards and zones to organize agent branches
  • Multiplayer collaboration - live cursors, facepiles, scoped comments on shared sessions
  • Multi-runtime support - Claude Code, Codex, Gemini, OpenCode, Copilot interchangeable per session
  • Branch-anchored workspaces - one git worktree per branch with conversations, dev env, and PR
  • Long-lived assistants with file-based memory, skills, and identity published team-wide
  • Built-in Agor MCP server so agents can drive Agor from inside their own sessions

Use Cases

πŸ’‘ Coordinating a team of AI coding agents on a shared canvas with live presence
πŸ’‘ Running parallel agents in isolated git worktrees on the same repo
πŸ’‘ Visualizing and orchestrating Claude Code / Codex / Gemini sessions side by side
πŸ’‘ Triggering templated prompts by dragging branches into canvas zones
πŸ’‘ Routing Slack and GitHub messages into agent sessions via the Message Gateway

Quick Start

# Requires Node.js 22.12+
npm install -g agor-live
agor init           # creates ~/.agor/ and database
agor daemon start   # runs the backend
agor open           # opens the UI in your browser
# Then follow the onboarding wizard to add a repo and create your first session.

Related Projects