
AI Agent Orchestration
for Claude Code
Orchestrate multi-agent teams, visualize agent graphs in real-time, generate dashboards from markdown, and manage your AI development workflow — all from one desktop app.
Everything you need to orchestrate AI agents
A complete desktop platform built for Claude Code power users.
Claude Teams
Orchestrate multi-agent teams with real-time file watcher monitoring, automatic session archiving, and full team lifecycle management.
Agent Graph
Visualize agent teams as interactive graphs with 3 views — Hub & Spokes, Hierarchy, and Timeline — powered by ReactFlow.
GenUI Dashboards
Generate rich dashboards from markdown content using 51 components across 11 categories. AI-powered layout selection.
Text-to-Speech
AI agents speak their responses with queue management, cross-process locking, and synchronized playback.
Memory System
Visualize and edit Claude's project memory, browse Kuroryuu knowledge graphs, and manage agent context across sessions.
Gateway API
FastAPI gateway with MCP integration, RAG search, task management, session tracking, and real-time observability.
Up and running in minutes
Clone the repo, install dependencies, and you're ready to orchestrate AI agent teams. No complex configuration required.
# Clone the repository
git clone https://github.com/ahostbr/kuroryuu-public.git
cd kuroryuu-public
# Install dependencies
npm install
# Start the gateway
cd apps/gateway && uv run python server.py
# Start the desktop app (new terminal)
cd apps/desktop && npm run dev