CxLLM-SDK — part of CxLLM SDK
CxLLM-Drive already defines targets named CxAWS and CxGit; SPM requires unique target names across the whole package graph. Suffix the umbrella wrapper targets with _Re; products keep the clean CxAWS / CxGit names. |
||
|---|---|---|
| Sources | ||
| .gitignore | ||
| CHANGELOG.md | ||
| LICENSE | ||
| Package.swift | ||
| README.md | ||
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.