← Back to adoptersCertified
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
Wrapper-contract and executable surface smokes passed for Python and TypeScript lanes.
4/4 CrewAI lanes passed.
Runtimemixed
Public modeAccess preview
One-command starter
imladri init --framework crewai --ci-provider githubPackage access
pip install crewai
# Imladri SDK package access is provided during approved onboarding.Minimal wrapper
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
imladri sdk certify --real --target crewai
imladri scan --path . --fail-on new
imladri proof export --format json --output imladri-proof.json