← Back to adopters
Adopter quickstart

AutoGen proof path

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

4/4 AutoGen lanes passed.

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

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

result = guarded_tools["payment.transfer"].run(payload)
Local proof artifacts
local artifacts
imladri sdk certify --real --target autogen
imladri scan --path . --fail-on new
imladri proof export --format json --output imladri-proof.json