RACO is a console and web-based AI agent for application development with human-in-the-loop workflows. It leverages the MCP (Model Context Protocol) to provide a flexible and powerful development environment.
- Console and web-based interfaces
- Human-in-the-loop workflows
- MCP integration with dynamically configurable servers
- Filesystem, Git, and Rust toolchain management
- Debugging support for host and QEMU Zephyr targets
- System analysis for optimal repository setup
This project is currently in early development.
- Rust 1.70 or later
- Just command runner
- Python 3.7 or later (for documentation)
-
Clone the repository:
git clone https://github.com/yourusername/raco.git cd raco
-
Install development tools:
just setup
-
Build the project:
just build
-
Run tests:
just test
just run-cli --help
just run-web
RACO is built around a modular, extensible architecture:
-
Core System
- MCP Protocol Layer
- Dynamic Server Manager
- Workflow Engine
- System Analyzer
-
Development Environment
- Filesystem and Git MCP Servers
- Rust Toolchain MCP Server
- Debugging MCP Servers (Host and QEMU Zephyr)
-
User Interfaces
- Console Interface
- Web Interface
For detailed architecture information, please see the documentation.
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Format your code (
just fmt
) - Run clippy (
just clippy
) - Run tests (
just test
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is dual-licensed under MIT or Apache-2.0 - see the LICENSE-MIT and LICENSE-APACHE files for details.