Skip to content
DocsArchitectureSystem Overview

System Overview

High-level view of the Mosaic Stack architecture.

System Overview#

Mosaic Stack follows a modular, event-driven architecture. Each component is independently deployable and communicates over well-defined interfaces.

Core Components#

  • Gateway: intelligent request routing and load balancing
  • Registry: model and provider catalog
  • Orchestrator: agent workflow engine
  • Telemetry: observability and cost tracking
  • Web UI: management dashboard and documentation

Data Flow#

Requests enter through the Gateway, which evaluates routing policies, selects a provider, and forwards the request. Responses flow back through the same path, with telemetry events emitted at each step.