Awesome AI AgentsAI Agent Orchestration

23blocks-OS/ai-maestro

⭐ 719 TypeScript repository created 2025-10-10

AI Maestro is an open-source orchestration layer for running large numbers of terminal-based AI agents from a single dashboard. It is agent-agnostic: the project states it works with Claude Code, Codex, Aider, Cursor, OpenClaw, Hermes, Droid or any other agent that runs in a terminal, so the same control plane can supervise a mixed fleet. Agents are created through a guided wizard in the web UI and organised by a naming convention that turns names such as project-backend-api into a three-level colour-coded tree. Four deployment modes are supported: local tmux sessions, Docker containers, dedicated AWS EC2 instances and serverless AWS ECS Fargate tasks, and the service auto-discovers existing tmux sessions, containers, cloud deployments and standalone agents rather than requiring manual registration. A peer mesh network lets several computers join without a central server, so agents running on a laptop, a spare Mac and a cloud host all appear in one view; the stated intent is to route work to the machine best suited to it, for example macOS for iOS builds and Linux for Docker. The Agent Messaging Protocol (AMP) gives agents email-like direct communication with priority levels, message types, cryptographic signatures and push notifications, which removes the need for a human to copy context between terminals. A skills system exposes shared capabilities such as memory search, code-graph queries and messaging, distributed as a Claude Code plugin with several skills and a set of CLI scripts. Installation is a single shell script that provisions the dashboard, the service and the messaging system; the dashboard listens on localhost port 23000. It runs on macOS, Linux and Windows through WSL2, requires Node.js 18 or newer plus tmux, and is MIT licensed. It targets developers who coordinate fleets of coding agents.

https://github.com/23blocks-OS/ai-maestro

agent-orchestrationmulti-agentclaude-codedashboardtmuxagent-messagingdeveloper-toolstypescript

Also in AI Agent Orchestration

ruvnet/claude-flow

Claude-Flow is an enterprise-grade AI orchestration platform that enables deployment and coordination of intelligent multi-agent swarms and autonomous workflows for building advanced conversational AI systems.

code-yeongyu/oh-my-openagent

Oh-My-OpenAgent (OmO) is an advanced AI agent harness designed for complex codebases, orchestrating various AI models like Codex and OpenCode for software engineering tasks.

herdrdev/herdr

Herdr is an agent multiplexer that provides a runtime environment for coding agents directly within your terminal, offering a comprehensive view of agent activities and persistent sessions.

BloopAI/vibe-kanban

Vibe Kanban is a Kanban board tool designed to manage and orchestrate AI coding agents, enabling efficient task tracking and workflow optimization in AI-assisted software development.

Donchitos/Claude-Code-Game-Studios

Transforms Claude Code into a comprehensive game development studio powered by 49 AI agents, 73 workflow skills, and a hierarchical coordination system for structured game creation.

NVIDIA/NemoClaw

NVIDIA NemoClaw is an open-source reference stack enabling the secure and sandboxed operation of AI agents like OpenClaw and Hermes within NVIDIA OpenShell environments, offering managed inference ...

NirDiamant/agents-towards-production

Agents Towards Production is an open-source repository offering end-to-end tutorials and blueprints for building scalable, production-grade Generative AI agents from concept to deployment.

elizaOS/eliza

Eliza is a versatile AI agent operating system that enables the creation and deployment of autonomous agents across multiple platforms with extensible features and document interaction capabilities.