Skip to content

fast-puppy v0.1.0

Choose a tag to compare

@asx8678 asx8678 released this 06 Jun 08:45
· 63 commits to main since this release

First release of fast-puppy — a fork of code-puppy published under a new PyPI name.

Highlights:

  • Performance/token-management hardening: bounded the model-validation cache (LRU), moved the startup prompt_toolkit install off the event loop, and deduplicated the per-step history token sums (resolve the per-model multiplier once).
  • Published via PyPI Trusted Publishing (OIDC).

Install: pip install fast-puppy (CLI: code-puppy / pup).