@complior/sdk is an npm library that wraps LLM clients with a compliance pipeline. Every API call passes through: pre-hooks → LLM call → post-hooks. All checks are deterministic (regex + rules).
Quick start
Two modes
Agent mode (passport enforcement)
All Hooks
6 pre-hooks + 8 post-hooks in detail.
Providers
OpenAI, Anthropic, Google, Vercel AI.