Agor — Summary
Agor is a self-hosted team workspace for AI agents — a Figma-style 2D spatial canvas where git branches are the unit of work, coding agents (Claude Code, Codex, Gemini, OpenCode, Copilot) run in isolated branch environments, teams collaborate in real-time with live cursors and spatial comments, and agents drive their own sessions via an MCP HTTP endpoint. The daemon runs locally (npm daemon + SQLite via LibSQL) or via Docker/Postgres, with a React web UI and an oclif CLI.
Problem it solved: Existing agent tools are single-user and single-session. Agor makes agent work multiplayer and spatial: teams see live cursors, leave scoped comments, share sessions, and spatial zones on the canvas trigger automated agent prompts when branches are dropped into them.
Distinctive traits: (1) Figma-style 2D spatial canvas ("board") with zones that auto-trigger agent prompts; (2) Real-time multiplayer (live cursors, facepile, shared sessions, shared dev environments); (3) Session genealogy — sessions can be forked and spawned as sub-sessions with full ancestry tracking; (4) Agents have MCP tokens issued per session and can drive their own Agor session via the MCP HTTP endpoint; (5) Sandpack-powered live artifact rendering (interactive apps on the canvas).
Target audience: Engineering teams who want a shared, spatial workspace for coordinating AI agent work across branches — not solo developer tools.
differs_from_seeds: Agor is closest to taskmaster-ai in the MCP-anchored toolserver cluster (agents drive via MCP), but adds multiplayer team collaboration, spatial canvas UX, session genealogy, and branch-centric organization — none present in the 11 seeds. The Figma-style canvas metaphor is unique in this corpus.