Discover and explore top open-source AI tools and projects—updated daily.
uluckyXHAutonomous AI agent orchestration platform
New!
Top 65.3% on SourcePulse
OpenMOSS provides a self-organizing, multi-agent collaboration platform built on OpenClaw, designed to automate complex tasks with zero human intervention. It targets engineers and researchers who need to orchestrate autonomous AI teams for planning, execution, review, and monitoring, thereby enhancing productivity and reliability in AI-driven workflows.
How It Works
OpenMOSS employs a middleware architecture where distinct AI agents (Planner, Executor, Reviewer, Patrol) communicate asynchronously via an API. Agents are triggered by cron jobs, autonomously claim tasks, execute their roles using pluggable Skills, and submit deliverables. A closed-loop quality control system, featuring review, scoring, and rework loops, ensures high standards. The Patrol agent continuously monitors system health, detecting and recovering from stalled tasks, significantly reducing failure rates.
Quick Start & Requirements
pip install -r requirements.txt, then run the backend server using python -m uvicorn app.main:app --host 0.0.0.0 --port 6565. Frontend build requires Node.js 18+.http://localhost:6565/docs after startup.Highlighted Details
Maintenance & Community
The project includes a roadmap detailing planned improvements for agent onboarding, frontend features, plugin systems, and infrastructure. No specific community channels (like Discord/Slack) or notable contributors/sponsorships are listed in the README.
Licensing & Compatibility
The project is released under the MIT License, permitting broad use, including commercial applications and linking within closed-source projects.
Limitations & Caveats
OpenMOSS's performance is heavily reliant on the underlying LLM's capabilities and context window size. Running multiple agents can significantly increase token consumption and associated costs, requiring careful rate limit configuration. Some provided Skills are not plug-and-play and necessitate configuration of specific external services (e.g., WordPress, Gemini API, Grok API).
23 hours ago
Inactive
mikeyobrien
ag2ai
TransformerOptimus
Significant-Gravitas