Mantyx – A platform to orchestrate, manage, and share your agents
Agent orchestration when LangGraph and CrewAI already dominate this space.
Orchestrate Claude, Codex & Gemini agents working as a real engineering team.
Real CLI agents in separate terminals—not fake chain-of-thought orchestration.
Engineers automating complex workflows across multiple AI agents
AutoGen · CrewAI · LangGraph
Key ideas: - Contract-driven development: agents publish API specs and require sign-offs before coding begins. This eliminates the #1 failure mode — agents building against different assumptions. - Idle-aware message queue: messages queue when an agent is busy (detected via Claude Code's JSONL transcript), and flush when idle. No more "new instruction mid-task" corruption. - Full CLI preservation: every native feature (Skills, MCP servers, extensions) works out of the box. VibeHQ adds collaboration on top, never replaces. - State persistence: tasks, artifacts, contracts all persist to disk. Hub restarts don't lose state.
For the demo, I had 7 agents (PM on Codex, 5 engineers + 1 QA on Claude Code) build a full-stack hospital management system from a single PM prompt. The PM delegated tasks, engineers published specs, signed contracts, wrote code, and QA tested — all autonomously.
Demo video: https://drive.google.com/file/d/1zzY3f8iCthb_s240rV67uiA9Vps... GitHub: https://github.com/0x0funky/vibehq-hub
Currently developed/tested on Windows. Mac/Linux architecturally supported but untested (manual spawning works). Would love feedback on the architecture. The contract system and idle detection were the hardest parts to get right.
Agent orchestration when LangGraph and CrewAI already dominate this space.
Prettier LangGraph with a waitlist — delegation graph is familiar from existing orchestration tools.
Remote agent discovery and cross-system delegation beats basic LangChain orchestration.
Another agent orchestration platform in a space LangGraph and CrewAI already own.
Visual orchestration for Claude agents, but limited to single model ecosystem.
Multi-agent tmux orchestration solves pane chaos, but tmux wrappers are common infrastructure.