JSPM

  • Created
  • Published
  • Downloads 445
  • Score
    100M100P100Q111634F
  • License BUSL-1.1

Multiplayer canvas for orchestrating AI coding sessions

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (agor-live) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    agor-live

    Multiplayer canvas for orchestrating AI coding sessions

    Agor is a real-time collaborative platform for managing Claude Code, Codex, and Gemini AI coding sessions. Visualize work on spatial boards, track git worktrees, and collaborate with your team.

    Installation

    npm install -g agor-live

    Quick Start

    # 1. Initialize Agor (creates ~/.agor/ and database)
    agor init
    
    # 2. Start the daemon
    agor daemon start
    
    # 3. Open UI in browser
    agor ui open

    Features

    • Multi-Agent Support: Claude Code, OpenAI Codex, Google Gemini
    • Git Integration: Worktree-based workflows with branch management
    • Spatial Boards: Visual canvas for organizing sessions and tasks
    • Real-time Collaboration: WebSocket-powered multiplayer features
    • Task Tracking: First-class task primitives with genealogy
    • MCP Integration: Model Context Protocol server management

    Documentation

    License

    BSL-1.1