Integrations
Works with your entire stack
20 official adapters across 4 categories. 2 storage backends. One import. Zero config. If you're building TypeScript AI agents, governance-sdk slots in.
20 adapters
4 categories
2 storage backends
0 config required
Framework Adapters
20 stableAI Frameworks5
Model Providers4
Agent Platforms5
Cloud & Runtime6
Click any adapter above to see a code example
Storage Backends
2 stableIn-Memory
createMemoryStorage()(built-in)Default. Zero config, zero setup. Perfect for development, testing, and CI.
10K event capacityZero configNo dependencies
PostgreSQL
createPostgresStorage()governance-sdk/storage-postgresProduction-grade persistence. Auto-creates tables on first connect.
Auto-migrateCustom table prefixSupabase / Neon / RDS
Observability
built-in event systemEvery enforcement decision emits structured events via the built-in GovernanceEmitter. Pipe these to any observability stack — Datadog, Prometheus, OTEL, Sentry, Grafana — with a few lines of code. No adapters needed.
Missing your stack?
The adapter interface is public and takes ~50 lines to implement. Open an issue or PR.