Agent Orchestration

Coordinates multiple agents working on the same project by providing shared memory, task queuing with dependencies, and resource l

madebyaris 13 ↓ 109
Claude CodeClaude DesktopGeneric
View source ↗

Agent Orchestration enables multiple AI agents to collaborate effectively across IDEs and CLI tools. It provides shared memory for storing context and decisions, a turn-based task queue with dependencies, resource locking to prevent file conflicts, and agent discovery to see who else is working on a project. The server uses SQLite for persistence and automatically syncs project context to activeContext.md, making it useful for complex multi-agent workflows where agents need to avoid race conditions, share findings, and coordinate work.

Source

Repository: https://github.com/madebyaris/agent-orchestration

Maintain Agent Orchestration?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[Agent Orchestration on getagentictools](https://getagentictools.com/mcp/madebyaris-agent-orchestration?ref=badge)