Skip to content

Instantly share code, notes, and snippets.

View vmitchell85's full-sized avatar

Vince Mitchell vmitchell85

View GitHub Profile

Solo MCP multi-agent orchestrator guide

Last investigated: 2026-04-30 Project: Desktop 2 (project_id: 3), path /Users/aaron/Code/soloterm/desktop-2Current actor: Solo agent process 2992 (Codex W), actor mcp-e0f2bae3b20314f1

Mental model

Solo is a project-scoped control plane for commands, terminals, and agent sessions. The MCP tools let an orchestrator agent discover processes, spawn workers, send prompts or shell input, read terminal output, coordinate shared state, and schedule wake-ups without running polling loops.

Use Solo as the durable outer loop:

@vmitchell85
vmitchell85 / deploy.sh
Last active May 15, 2018 16:51 — forked from sahibalejandro/deploy.sh
Deploy script for Laravel projects.
# Shutdown the laravel app
php artisan down
# Pull down changes
git pull
# Install new composer packages
composer install --no-dev --prefer-dist
# Cache boost configuration and routes