Discover and explore top open-source AI tools and projects—updated daily.
phodalMulti-agent coordination platform for AI development
Top 77.2% on SourcePulse
Summary
Routa addresses the inefficiency of single-agent AI development by introducing a workspace-first, multi-agent coordination platform. It enables AI development teams to leverage specialized agents orchestrated via a Kanban board, mirroring effective human team structures for enhanced productivity and workflow visibility.
How It Works
The core mechanism employs a Kanban board as the central coordination layer. User goals are decomposed into cards, which specialized agents, bound to specific Kanban columns (Backlog, Todo, Dev, Review, Done), automatically pick up and process. This facilitates a structured flow where agents specialize, hand off work, and maintain visibility. Routa operates on dual runtime surfaces—a Next.js web application and a Tauri + Axum desktop application—sharing a unified workspace-scoped coordination model and featuring an ACP orchestration layer for normalized agent provider interaction.
Quick Start & Requirements
npm install --legacy-peer-deps, npm --prefix apps/desktop install, npm run tauri:dev. Web demo: npm install --legacy-peer-deps, npm run dev (access http://localhost:3000). Docker: docker compose up --build. CLI: npm install -g routa-cli.https://join.slack.com/t/routa-group/shared_invite/zt-3txzzfxm8-tnRFwNpPvdfjAVoSD6MTJg. Demos available via Bilibili and YouTube links in README.Highlighted Details
Maintenance & Community
A Slack community is available for engagement. Bug reports and feature requests are managed via GitHub issues. Contribution guidelines are provided.
Licensing & Compatibility
Licensed under the MIT license, permitting broad commercial use and integration with closed-source projects.
Limitations & Caveats
The web version is explicitly designated for demonstration purposes only. Development and building require a Node.js/npm environment and the Rust toolchain.
4 hours ago
Inactive
ag2ai