v0.0.6-alpha
Pre-release
Pre-release
Bubblegum v0.0.6-alpha β first PyPI release + JSON-RPC engine bridge
First Bubblegum pre-release published to PyPI, plus the foundation for using
the engine from non-Python projects.
Highlights
- π¦ On PyPI:
pip install bubblegum-ai(0.0.6a0). - π Engine bridge (
bubblegum.bridge) β a JSON-RPC 2.0 server (bubblegum bridge/python -m bubblegum.bridge) that exposes the four primitives
(act/verify/extract/recover) over stdio, with version/capability
negotiation. One Python engine; other languages drive it without re-implementing
grounding. - π Docs: focused Web and Mobile how-to guides + a dual-distribution
(PyPI + npm) strategy. - π Self-healing, memory cache, and the deterministic-first resolver chain,
unchanged and stable.
Companion: TypeScript/JS client
A Node client, @bubblegum-ai/node, is published on npm so JS/TS Playwright
suites can drive the same engine β npm install @bubblegum-ai/node. See
docs/HOW_TO_USE_TYPESCRIPT.md. (Client + CDP-attach support landed in commits
after this tag.)
Install
pip install "bubblegum-ai[web]" # + Playwright
# or, from TS/JS:
npm install @bubblegum-ai/node