Python SDK
agenticdome-python-sdk
One SDK for the 15 Python framework and runtime paths, with framework-specific installation extras. Includes the local demo and onboarding CLI.
Enforce policy around Foundry application tools and workflow boundaries.
agenticdome-python-sdk
One SDK for the 15 Python framework and runtime paths, with framework-specific installation extras. Includes the local demo and onboarding CLI.
Attach wrappers to the application’s run, workflow or tool boundaries as documented. This does not intercept every action inside a managed cloud service.
A cloud agent selects a profile-export tool with an unexpected destination. Evaluate those final arguments in the application-owned handler.
Illustrative workflow, not a customer deployment or a measured result.
Adapt this existing SDK pattern to your application. Names such as the agent, handler and session refer to your own objects. Follow the package documentation for compatible versions and complete setup.
# Install Microsoft AI Foundry support.
python -m pip install "agenticdome-python-sdk[foundry]"
from agenticdome_sdk.microsoft_ai_foundry import AgenticDomeMicrosoftAIFoundryFirewall
firewall = AgenticDomeMicrosoftAIFoundryFirewall()
secure_tool = firewall.secure_tool(tool_name="customer.profile.export")(export_profile)
agenticdome-demo --framework foundry --scenario metadata_exfilPython demo commands evaluate fixed inputs against a bundled local policy; they do not instantiate the selected framework or prove a live integration. The TypeScript client and OpenClaw runtime plugin need their documented tenant configuration.
Try a local scenario, then bring your workflow to a deployment review. Start with one agent and one tool, and see exactly where the action can be stopped.