Understand the MIRIX Three-Tier Architecture
mainMIRIX operates on a three-tier architecture designed for scalable multi-agent orchestration:
- Client SDK (
MirixClient): An external API wrapper used to interact with the system via HTTP/HTTPS. - REST API (FastAPI): Hosted on port
8531, it acts as the entry point for requests and provides a singletonget_server()instance. - AsyncServer: The core engine that handles method calls and orchestrates the
MetaAgentand various specialized sub-agents (Core, Episodic, Semantic, etc.).