Integrations
Drop-in guides for grounding LLM responses with signed, sourced claims. Each guide is copy-paste runnable and covers retrieve-then- cite + generate-then-verify patterns.
LangChain
Retrieve-then-cite + generate-then-verify patterns. Drop-in Python + JS examples for grounding LangChain chain responses in signed VERITAS claims.
LlamaIndex
Custom retriever wrapping the VERITAS /search endpoint + post-process node verification. Compatible with QueryEngine + ChatEngine.
OpenAI Tool Calls
Expose VERITAS as native function-calls in the OpenAI Chat Completions API. The model auto-invokes verify_claim() when uncertain.
Vercel AI SDK
Wire VERITAS into Next.js + AI SDK chains. Two patterns: tool() function-calling via streamText, and post-stream verification for free-form completions. TypeScript-first.
Need a framework that isn't listed? Tell us — the next guide is whichever framework gets the most requests this month.