CxLLM-SDK/README.md
CxAI Agent 30d9799c88 feat: initial CxLLM-SDK umbrella package
Phase 2 scaffold. Declares 11 library products that re-export upstream
sibling modules from cxai-studio.com/git/CxAI-Project/CxLLM-* packages.
Downstream apps depend on this single URL.

Products: CxCode, CxAWS, CxGit, CxAgent, CxMCP, CxModels, CxChat,
CxARA, CxSPARenderer, CxLangBridge, CxInstrument.
2026-05-16 14:23:29 -05:00

19 lines
749 B
Markdown

# CxLLM-SDK
Umbrella Swift Package for the CxLLM ecosystem. Downstream apps depend on
this single URL and import any combination of `CxCode`, `CxAWS`, `CxGit`,
`CxAgent`, `CxMCP`, `CxModels`, `CxChat`, `CxARA`, `CxSPARenderer`,
`CxLangBridge`, `CxInstrument`.
```swift
.package(url: "https://cxai-studio.com/git/CxAI-Project/CxLLM-SDK.git", branch: "main")
```
Each umbrella product is a thin re-export shim of one or more upstream
sibling packages (`CxLLM-Kernel`, `CxLLM-LIB`, `CxLLM-PLG`, `CxLLM-Drive`,
`CxLLM-ARA`, `CxLLM-SPA-RNDR`, `CxLLM-LB-SDK`, `CxLLM-INSTRUMENT-PCKG`).
This decouples the downstream import surface from the upstream package layout.
Phase 0 status: seed implementations in upstream packages; real APIs land in
Phase 3.