CxLLM-SDK/docs/ARCHITECTURE.md
cx-git-agent d5d36a1db4
Some checks failed
ci / build (${{ matrix.os }}) (macos-14) (push) Has been cancelled
chore: snapshot local working tree (2026-05-17T20:24:08Z)
2026-05-17 15:27:25 -05:00

541 B

Architecture — CxLLM-SDK

CxLLM-SDK — sdk module

Goals

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

Boundaries

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

Decisions

  • See docs/adr/ for Architecture Decision Records.