Build and observe collaborative AI agent teams
Top 75.9% on SourcePulse
Common Ground is an open-source application designed for building, observing, and collaborating with teams of AI agents. It targets users who need to tackle complex research and analysis tasks through multi-agent systems, offering a transparent and manageable workflow with a focus on human-AI collaboration.
How It Works
The system employs a Partner-Principal-Associate agent architecture, simulating a consulting team. A Partner agent handles user interaction, a Principal agent manages planning and task decomposition, and Associate agents execute specific tasks in parallel. This approach, combined with declarative agent design via YAML files and a unified Model Context Protocol (MCP) for tool integration, allows for flexible customization and deep observability into agent decision-making.
Quick Start & Requirements
deployment
, run docker compose up
. Authentication via docker compose run --rm --service-ports login
or .env
file for API key.http://localhost:8000
cd core; uv venv; uv sync; uv run run_server.py
. Frontend: cd frontend; npm install; npm run dev
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project is at version 0.1.2, indicating early-stage development. While recent updates address critical bugs like context leaking, users should anticipate potential for further changes and ongoing refinement.
3 days ago
Inactive