paybond-kit 0.11.10
Release paybond-kit 0.11.10 — clearer CLI gateway errors, LangGraph smoke guardrails, and dev trace polish.
Highlights
- CLI gateway errors — Surface Harbor rejection messages instead of generic Cloudflare "Bad gateway" text. All gateway operations get actionable edge-proxy fallback messages when upstream JSON is masked.
- LangGraph smoke —
paybond agent demo langgraph smokefails fast with an install hint when the optionallanggraphextra is missing (pip install "paybond-kit[langgraph]"). - Dev trace credentials —
paybond dev tracedetects sandbox credentials fromPAYBOND_ENV_FILE/.env.local. - Dev trace shutdown — Clean Ctrl+C exit without a stack trace.
- Starter templates — Bundled templates require
paybond-kit>=0.11.10.
Install
pip install "paybond-kit[langgraph]==0.11.10"
# or base package:
pip install paybond-kit==0.11.10LangGraph smoke
pip install "paybond-kit[langgraph]"
paybond agent demo langgraph smoke \
--operation paid-tool \
--requested-spend-cents 100 \
--evidence-preset cost_and_completion \
--format json