CxLLM-SDK — part of CxLLM SDK
Go to file
cx-git-agent d5d36a1db4
Some checks failed
ci / build (${{ matrix.os }}) (macos-14) (push) Has been cancelled
chore: snapshot local working tree (2026-05-17T20:24:08Z)
2026-05-17 15:27:25 -05:00
.github/workflows chore: snapshot local working tree (2026-05-17T20:24:08Z) 2026-05-17 15:27:25 -05:00
docs chore: snapshot local working tree (2026-05-17T20:24:08Z) 2026-05-17 15:27:25 -05:00
Sources fix: rename CxAWS/CxGit umbrella targets to _Re to disambiguate 2026-05-16 14:25:40 -05:00
.editorconfig chore: snapshot local working tree (2026-05-17T20:24:08Z) 2026-05-17 15:27:25 -05:00
.gitignore chore: snapshot local working tree (2026-05-17T20:24:08Z) 2026-05-17 15:27:25 -05:00
CHANGELOG.md chore: snapshot local working tree (2026-05-17T20:24:08Z) 2026-05-17 15:27:25 -05:00
CODEOWNERS chore: snapshot local working tree (2026-05-17T20:24:08Z) 2026-05-17 15:27:25 -05:00
CONTRIBUTING.md chore: snapshot local working tree (2026-05-17T20:24:08Z) 2026-05-17 15:27:25 -05:00
LICENSE chore: snapshot local working tree (2026-05-17T20:24:08Z) 2026-05-17 15:27:25 -05:00
Makefile chore: snapshot local working tree (2026-05-17T20:24:08Z) 2026-05-17 15:27:25 -05:00
Package.swift fix: rename CxAWS/CxGit umbrella targets to _Re to disambiguate 2026-05-16 14:25:40 -05:00
README.md chore: snapshot local working tree (2026-05-17T20:24:08Z) 2026-05-17 15:27:25 -05:00
SECURITY.md chore: snapshot local working tree (2026-05-17T20:24:08Z) 2026-05-17 15:27:25 -05:00

CxLLM-SDK

CxLLM-SDK — sdk module

CxLLM-SDK is part of the CxLLM family. This repository hosts the sdk surface and is intentionally narrow so it can compose with sibling modules without dragging in unrelated dependencies.

ci license category

Overview

CxLLM-SDK is part of the CxLLM product family — a layered runtime that spans Apple kernel extensions, user-space frameworks, host applications, and spatial / web surfaces. This module focuses on sdk concerns and is intentionally narrow so that the CxLLM monorepo can compose targets without pulling in unrelated dependencies.

Repository layout

  • CxLLM-SDK/ — primary source folder (matches the Xcode group / SwiftPM root).
  • CxLLM-SDK.xcodeproj — Xcode project (where applicable).
  • Makefile — common entry points (build, test, lint, clean).
  • .github/workflows/ci.yml — CI pipeline (Xcode build + lint).
  • docs/ — architecture notes and ADRs.

Quick start

# Build (defaults to Debug for the host platform):
make build

# Run the full test suite (unit + UI where applicable):
make test

# Static analysis + format check:
make lint

Versioning

This module follows Semantic Versioning 2.0 and is released in lock-step with the umbrella CxLLM product line. See CHANGELOG.md for the user-facing change log.

Security

Please report security issues per SECURITY.md. Do not open public issues for vulnerabilities.

License

Released under the MIT License © 2026 CxAI-LLM.