← Back to adoptersCertified
Adopter quickstart
smolagents proof path
Private-beta path for adopting Imladri with smolagents: initialize the adapter, wrap one risky capability, run the scanner or proof command from the repo, and review the same evidence in Profile.
Certification status
Certified
Alias-aware wrapper-contract and executable smolagents tool surface checks passed for the Python adapter.
2/2 smolagents lanes passed; shared batch proof covers metadata.name, action_aliases, strict preflight, and zero blocked-path body calls.
Runtimepython
Access modePrivate beta
Approved beta starter
imladri init --framework smolagents --ci-provider githubReference dependencies
npm install @imladri/sdk
pip install smolagentsMinimal wrapper
from imladri.adapters import wrap_smolagents_tools
guarded_tools = wrap_smolagents_tools(
agent,
tools,
strict_tools=["shell.run", "cloud.deploy"],
action_aliases={
"run_shell": "shell.run",
"deploy_cloud": "cloud.deploy",
},
)Terminal proof evidence
imladri sdk certify --real --target smolagents
imladri scan --path . --fail-on new
imladri proof export --format json --output imladri-proof.json