@sanjo/workers
v0.3.0
Published
A human-first process that supports spontaneity.
Maintainers
Readme
[!NOTE] This project is still in early development.
Workers
A human-first process that supports spontaneity.
Features
- Assistant - Workers architecture
- One assistant which is the direct communication partner for the human. It delegates bigger tasks to workers for high throughput.
- Each worker works on one task at a time.
- Multi-project support.
- Supports codex, claude, gemini and pi CLIs.
- Supported task trackers (can be extended):
- GitHub Issues
- TODO.md: A lightweight task management system.
- SPEC.md: A standard for a high-level project spec.
How to
Prerequisites:
- Node.js
npm install -g @sanjo/workersStart the assistant:
assistantTell the assistant what you want built.
In different terminals, start workers with worker. They will pick up tasks as they become available. You can also specify the agent CLI, for example worker --cli claude.
