Deep Dives
Under the hood of MUXI
Technical documentation for understanding how MUXI works internally. Read these when you need to debug complex issues, build integrations, or contribute to MUXI.
Architecture & Flow
Request Lifecycle
How requests flow from client through server to formation and back. Timing, phases, and error handling.
Multi-Agent Orchestration
How the Overlord coordinates agents, routes requests, and manages complex workflows.
Real-Time Features
Streaming Responses
Server-Sent Events (SSE) implementation, chunk format, and client handling.
Async Operations
Background task processing for long-running operations and webhooks.
Users & Security
Multi-User Support
User isolation, session management, and multi-tenant architectures.
Security Model
Authentication layers, encrypted secrets, and security best practices.
Observability
Events & Monitoring
349 typed events, logging configuration, and integration with monitoring platforms.
When to Read These
| Situation | Start Here |
|---|---|
| Debugging slow requests | Request Lifecycle |
| Understanding agent routing | Orchestration |
| Implementing streaming UI | Streaming |
| Building multi-tenant app | Multi-User |
| Security audit | Security |
| Setting up monitoring | Observability |
These docs assume familiarity with MUXI basics. Start with the Quickstart and Reference first.