A Robot-driven Company built with Multi-Agent Platform.
RoboCo is a powerful platform that combines Domain-Driven Design with Multi-Agent Systems to create intelligent, collaborative AI teams. Built with a clean architecture that separates concerns into domain, application, infrastructure, and interface layers, RoboCo enables you to build sophisticated AI applications with minimal boilerplate.
- Configuration-Based Multi-Agent Teams: Specialized agents that collaborate to solve complex problems including Lead, Researcher, Developer, Evaluator etc, and also with prompts configurable
- Project Management: Built-in project and task tracking with markdown integration
- MCP Integration: Model Context Protocol for enhanced agent communication and reasoning
- Extensible Tools: Plug-and-play tools for research, analysis, and code generation
- Multi-Language Support: Code generation and execution in multiple programming languages
- REST API: Comprehensive API with FastAPI for seamless integration, easier for visualization of the execution
# Clone repository
git clone https://github.com/dustland/roboco.git
cd roboco
# Create and activate virtual environment
python -m venv venv
source venv/bin/activate # On Unix/macOS
# OR
# venv\Scripts\activate # On Windows
# Install dependencies with uv (faster, modern approach)
pip install uv
uv pip install -e .
# OR install with standard pip
# pip install -e .
# Configure API keys
cp .env.example .env
# Edit .env with your API keys
# Run the simple chat example (simplest way to get started)
python examples/services/chat_example.py
# Additional commands available after installation
roboco-api # Starts the API server using installed package
roboco-api-dev # Starts the API server in development mode with auto-reload
roboco-db-api # Starts a minimal database API server
- Config-Based Design - Team configuration
- Object Model - Core domain models
- Tool System - Tool system
- MCP - Model-Context-Protocol support
We welcome contributions! Please see our Contributing Guide for details and our Code of Conduct.
- Built on top of AG2
- Inspired by Manus and OpenManus
- Thanks to Anthropic for MCP(Model Context Protocol) design
- Logo generated with GPT-4o
@misc{roboco2025,
author = {Dustland Team},
title = {RoboCo: A Robot-driven Company powered by Multi-agent System},
year = {2025},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/dustland/roboco}},
}