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

25 lines
555 B
Markdown

# Architecture — CxLLM-OS-APP
> CxLLM OS shell application
## Goals
- Provide a focused, well-tested app-macos 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-OS-APP |
+----------+-----------+
|
v
CxLLM runtime / kernel
```
## Decisions
- See `docs/adr/` for Architecture Decision Records.