Oh-My-OpenClaw – agent orchestration for coding, from Discord/Telegram
Multi-agent OmO orchestration over Discord/Telegram—but fragmentation across Cursor, Continue, Cody dominates coding AI.
Use subagents to meet your requirements
Stores agent state in Markdown files for full Git history and auditability.
Developers building autonomous AI agents with GitHub Copilot
CrewAI · AutoGen · LangGraph
You give it a GOAL.md file with roughly 50–100 user stories, and it decomposes the work into tasks, dynamically creates distinct roles, assigns tasks and executes via subagents, and keeps going until everything all requirements met or all tasks are blocked on user input.
A few design choices that may be interesting/novel:
- INBOX.md for async user communication, so questions don't halt the whole system
- GOAL.md as the persistent source of truth across sessions
- Git commit per completed task(s), linked back to the backlog
- A periodic goal-alignment loop that re-checks the backlog every 5 completed tasks
- All state stored in Markdown and Git rather than a separate database
I tested it on several projects and got better results than I expected, so I cleaned it up and open-sourced it.
Multi-agent OmO orchestration over Discord/Telegram—but fragmentation across Cursor, Continue, Cody dominates coding AI.
Multi-agent DAG for code execution, but early-stage and dependency-heavy setup required.
Behavior-tree orchestration for agents when LangGraph and AutoGen already exist.
One PHP process handles web, API, and AI agents via MCP—no nginx, no reverse proxy needed.
Spec-driven planning loop lets agents run unattended with built-in verification steps.
Claude agent orchestration for Laravel, but multi-agent automation exists in CrewAI, Autogen.