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