Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@sanjo/workers) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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.