Browse docsshow
Changelog
SDK and platform releases. The TypeScript and Python SDKs ship together at matching versions; install with npm install tobeverified or pip install tobeverified.
0.5.1
2026-05-10current- changedReframed positioning from 'LLM outputs' to 'AI agent actions and outputs'. READMEs, package descriptions, and docs copy now use verification agent terminology consistently.
- addedAuthoritative typologies (FATF, FinCEN, OFAC, Reg E/B, Visa CE 3.0, NIST PII, KYC CIP) now inject into the judge prompt; each attempt records which typology versions were applied.
- addedShadow-mode verification agents — run a second policy in parallel without gating production tasks. Attempts marked is_shadow are visible in the timeline but don't affect the final verdict.
- addedPolicy version history on every agent. Each policy edit creates an append-only snapshot you can audit later.
- addedOperator surface at app.tobeverified.com/operate — system stats + typology library with stale-source flagging.
- addedReviewer / Builder / Operator context switcher in the top bar of every TBV host. Same identity, three personas.
0.5.0
2026-04-22- addedAccount-scoped agents (then called verifiers), API keys management UI, per-product identity at tbv_users.
- addedReviewer console at review.tobeverified.com.
- addedDemo queue + per-session reset.
- addedTypeScript + Python SDKs (npm install tobeverified, pip install tobeverified). verify() and submit()/wait() flows, plus the @verified decorator.
For older history, see the repository.