v0.1.0

Initial open-source release

Apache 2.0. All core SDK + control-plane components from the Dashen AIR banking deployment, made framework-agnostic and multi-tenant.

  • Hash-chained append-only event ledger (PostgreSQL + asyncpg)
  • Multi-tenant by default — every query filters on tenant_id
  • Python SDK: GoderashClient, @wrap_tool, @wrap_llm, @wrap_agent
  • TypeScript SDK: GoderashClient, wrapTool, wrapLLM
  • LangGraph callback handler (Python + TypeScript)
  • OpenAI Assistants run walker
  • Anthropic Messages + Claude SDK adapters
  • AutoGen conversable-agent adapter
  • Five compliance pack generators: SOC 2 · HIPAA · FFIEC · FINRA · SEC 17a-4
  • What-If counterfactual projector
  • Runtime guards: permission modes, Redis velocity limiter, fraud guard, biometric/PIN hooks
  • Upcasting registry for forward-compatible schema evolution
  • /v1/verify chain-integrity endpoint (public, no key needed)
  • Docker Compose dev stack + GitHub Actions CI (lint → type → security → test → migrations)
  • 80% test coverage gate enforced on every PR