Skip to content

paybond-kit 0.11.10

Choose a tag to compare

@nonameuserd nonameuserd released this 04 Jul 00:54

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 smokepaybond agent demo langgraph smoke fails fast with an install hint when the optional langgraph extra is missing (pip install "paybond-kit[langgraph]").
  • Dev trace credentialspaybond dev trace detects sandbox credentials from PAYBOND_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.10

LangGraph 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