Skip to content

v0.0.6-alpha

Pre-release
Pre-release

Choose a tag to compare

@bishnu133 bishnu133 released this 16 Jun 03:45
· 12 commits to main since this release
bfab1bf

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