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.
749 B
749 B
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.
.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.