Orchino: Local Multi-Agent Orchestration System for Windows with Parallel Browser and UI Automation

Orchino is a local multi-agent orchestration system for Windows that enables parallel execution of browser and Windows tasks without interfering with your current work. The system runs via Windows UI Automation and pure CDP (Chrome DevTools Protocol), never touching mouse, keyboard, or screen focus, allowing you to continue working while it runs.
Key Details
The developer demonstrated the system with this command: "Search Sony earbuds on Flipkart and Amazon, email the results, save to Notepad." The system completed this task in 29.5 seconds using 4 agents with true parallel execution (not sequential).
Execution flow:
- Phase 1 (concurrent): Browser Agent → Flipkart and Browser Agent → Amazon running simultaneously via separate CDP sessions
- Phase 2 (concurrent, after Phase 1): Browser Agent → Gmail and Windows Agent → Notepad running simultaneously
- Results from Phase 1 auto-fed into Phase 2
Architecture
The system features:
- Parallel orchestration with dependency graphs (fan-out, fan-in, sequential, independent — based on goal decomposition)
- OODA loop per agent (~1.2–1.9s per iteration including LLM call)
- 5 domain-scoped agents: Browser, Windows, File, Terminal, System Settings
- Blackboard + SQLite + ChromaDB memory
- Agents run locally, LLM via Cerebras
The project was solo-built by a final year CS student over 6 months.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Delimit Governance Layer for Multi-Agent AI Development
Delimit is an open-source governance layer that coordinates multiple AI coding agents to prevent conflicts. It provides shared memory, collision detection, and audit tracking for agents like Claude Code, Codex, and Gemini.

obsidian-mcp: Graph-Aware MCP Server for Claude with 25 Tools Targeting Large Vaults
obsidian-mcp is an MCP server exposing 25 tools (including get_note, traverse_graph, query_dataview, move_note, create_notes) that gives Claude graph-aware access to your Obsidian vault — avoiding context window death on 5k-note vaults. MIT, works with Claude Desktop, Claude Code, Cursor, Cline, Continue, Zed.

Pu.sh: 400-Line Shell Script Coding-Agent Harness from HN
Pu.sh is a portable coding-agent harness in 400 lines of shell (sh, curl, awk), supporting Anthropic + OpenAI, 7 tools, REPL, checkpoint/resume, and pipe mode — with 90 no-API tests.

Local-First Movie Recap Pipeline Using Whisper + CLIP + Ollama
A fully local pipeline that auto-generates narrated movie recap videos using Whisper, CLIP, Ollama, Edge TTS, and FFmpeg. Drop in a movie file, get a narrated recap in ~15 minutes.