CxLLM-LIB/docs/ARCHITECTURE.md
2026-05-16 10:52:04 -05:00

541 B

Architecture — CxLLM-LIB

CxLLM static library

Goals

  • Provide a focused, well-tested library surface for the CxLLM family.
  • Stay deployable on its own (no monorepo coupling).
  • Keep the public ABI small and explicitly versioned.

Boundaries

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

Decisions

  • See docs/adr/ for Architecture Decision Records.