crewforge
v0.3.4
Published
A virtual team in your terminal: multiple AI agents discuss and converge, so you don't have to iterate alone.
Downloads
1,106
Maintainers
Readme
crewforge
TypeScript/Node frontend package for CrewForge.
- Resolves and launches the platform-specific CrewForge core binary package.
- Acts as a thin launcher only (
spawn + stdio: inherit). - Supports local development fallback to
../crewforge-rs/target/debug/crewforge.
Install:
npm i -g crewforgeLocal development:
cargo build --manifest-path ../crewforge-rs/Cargo.toml
npm run build
node dist/bin/crewforge.js --help