Studio Mode is a sophisticated multi-agent software engineering system designed for autonomous code generation, review, and research. It implements a "Governed Hive" architecture where autonomous agents (Engineer, Critic, Scout) collaborate under strict safety guardrails.
-
Install Dependencies:
./scripts/install.ps1
-
Start the Hive:
./start_hive.ps1This launches the Memory Server (Port 8000), Agents, Orchestrator, and the Studio Governor UI.
-
Access the Dashboard: Open
http://localhost:5173to view the Task Board and Agent Feed.
The documentation has been reorganized into docs/.
- Documentation Index - Start here.
- System Overview - High-level architecture.
- Multi-Agent Guide - How the agents work.
- Resilience & Gateway Spec - Recent Phase 7/8 upgrades.
- Memory Server (
.core/services/memory_server.py): The central nervous system (FastAPI + LanceDB). - Engineer Agent (
.core/services/engineer_service.py): Code generation specialist. - Critic Agent (
.core/services/critic_service.py): QA and policy enforcement. - Scout Agent (
.core/services/scout_service.py): Research and web scraping. - The Gateway (
.core/integrations/): Universal adapter layer for Kiro and MCP.
See Contributing Guide.
Powered by Gemini CLI & Kiro