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

RUNE Protocol: Save AI Session Memory Across Platforms
RUNE (Relational User Notation for Entities) is an open-source protocol that saves your AI relationship to an encrypted .rune file, solving the cold-start problem where AI assistants forget you between sessions. Created with Claude Opus 4.6, it works across Claude and GPT platforms.

docvault: Generate Local API Docs to Reduce AI Hallucinations
docvault is a tool that generates markdown API references from source code to help Claude and other LLMs stop hallucinating function signatures. It works for Rust crates and Python packages, outputs a two-tier markdown file, and includes a Claude Code plugin for hands-free operation.

OpenClaw CoreBrain Plugin: Persistent Memory for AI Coding Agents
A new plugin called CoreBrain addresses OpenClaw's memory issues by storing information outside the context window in a knowledge graph and auto-injecting it before every query, eliminating the need for tool calls and optional memory invocation.

Claude Code Session Data Loss: Backup Script for Windows & Mac
Users report silent session data loss in Claude Code. Here's a free, automated backup script for Windows and Mac using PowerShell and launchd.