Solo is a desktop workspace that runs multiple AI coding agents (Claude Code, Codex, Gemini) side-by-side, with each pane communicating via a local MCP server bus. The author built an external bridge using LiveKit to enable remote access to Solo's agent processes via phone call or a Next.js web app. This lets developers check on stuck agents, send voice or text responses, and keep work moving when away from their laptop. The architecture uses LiveKit for telephony, WebRTC, and voice loop, while a lightweight voice agent connects to Solo's MCP tools over stdio. The tool set is narrowed from 78 to ~10 tools to keep the voice LLM manageable, with a custom fan-out tool for cross-project queries.
ā¢6m watch time
106 Impressions