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.
Govern the tools that turn retrieved context into action.
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.
Create governed function tools for the functions you expose. Retrieval permissions and document access controls remain part of the application’s security model.
A retrieved document directs a customer lookup toward a broader export. Evaluate the requested tool and scope before returning sensitive data.
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 LlamaIndex support.
python -m pip install "agenticdome-python-sdk[llamaindex]"
from agenticdome_sdk.llamaindex import AgenticDomeLlamaIndexFirewall
firewall = AgenticDomeLlamaIndexFirewall()
secure_lookup = firewall.to_function_tool(
lookup_customer, tool_name="crm.customer.read", agent_id="support_llamaindex_agent"
)
agenticdome-demo --framework llamaindex --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.