Skip to content

paybond-kit 0.11.3

Choose a tag to compare

@nonameuserd nonameuserd released this 03 Jul 04:44

Release paybond-kit 0.11.3 — fixes policy preset resolution from installed wheels and a circular import in agent run binding.

Highlights

  • Policy preset path fixresolve_policy_preset_path("travel") now resolves bundled presets from paybond_kit/data/policy/presets/ in published wheels, not a dev-only monorepo path.
  • Circular import fix — lazy imports in PaybondAgentRun break the policy → agent → policy import cycle that blocked CLI and preset imports in consumer smoke tests.
  • Release verificationpython3 scripts/verify_release.py checks the built wheel contains travel.yaml and imports completion evidence validation before publish.
  • Template alignment — bundled starter templates bumped to paybond-kit>=0.11.3 with synced lockfiles and CI smoke workflows.

Install

pip install paybond-kit==0.11.3

Optional extras:

pip install "paybond-kit[langgraph]==0.11.3"
pip install "paybond-kit[mcp]==0.11.3"
pip install "paybond-kit[claude-agents]==0.11.3"

Quick start

paybond-kit-login
paybond agent sandbox smoke \
  --policy-file paybond.policy.yaml \
  --operation saas.provision_seat \
  --requested-spend-cents 2900 \
  --evidence-preset cost_and_completion \
  --result-body '{"status":"completed","cost_cents":2900}' \
  --format json

Docs

Full Changelog: v0.11.2...v0.11.3