← Back to adoptersCertified
Adopter quickstart
PydanticAI proof path
Public waitlist preview for adopting Imladri with PydanticAI: 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 PydanticAI lanes passed.
Runtimepython
Public modeWaitlist preview
One-command starter
imladri init --framework pydantic-ai --ci-provider githubInstall
pip install imladri pydantic-aiMinimal wrapper
from imladri.adapters import wrap_pydanticai_tools
guarded_tools = wrap_pydanticai_tools(
agent,
tools,
strict_tools=["customer.data.export"],
)Local proof artifacts
imladri sdk certify --real --target pydanticai
imladri scan --path . --fail-on new
imladri proof export --format json --output pydanticai-proof.json