← Back to adopters
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

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
cli
imladri init --framework smolagents --ci-provider github
Reference dependencies
dependencies
npm install @imladri/sdk
pip install smolagents
Minimal wrapper
python
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
terminal evidence
imladri sdk certify --real --target smolagents
imladri scan --path . --fail-on new
imladri proof export --format json --output imladri-proof.json