sovereigncode / PYPI_RELEASE.md
AbteeXAILabs's picture
Publish expanded LumynaX product platform package
dc6ccfd verified
|
Raw
History Blame Contribute Delete
731 Bytes

PyPI Release: AbteeX SovereignCode

Package: abteex-sovereigncode Version: 0.4.0

Local Build

python -m build
python -m twine check dist/*
python quickstart.py
sovereigncode serve --smoke

Publish

python -m twine upload dist/*

Required local credentials: TWINE_USERNAME=__token__ and TWINE_PASSWORD=<pypi-token>. The GitHub workflow can publish with PyPI trusted publishing when the PyPI project is configured to trust Aimaghsoodi/TinyLuminaX.

Runtime Surface

  • CLI: sovereigncode
  • Local UI/API: sovereigncode serve --port 8788 --open
  • Policy API: POST /v1/evaluate, POST /v1/plan-turn, POST /v1/tool-check
  • Audit: GET /v1/audit and sovereigncode audit --limit 25