← Back to adoptersCertified
Adopter quickstart
LlamaIndex proof path
Public waitlist preview for adopting Imladri with LlamaIndex: initialize the adapter, wrap one risky capability, run the local scanner, and review the proof artifacts before a private design-partner workspace is opened.
Certification status
Certified
Wrapper-contract and real-package smoke passed for Python and TypeScript lanes.
4/4 lanes passed across llama-index-core and llamaindex.
Runtimemixed
Public modeWaitlist preview
One-command starter
imladri init --framework llamaindex --ci-provider githubInstall
pip install imladri llama-index-core
npm install @imladri/sdk llamaindexMinimal wrapper
import { ConstitutionalAgent, wrapLlamaIndexTools } from "@imladri/sdk";
const agent = new ConstitutionalAgent({ agentId, apiKey, apiUrl, preflightUrl });
const guardedTools = wrapLlamaIndexTools(agent, llamaTools, {
strictTools: ["customer.data.export"],
});
await guardedTools[0].query({ input: "summarize account" });Local proof artifacts
imladri sdk certify --real --target llamaindex
imladri scan --path . --fail-on new
imladri proof export --format markdown --output llamaindex-proof.md