← Back to adopters
Adopter quickstart

CrewAI proof path

Public waitlist preview for adopting Imladri with CrewAI: 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 executable surface smokes passed for Python and TypeScript lanes.

4/4 CrewAI lanes passed.

Runtimemixed
Public modeWaitlist preview
One-command starter
cli
imladri init --framework crewai --ci-provider github
Install
dependencies
pip install imladri crewai
npm install @imladri/sdk
Minimal wrapper
mixed
from imladri.adapters import wrap_crewai_tools

guarded_tools = wrap_crewai_tools(
    agent,
    tools,
    strict_tools=["payment.transfer", "cloud.deploy"],
)

crew.kickoff(inputs={"tools": guarded_tools})
Local proof artifacts
local artifacts
imladri sdk certify --real --target crewai
imladri scan --path . --fail-on new
imladri proof export --format json --output imladri-proof.json