Exploring Clawe: Open-source Multi-agent Coordination System

Clawe is a multi-agent coordination system built on top of OpenClaw, designed to manage and visualize agent workflows. It handles tasks like coordinating AI agents, scheduling actions, and managing task states, which is particularly useful for activities such as content review and maintenance. Clawe provides a clear structure to let agents operate with specific roles and responsibilities while offering explicit handoffs to human operators.
The setup requires Docker and Docker Compose, along with a Convex account and Anthropic API key. Upon cloning the repository using git clone https://github.com/getclawe/clawe.git, you configure the environment variables in the .env file. Deploy the backend using Convex with npx convex deploy and start the system in production mode via ./scripts/start.sh.
Clawe includes a web dashboard for managing tasks and monitoring agent status. Pre-configured agents like Clawe Squad Lead, Inky Content Editor, Pixel Designer, and Scout SEO wake on scheduled heartbeats, working in Kanban-style task management to ensure continuous workflow execution.
Suitable for teams using AI coding agents for automated tasks, Clawe enhances the manageability and transparency of agent workflows, reducing reliance on manual log inspections.
📖 Read the full source: HN AI Agents
👀 See Also

Open Swarm: Open-Source System for Running Thousands of Parallel AI Agents
Open Swarm is an open-source system that spawns thousands of parallel AI agents with full access to 150+ internet tools including email, social media, Google Workspace, web search, code execution, and cron scheduling.

Socratic Prompt Generator Built as React Artifact Inside Claude
A developer built a Socratic prompt generator as a React artifact that runs inside Claude, featuring auto-detection of input complexity and three-tier prompt generation with failure mode analysis.

alogin: A Go-based Security Gateway for AI Agents with Human-in-the-Loop
alogin is an open-source Go-based security gateway that provides a secure conduit between AI agents and infrastructure, featuring built-in MCP server support for Claude Desktop, human-in-the-loop safety rails, and encrypted credential storage.

CodeVibe: Push Notifications for AI Coding Agents When Blocked on Input
CodeVibe sends push notifications to your phone when AI coding agents like Claude Code get stuck waiting for approval on edit operations. You can review file diffs and respond with numbered options to keep the agent moving.