← Back to adopters
Adopter quickstart

DSPy proof path

Public waitlist preview for adopting Imladri with DSPy: 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 and executable surface smokes passed for the Python adapter.

2/2 DSPy lanes passed.

Runtimepython
Public modeWaitlist preview
One-command starter
cli
imladri init --framework dspy --ci-provider github
Install
dependencies
pip install imladri dspy
Minimal wrapper
python
from imladri.adapters import wrap_dspy_tools

guarded_predictors = wrap_dspy_tools(
    agent,
    predictors,
    strict_tools=["customer.data.export"],
)
Local proof artifacts
local artifacts
imladri sdk certify --real --target dspy
imladri scan --path . --fail-on new
imladri proof export --format json --output dspy-proof.json