# Architecture — CxLLM-Build > CxLLM aggregate build target ## Goals - Provide a focused, well-tested aggregate surface for the CxLLM family. - Stay deployable on its own (no monorepo coupling). - Keep the public ABI small and explicitly versioned. ## Boundaries ```text +----------------------+ client --> | CxLLM-Build | +----------+-----------+ | v CxLLM runtime / kernel ``` ## Decisions - See `docs/adr/` for Architecture Decision Records.