Skip to content

v0.23.0

Choose a tag to compare

@Stuko0 Stuko0 released this 31 Aug 09:55
· 11 commits to main since this release

v0.23.0 — P3-13 embedded backend (proof of concept) — task broad-glitter-acae

  • Detect a bundled self-contained Python beside the binary (POSIX resources/python/bin/python3 + resources/python in findPythonForRoot/findVenvRoot), mirroring the existing Windows layout.
  • getVenvSitePackages fallback widened to 3.14/3.15 (only reached 3.13 before).
  • scripts/bundle-python.sh: provisions a python-build-standalone CPython via uv python install --install-dir and installs alice-agent + deps into resources/python (PEP 668 bypassed with --break-system-packages).
  • Verified end-to-end: the bundle is relocatable, imports alice_cli (0.23.0), and the embedded backend served /api/status -> HTTP 200. ~211MB; build/bin is git-ignored.
  • Make buildBackendEnv tests hermetic; gitignore repo-root /build/.

Commit e8d038e.