Some checks failed
ci / build (${{ matrix.os }}) (macos-14) (push) Has been cancelled
25 lines
541 B
Markdown
25 lines
541 B
Markdown
# 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
|
|
|
|
```text
|
|
+----------------------+
|
|
client --> | CxLLM-SDK |
|
|
+----------+-----------+
|
|
|
|
|
v
|
|
CxLLM runtime / kernel
|
|
```
|
|
|
|
## Decisions
|
|
|
|
- See `docs/adr/` for Architecture Decision Records.
|