parallel-agents
v0.4.1
Published
Parallel multi-agent pipeline for code analysis and transformation.
Downloads
222
Maintainers
Readme
parallel-agents
Parallel multi-agent pipeline for code analysis and transformation, powered by Claude.
This is the npm wrapper for the Python parallel-agents package. It auto-installs the Python package and delegates all commands to it.
Prerequisites
- Python 3.11+ must be installed and on your PATH
- Claude Code CLI must be installed and authenticated
Usage
# Via npx (no install needed)
npx parallel-agents run --repo ./my-project "Fix security issues"
# Or install globally
npm install -g parallel-agents
parallel-agents run --repo ./project "Review code quality"
parallel-agents workersHow it works
This package is a thin Node.js wrapper that:
- Checks for Python 3.11+
- Installs
parallel-agentsfrom PyPI if not present - Forwards all CLI arguments to the Python CLI
For full documentation, see the Python package on PyPI.
Project repository: https://github.com/ErenAri/parallel-agents
Issue tracker: https://github.com/ErenAri/parallel-agents/issues
