← Back to adopters
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

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
cli
imladri init --framework llamaindex --ci-provider github
Install
dependencies
pip install imladri llama-index-core
npm install @imladri/sdk llamaindex
Minimal wrapper
mixed
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
local artifacts
imladri sdk certify --real --target llamaindex
imladri scan --path . --fail-on new
imladri proof export --format markdown --output llamaindex-proof.md