CxLLM-LB-SDK/docs/ARCHITECTURE.md
CxAI Ops 1bd07cb0fe
Some checks are pending
ci / validate (push) Waiting to run
chore: initial commit (Phase 3 scaffold)
2026-05-16 10:52:04 -05:00

552 B

Architecture — CxLLM-LB-SDK

CxLLM Local-Bus SDK

Goals

  • Provide a focused, well-tested driverkit-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-LB-SDK  |
              +----------+-----------+
                         |
                         v
                  CxLLM runtime / kernel

Decisions

  • See docs/adr/ for Architecture Decision Records.