CxLLM-LIB — part of CxLLM SDK
Go to file
CxLLM Buildout bdfbb8bb49 chore(scaffold): full repo build-out
Adds README, LICENSE (MIT), .gitignore, Makefile, CONTRIBUTING, CHANGELOG,
SECURITY, CODEOWNERS, .editorconfig, .github/workflows/ci.yml, and
docs/ARCHITECTURE.md + docs/adr/0001 to bring this repository up to the
CxLLM family baseline.
2026-05-17 11:06:05 -05:00
.git.nosync chore(scaffold): full repo build-out 2026-05-17 11:06:05 -05:00
.gitea/workflows chore: initial commit (Phase 3 scaffold) 2026-05-16 10:52:04 -05:00
.github/workflows chore: initial commit (Phase 3 scaffold) 2026-05-16 10:52:04 -05:00
CxLLM-LIB.xcodeproj refactor: rename CxLLM-LB project + target to CxLLM-LIB 2026-05-16 14:08:13 -05:00
docs chore: initial commit (Phase 3 scaffold) 2026-05-16 10:52:04 -05:00
Sources/CxLib feat: add Package.swift + CxLib seed target 2026-05-16 14:18:36 -05:00
.editorconfig chore: initial commit (Phase 3 scaffold) 2026-05-16 10:52:04 -05:00
.gitignore chore: initial commit (Phase 3 scaffold) 2026-05-16 10:52:04 -05:00
CHANGELOG.md chore(scaffold): full repo build-out 2026-05-17 11:06:05 -05:00
CODEOWNERS chore: initial commit (Phase 3 scaffold) 2026-05-16 10:52:04 -05:00
CONTRIBUTING.md chore: initial commit (Phase 3 scaffold) 2026-05-16 10:52:04 -05:00
LICENSE chore: initial commit (Phase 3 scaffold) 2026-05-16 10:52:04 -05:00
Makefile chore: initial commit (Phase 3 scaffold) 2026-05-16 10:52:04 -05:00
Package.swift feat: add Package.swift + CxLib seed target 2026-05-16 14:18:36 -05:00
README.md chore(scaffold): full repo build-out 2026-05-17 11:06:05 -05:00
SECURITY.md chore: initial commit (Phase 3 scaffold) 2026-05-16 10:52:04 -05:00

CxLLM-LIB

CxLLM-LIB — library module

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

ci license category

Overview

CxLLM-LIB 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 library concerns and is intentionally narrow so that the CxLLM monorepo can compose targets without pulling in unrelated dependencies.

Repository layout

  • CxLLM-LIB/ — primary source folder (matches the Xcode group / SwiftPM root).
  • CxLLM-LIB.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.