Discover and explore top open-source AI tools and projects—updated daily.
getclaweMulti-agent coordination system for AI teams
New!
Top 56.2% on SourcePulse
A multi-agent coordination system powered by OpenClaw, Clawe enables teams of AI agents to collaborate on tasks. It targets users needing to automate complex workflows, offering a Kanban-style task board, real-time notifications, and distinct agent roles. The system streamlines AI team operations, enhancing productivity through structured task management and communication.
How It Works
The architecture leverages Docker Compose for orchestration, featuring a squadhub gateway for agent management, a watcher service for scheduling and notifications, and a web dashboard (clawe). A Convex backend serves as the central data store for agent states, tasks, and activities. Agents operate with unique identities and scheduled heartbeats, communicating via shared files and real-time updates, facilitating a robust and observable AI team environment.
Quick Start & Requirements
git clone https://github.com/getclawe/clawe.git), navigate into the directory, and copy .env.example to .env. Configure SQUADHUB_TOKEN and CONVEX_URL in the .env file. API keys for Anthropic and OpenAI are managed via the UI during onboarding.pnpm install), deploy the Convex backend (npx convex deploy), and start the production stack (./scripts/start.sh). Development commands are also available.Highlighted Details
clawe CLI facilitates agent interaction for task management, notifications, and status checks.Maintenance & Community
No specific details regarding maintainers, community channels (e.g., Discord, Slack), or roadmap were found in the provided README.
Licensing & Compatibility
The README does not specify a software license. This omission requires further investigation for compatibility, especially for commercial use or integration into closed-source projects.
Limitations & Caveats
No explicit limitations, known bugs, or alpha/beta status were mentioned in the provided README. The primary caveat is the absence of licensing information.
2 days ago
Inactive
ag2ai
TransformerOptimus