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