CxLLM-SDK — part of CxLLM SDK
Go to file
CxAI Agent 3b1a0631dd fix: rename CxAWS/CxGit umbrella targets to _Re to disambiguate
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.
2026-05-16 14:25:40 -05:00
Sources fix: rename CxAWS/CxGit umbrella targets to _Re to disambiguate 2026-05-16 14:25:40 -05:00
.gitignore feat: initial CxLLM-SDK umbrella package 2026-05-16 14:23:29 -05:00
CHANGELOG.md feat: initial CxLLM-SDK umbrella package 2026-05-16 14:23:29 -05:00
LICENSE feat: initial CxLLM-SDK umbrella package 2026-05-16 14:23:29 -05:00
Package.swift fix: rename CxAWS/CxGit umbrella targets to _Re to disambiguate 2026-05-16 14:25:40 -05:00
README.md feat: initial CxLLM-SDK umbrella package 2026-05-16 14:23:29 -05:00

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.