@openclaw/orchestration
Framework for coordinating multi-agent tasks with atomic claims, dependencies, retries, and markdown task visibility using a shared SQLite queue.
Framework for coordinating multi-agent tasks with atomic claims, dependencies, retries, and markdown task visibility using a shared SQLite queue.
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
@openclaw/orchestration is a multi-agent task coordination framework by frank-bot07 that uses a shared SQLite database as a task queue. It provides atomic task claiming, dependency management, timeout handling, and markdown-based task visibility, making it possible to coordinate multiple AI agents working on related tasks without conflicts or duplication.
The framework maintains a SQLite database where tasks are registered with metadata including dependencies, timeouts, and agent assignments. Agents claim tasks atomically, execute them, and report completion. A periodic sweep process identifies timed-out tasks and returns them to the available pool. All state changes are reflected in both the database and companion markdown files for visibility.
npm install to install dependencies.node cli.js register-agent --name "agent-1".node cli.js create-task --title "Build auth module" --timeout 300.node cli.js claim --agent "agent-1" followed by node cli.js complete --task-id <id>.Note: This skill has been flagged for potential race conditions in database transactions. It is recommended for development and prototyping rather than production use without additional hardening.
MIT-0 (Free to use, modify, and redistribute. No a
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.