← Back to adoptersCertified
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
Wrapper-contract, Python real-package, and TypeScript executable surface smokes passed.
4/4 AutoGen lanes passed.
Runtimemixed
Public modeWaitlist preview
One-command starter
imladri init --framework autogen --ci-provider githubInstall
pip install imladri autogen-core
npm install @imladri/sdkMinimal wrapper
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
imladri sdk certify --real --target autogen
imladri scan --path . --fail-on new
imladri proof export --format json --output imladri-proof.json