Architecture
High-level system design, boundaries, and data flow.
Purpose
To define the structural components of the QuanuX platform and their interactions.
Scope
Includes: Client-Server model, MCP integration, Data persistence.
Canonical Content
QuanuX follows a modular monolith architecture with a clear separation between the Kernel (Rust/Python), the Interface (React/Tauri), and the Strategy Runtime (User Code).
The system communicates primarily via the Model Context Protocol (MCP) and strongly-typed IPC.