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

542 B

Architecture — CxLLM-XPC

CxLLM XPC service

Goals

  • Provide a focused, well-tested xpc-service surface for the CxLLM family.
  • Stay deployable on its own (no monorepo coupling).
  • Keep the public ABI small and explicitly versioned.

Boundaries

              +----------------------+
   client --> |  CxLLM-XPC  |
              +----------+-----------+
                         |
                         v
                  CxLLM runtime / kernel

Decisions

  • See docs/adr/ for Architecture Decision Records.