25 lines
562 B
Markdown
25 lines
562 B
Markdown
# Architecture — CxLLM-SAFARI
|
|
|
|
> CxLLM Safari Web Extension
|
|
|
|
## Goals
|
|
|
|
- Provide a focused, well-tested safari-extension 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-SAFARI |
|
|
+----------+-----------+
|
|
|
|
|
v
|
|
CxLLM runtime / kernel
|
|
```
|
|
|
|
## Decisions
|
|
|
|
- See `docs/adr/` for Architecture Decision Records.
|