Local AI system that enables 3 models to work together as a collaborative team.
What is this?
A system that enables 3 AI models installed on your computer to work together as a team. Each AI has a specialized role and can read files, write code, execute commands, and collaborate to solve complex tasks.
โ 100% local โ Nothing is sent to the internet
โ No accounts or subscriptions โ Everything runs on your machine
โ Secure โ Agents work in an isolated folder with action confirmation
โ Configurable โ Change models, URLs, and limits without touching code
Complete system features
๐ค Agent collaboration
Feature
Description
Automatic planning
Coordinator decomposes tasks and assigns subtasks to agents
Sequential execution
Agents work 1 at a time, reading previous results
Error recovery
If an agent fails, another automatically takes its place
Accumulated context
Each agent receives the full history of previous work
Final integration
Coordinator unifies all results into a coherent response
๐ File management
Feature
Description
Read files
Agents read workspace files with path validation
Create files
Generate new files with confirmation and preview
Modify files
Overwrites with automatic backup before each change
List workspace
Explore project file and folder structure
Content cleaning
Extracts code from markdown blocks and removes unwanted markers
โก Command execution
Feature
Description
Run commands
Executes system commands with 2-minute timeout
Risk analysis
Classifies each command: low ๐ข, medium ๐ก, high ๐ด
๐งน Session cleanup: Deletes logs and backups on exit to prevent file accumulation
๐ช Windows compatibility: UTF-8 forced + colorama for proper color and character rendering
๐ .gitignore: Excludes logs, backups and automatically generated files
Quick start
# 1. Install (Windows: run as admin)
INSTALL.bat
# 2. Open LM Studio โ Load all 3 models โ Developer โ Start Server# 3. Run the system
RUN_AGENTS.bat
Main menu
Option
Function
1. Full task
All 3 agents collaborate sequentially on your task
Top comments (0)