paybond-kit 0.11.3
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 fix —
resolve_policy_preset_path("travel")now resolves bundled presets frompaybond_kit/data/policy/presets/in published wheels, not a dev-only monorepo path. - Circular import fix — lazy imports in
PaybondAgentRunbreak thepolicy → agent → policyimport cycle that blocked CLI and preset imports in consumer smoke tests. - Release verification —
python3 scripts/verify_release.pychecks the built wheel containstravel.yamland imports completion evidence validation before publish. - Template alignment — bundled starter templates bumped to
paybond-kit>=0.11.3with synced lockfiles and CI smoke workflows.
Install
pip install paybond-kit==0.11.3Optional 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 jsonDocs
- https://paybond.ai/docs/kit
- https://paybond.ai/docs/kit/quickstart-agent
- https://paybond.ai/docs/kit/quickstart-python
Full Changelog: v0.11.2...v0.11.3