CxLLM-Build/docs/ARCHITECTURE.md
CxAI Ops 162e04b9d6
Some checks are pending
ci / validate (push) Waiting to run
chore: initial commit (Phase 3 scaffold)
2026-05-16 10:52:03 -05:00

555 B

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

              +----------------------+
   client --> |  CxLLM-Build  |
              +----------+-----------+
                         |
                         v
                  CxLLM runtime / kernel

Decisions

  • See docs/adr/ for Architecture Decision Records.