← Back to adoptersCertified
Adopter quickstart
smolagents proof path
Public waitlist preview for adopting Imladri with smolagents: 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 the Python adapter.
2/2 smolagents lanes passed.
Runtimepython
Public modeWaitlist preview
One-command starter
imladri init --framework smolagents --ci-provider githubInstall
pip install imladri smolagentsMinimal wrapper
from imladri.adapters import wrap_smolagents_tools
guarded_tools = wrap_smolagents_tools(
agent,
tools,
strict_tools=["shell.run", "cloud.deploy"],
)Local proof artifacts
imladri sdk certify --real --target smolagents
imladri scan --path . --fail-on new
imladri proof export --format json --output imladri-proof.json