Node.js CLI for parallel agent farms with queue/worker/review loops. Current stable version: 0.1.72 (pre-release, frequent updates). Key features include parallel queue processing, plan/review cycles, lease recovery, poison task isolation, insights/doctor observability, optional AI semantic acceptance testing with failure injection, MCP integration for Cursor, and CI health checks. Differentiators: built for multi-agent orchestration, supports deduplication, batch dispatch, and Windows compatibility. Peer dependency on @cursor/sdk >=0.1.0.
npm install agent-farm-cliNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates three-step workflow: add a task to the queue, start worker pool, then run health check.
Avoid truncation pipes; use redirection to file if needed.
Use 'agent-farm queue add' and 'agent-farm worker' directly on Windows.
Use 'npm i -g github:BK201-Drama/agent-farm-cli' or clone and run 'npm link'.
Build first: 'npm run build', then execute 'node dist/interfaces/mcp/server.js'.
Install peer dep: npm install @cursor/sdk@>=0.1.0
Run 'npm i -g github:BK201-Drama/agent-farm-cli' or use npx: 'npx agent-farm ...'
Run compiled JS: 'node dist/interfaces/mcp/server.js' (build first with 'npm run build')