@drdiff/agent-bridge
v0.1.2
Published
DrDiff Agent Bridge — daemon that connects local machines to Metis for coding agent orchestration
Maintainers
Readme
@drdiff/agent-bridge
DrDiff Agent Bridge — daemon that connects your local machine to Metis for AI-powered coding agent orchestration.
Installation
# Global install
npm install -g @drdiff/agent-bridge
# Or run directly with npx
npx @drdiff/agent-bridgeQuick Start
# 1. Authenticate with DrDiff
drdiff-bridge login
# 2. Configure your repository and organization
drdiff-bridge config --repo /path/to/your/repo --org <your-org-id>
# 3. Start the bridge daemon
drdiff-bridge startCommands
| Command | Description |
|---------|-------------|
| login | Authenticate with DrDiff |
| logout | Remove stored credentials |
| config | View or update bridge settings |
| start | Start the bridge daemon |
| stop | Stop the bridge daemon |
| status | Show bridge status and active assignments |
| worktrees list | List bridge-managed git worktrees |
| worktrees cleanup | Remove orphaned worktrees |
Options
drdiff-bridge config --repo <path> # Path to local repository
drdiff-bridge config --org <orgId> # Organization ID
drdiff-bridge config --slots <n> # Max concurrent agent sessions (default: 3)
drdiff-bridge config --server <url> # Metis server URL
drdiff-bridge config --show # Display current configuration
drdiff-bridge start --foreground # Run in foreground (debug mode)Requirements
- Node.js >= 18
- Git (for worktree management)
Documentation
For full documentation, setup guides, and configuration details, visit the DrDiff Dashboard.
License
ISC
