Skip to content

Releases: boogiecompute/boogie-py

Release list

v0.2.0

Choose a tag to compare

@boogiecompute boogiecompute released this 08 Sep 00:54

What shipped

  • template= on quote() and rent(): a machine boots as a notebook, ComfyUI,
    a local model with a chat window, or an OpenAI-compatible endpoint
  • Order.workspace: the browser link once the tool inside answers
  • stop(): end a rental early, unused hours come back to the wallet
  • Machine.usd_per_gpu_hour, because the price per card is the one that compares
  • One error class per reason the service refuses, so code reacts to the reason

Numbers

15 tests against a fake service, linter clean, checked against the live API.

What is not here

The package never signs a transaction. Settling the quote stays in your code,
and examples/rent.py shows one way to do it with web3. Publishing to PyPI is
pending, install from GitHub until then.