Gliding Horse – a Rust Agent OS with CPU-Like Memory Architecture A Rust-based AI agent operating system called Gliding Horse has been released, featuring a CPU-like hierarchical memory architecture and PDCA cycle orchestration for coordinating multiple agents. The open-source system, inspired by ancient Chinese engineering, includes a five-layer memory system with MESI coherence protocol and supports production interfaces through gRPC, HTTP, and MCP protocols. An Industrial-Grade AI Agent Operating System Built in Rust Inspired by Zhuge Liang's Wooden Ox and Gliding Horse — Ancient Ingenuity Meets Modern AI English /doiito/gliding horse/blob/main/README.md · · /doiito/gliding horse/blob/main/README.zh.md 中文 Design Detail → An AI agent operating system that orchestrates multiple agents through the PDCA Plan-Do-Check-Act cycle. Think of it as the infrastructure layer that harnesses AI agents into a coordinated, auditable, and self-improving system — much like how Zhuge Liang's Wooden Ox and Gliding Horse revolutionized logistics by harnessing mechanical power across treacherous terrain. "We don't just build agents; we build the infrastructure that harnesses their collective intelligence." | Layer | Technology | Role | |---|---|---| Core Coordination Rust | PDCA cycle · 5W2H ontology · EventBus | Agent orchestration & lifecycle | Memory System | L0: Sled+Qdrant · L2: Oxigraph · MESI coherence | 5-layer hierarchical memory | Data Bus | JSON-LD 1.1 · @id/@type/@context · Named Graphs | Universal interoperability | Knowledge Graph | Oxigraph RDF · SPARQL 1.1 · Code AST | Cross-subsystem unified store | Skill Graph | RDF · 7.5k LOC · Self-evolving | Dynamic cognitive network | Perception Engine | 10 triggers · Anomaly dedup · 5W2H constraint check | Proactive monitoring | Gateway | gRPC · HTTP OpenAI-compatible · MCP | Production interface | In the turbulent era of the Three Kingdoms 220–280 AD , the legendary strategist Zhuge Liang 诸葛亮 , chancellor of the Shu Han state, faced a critical challenge: how to transport supplies efficiently through the treacherous mountain paths of Sichuan during his Northern Expeditions. Traditional wheeled carts struggled on narrow trails; human porters exhausted quickly. His solution — the Wooden Ox 木牛 and Gliding Horse 流马 — were autonomous transport devices that could navigate difficult terrain with minimal human guidance. These mechanical wonders were not merely tools; they represented a paradigm shift — autonomous systems that extended human capability . Just as the Gliding Horse served as an intelligent harness for transporting supplies across impossible terrain, Gliding Horse Agent OS serves as an intelligent harness for AI agents : | Ancient Innovation | Modern Implementation | |---|---| Autonomous Transport | Self-directing agent workflows | Terrain Adaptation | Dynamic complexity handling 7 levels | Load Distribution | Parallel agent execution | Minimal Guidance | Proactive anomaly detection | Mechanical Reliability | Rust's memory safety guarantees | "The wise adapt their methods to circumstances, just as water shapes its course according to the ground over which it flows." —Zhuge Liang This ancient wisdom guides our design: flexible orchestration that adapts to task complexity , rather than rigid frameworks that force tasks into predefined molds. The Software Engineering Team app demonstrates the full power of Gliding Horse — a federated architecture where multiple AI agents collaborate on real-world software engineering tasks. /doiito/gliding horse/blob/main/assets/dashboard.JPG Center dashboard — project oversight, agent status, pipeline progress Project lifecycle managementfrom req → design → code → review → deploy | Multi-stage SDLC pipelinewith real-time status tracking | /doiito/gliding horse/blob/main/assets/vscode plugin.JPG VS Code Plugin — chat panel, graph view, and task panel for real-time agent collaboration flowchart TB subgraph VS "VS Code Plugin TypeScript " direction LR CHAT "Chat Panel" GRAPH V "Graph View" TASK P "Task Panel" end subgraph EDGE "Edge Daemon Rust · axum " API EDGE "API Server