agenticdome-python-sdk 1.0.7__tar.gz → 1.1.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. agenticdome_python_sdk-1.1.1/LICENSE +14 -0
  2. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/MANIFEST.in +2 -1
  3. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/PKG-INFO +82 -124
  4. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/README.md +79 -123
  5. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/agenticdome_python_sdk.egg-info/PKG-INFO +82 -124
  6. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/agenticdome_python_sdk.egg-info/SOURCES.txt +1 -0
  7. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/agenticdome_sdk/agno.py +1 -1
  8. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/agenticdome_sdk/aws_bedrock.py +2 -2
  9. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/agenticdome_sdk/client.py +43 -25
  10. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/agenticdome_sdk/crewai.py +28 -11
  11. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/agenticdome_sdk/google_adk.py +2 -2
  12. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/agenticdome_sdk/langgraph.py +2 -2
  13. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/agenticdome_sdk/llamaindex.py +2 -2
  14. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/agenticdome_sdk/mcp_host.py +1 -1
  15. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/agenticdome_sdk/microsoft_agent_framework.py +2 -2
  16. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/agenticdome_sdk/microsoft_ai_foundry.py +10 -17
  17. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/agenticdome_sdk/openai_agents.py +1 -1
  18. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/agenticdome_sdk/pydantic.py +3 -10
  19. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/examples/agno_lateral_refund.py +6 -4
  20. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/examples/ai_foundry_callback_export.py +7 -3
  21. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/examples/attack_demo.py +3 -3
  22. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/examples/crewai_lateral_refund.py +6 -4
  23. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/examples/mcp_remote_patch.py +6 -4
  24. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/examples/mesh_output_redaction.py +6 -4
  25. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/examples/microsoft_metadata_exfil.py +6 -4
  26. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/examples/salesforce_hidden_bcc.py +6 -4
  27. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/examples/servicenow_delete_logs.py +6 -4
  28. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/pyproject.toml +1 -1
  29. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/setup.py +3 -3
  30. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/tests/test_client.py +13 -0
  31. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/tests/test_crewai_integration.py +11 -1
  32. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/tests/test_microsoft_ai_foundry_integration.py +3 -12
  33. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/tests/test_pydanticai_integration.py +2 -2
  34. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/agenticdome_python_sdk.egg-info/dependency_links.txt +0 -0
  35. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/agenticdome_python_sdk.egg-info/requires.txt +0 -0
  36. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/agenticdome_python_sdk.egg-info/top_level.txt +0 -0
  37. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/agenticdome_sdk/__init__.py +0 -0
  38. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/agenticdome_sdk/scenarios.py +0 -0
  39. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/examples/crewai_agenticdome_firewall.py +0 -0
  40. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/setup.cfg +0 -0
  41. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/tests/test_agno_integration.py +0 -0
  42. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/tests/test_aws_bedrock_integration.py +0 -0
  43. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/tests/test_google_adk_integration.py +0 -0
  44. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/tests/test_langgraph_integration.py +0 -0
  45. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/tests/test_llamaindex_integration.py +0 -0
  46. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/tests/test_mcp_host_integration.py +0 -0
  47. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/tests/test_microsoft_agent_framework_integration.py +0 -0
  48. {agenticdome_python_sdk-1.0.7 → agenticdome_python_sdk-1.1.1}/tests/test_openai_agents_integration.py +0 -0
@@ -0,0 +1,14 @@
1
+ Copyright (c) AgenticDome. All rights reserved.
2
+
3
+ This software and associated documentation files (the "Software") are
4
+ proprietary to AgenticDome.
5
+
6
+ Use, copying, modification, distribution, sublicensing, or resale of the
7
+ Software is permitted only under a written agreement with AgenticDome or terms
8
+ published by AgenticDome for this package.
9
+
10
+ The Software is provided "as is", without warranty of any kind, express or
11
+ implied, including but not limited to the warranties of merchantability, fitness
12
+ for a particular purpose, and noninfringement. In no event shall AgenticDome be
13
+ liable for any claim, damages, or other liability arising from use of the
14
+ Software, whether in an action of contract, tort, or otherwise.
@@ -1,4 +1,5 @@
1
1
  include README.md
2
+ include LICENSE
2
3
  include pyproject.toml
3
4
  include setup.py
4
5
 
@@ -7,4 +8,4 @@ recursive-include tests *.py
7
8
 
8
9
  global-exclude __pycache__
9
10
  global-exclude *.py[cod]
10
- global-exclude .DS_Store
11
+ global-exclude .DS_Store
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agenticdome-python-sdk
3
- Version: 1.0.7
3
+ Version: 1.1.1
4
4
  Summary: Official Python SDK for AgentGuard Intelligence Engine and Action Firewall.
5
5
  Home-page: https://github.com/agenticdome/agenticdome-python-sdk-python
6
6
  Author: AgenticDome
@@ -24,6 +24,7 @@ Classifier: Programming Language :: Python :: 3.11
24
24
  Classifier: Programming Language :: Python :: 3.12
25
25
  Requires-Python: >=3.9
26
26
  Description-Content-Type: text/markdown
27
+ License-File: LICENSE
27
28
  Requires-Dist: requests>=2.31.0
28
29
  Requires-Dist: urllib3>=2.0.0
29
30
  Provides-Extra: crewai
@@ -84,13 +85,16 @@ Requires-Dist: mypy>=1.8.0; extra == "dev"
84
85
  Requires-Dist: build>=1.0.0; extra == "dev"
85
86
  Requires-Dist: twine>=5.0.0; extra == "dev"
86
87
  Dynamic: home-page
88
+ Dynamic: license-file
87
89
  Dynamic: requires-python
88
90
 
91
+
92
+
89
93
  # AgenticDome Python SDK
90
94
 
91
95
  [![PyPI version](https://img.shields.io/pypi/v/agenticdome-python-sdk.svg)](https://pypi.org/project/agenticdome-python-sdk/)
92
96
  [![Python Versions](https://img.shields.io/pypi/pyversions/agenticdome-python-sdk.svg)](https://pypi.org/project/agenticdome-python-sdk/)
93
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
97
+ [![License: Proprietary](https://img.shields.io/badge/License-Proprietary-blue.svg)](#license)
94
98
 
95
99
  > **Production-grade security guardrails, DLP, tool authorization, and multi-agent delegation enforcement for Python autonomous AI runtimes.**
96
100
 
@@ -115,21 +119,32 @@ The package includes:
115
119
  - Optional Redis-backed distributed token storage
116
120
  - Enterprise-ready fail-open / fail-closed runtime behavior
117
121
 
118
- Supported runtime integrations include:
119
-
120
- - **CrewAI Open Source / Enterprise**
121
- - **PydanticAI**
122
- - **LangGraph / LangChain graph runtimes**
123
- - **Microsoft Agent Framework for Python**
124
- - **Microsoft AI Foundry / Azure AI Foundry**
125
- - **Agno**
126
- - **OpenAI Agents SDK**
127
- - **MCP hosts, gateways, and third-party MCP server proxies**
128
- - **AWS Bedrock Runtime / Bedrock Agents local tool handlers**
129
- - **Google ADK**
130
- - **LlamaIndex**
131
- - **Custom Python agent runtimes**
132
- - **Multi-agent routers and tool gateways**
122
+ ## Quick Navigation
123
+
124
+ Start with onboarding and configuration, then jump to the framework guide that matches where your agents and tools run.
125
+
126
+ | Start here | Link |
127
+ | :--- | :--- |
128
+ | Create tenant, tenant ID, and API key | [Getting Started and Onboarding](#getting-started-and-onboarding) |
129
+ | Install the SDK or a framework extra | [Installation](#installation) |
130
+ | Set required environment variables | [Configuration](#configuration) |
131
+ | Decide where to attach AgenticDome in code | [Framework-by-Framework Global Application Map](#framework-by-framework-global-application-map) |
132
+ | Low-level SDK calls for custom runtimes | [Core Python SDK Client Usage](#core-python-sdk-client-usage) |
133
+
134
+ | Framework / Runtime | Install extra | Framework guide |
135
+ | :--- | :--- | :--- |
136
+ | CrewAI Open Source / Enterprise | `crewai` | [CrewAI Integration](#crewai-integration) |
137
+ | PydanticAI | `pydanticai` | [PydanticAI Integration](#pydanticai-integration) |
138
+ | LangGraph / LangChain graph runtimes | `langgraph` | [LangGraph Integration](#langgraph-integration) |
139
+ | Microsoft Agent Framework for Python | `microsoft` | [Microsoft Agent Framework Integration](#microsoft-agent-framework-integration) |
140
+ | Microsoft AI Foundry / Azure AI Foundry | `foundry` | [Microsoft AI Foundry Integration](#microsoft-ai-foundry-integration) |
141
+ | OpenAI Agents SDK | `openai-agents` | [OpenAI Agents SDK Integration](#openai-agents-sdk-integration) |
142
+ | Agno | `agno` | [Agno Integration](#agno-integration) |
143
+ | Google ADK | `google-adk` | [Google ADK Integration](#google-adk-integration) |
144
+ | LlamaIndex | `llamaindex` | [LlamaIndex Integration](#llamaindex-integration) |
145
+ | AWS Bedrock Runtime / Bedrock Agents | `bedrock` | [AWS Bedrock Integration](#aws-bedrock-integration) |
146
+ | MCP host / gateway / proxy | `mcp` | [MCP Host Gateway Integration](#mcp-host-gateway-integration) |
147
+ | Custom Python agent runtimes | none | [Core Python SDK Client Usage](#core-python-sdk-client-usage) |
133
148
 
134
149
  ---
135
150
 
@@ -258,124 +273,63 @@ Delegation token storage can run in:
258
273
 
259
274
  ## Getting Started and Onboarding
260
275
 
261
- Before integrating the SDK, create an AgenticDome tenant and API key.
276
+ If you are an Enterprise Administrator securing your OpenClaw stack or another Python agent runtime:
262
277
 
263
- 1. Visit the [AgenticDome Management Console, AU Region](https://au.agenticdome.io).
264
- 2. Create or select your organization.
265
- 3. Copy your **Tenant ID**.
266
- 4. Generate an **API Key** from the access-control or API-key section.
267
- 5. Configure your runtime environment variables.
278
+ 1. Create an account in the AgenticDome Management Console for the AU region.
279
+ 2. Log in and copy your unique workspace or organization tenant identifier from organization settings.
280
+ 3. Navigate to the access-control or API-key section and generate a production API key.
268
281
 
269
282
  ---
270
283
 
271
284
  ## Installation
272
285
 
273
- Install the core SDK:
286
+ Install the core SDK when you call AgenticDome from a custom runtime or want only the low-level client:
274
287
 
275
288
  ```bash
276
289
  pip install agenticdome-python-sdk
277
290
  ```
278
291
 
279
- Install with CrewAI support:
280
-
281
- ```bash
282
- pip install "agenticdome-python-sdk[crewai]"
283
- ```
284
-
285
- Install with PydanticAI support:
286
-
287
- ```bash
288
- pip install "agenticdome-python-sdk[pydanticai]"
289
- ```
290
-
291
- Install with LangGraph support:
292
-
293
- ```bash
294
- pip install "agenticdome-python-sdk[langgraph]"
295
- ```
296
-
297
- Install with Microsoft Agent Framework helper support:
298
-
299
- ```bash
300
- pip install "agenticdome-python-sdk[microsoft]"
301
- ```
302
-
303
- Install with Agno support:
304
-
305
- ```bash
306
- pip install "agenticdome-python-sdk[agno]"
307
- ```
308
-
309
- Install with Azure AI Foundry helper support:
310
-
311
- ```bash
312
- pip install "agenticdome-python-sdk[foundry]"
313
- ```
314
-
315
- Install with OpenAI Agents SDK helper support:
316
-
317
- ```bash
318
- pip install "agenticdome-python-sdk[openai-agents]"
319
- ```
320
-
321
- Install with MCP host / gateway helper support:
322
-
323
- ```bash
324
- pip install "agenticdome-python-sdk[mcp]"
325
- ```
326
-
327
- Install with AWS Bedrock helper support:
328
-
329
- ```bash
330
- pip install "agenticdome-python-sdk[bedrock]"
331
- ```
332
-
333
- Install with Google ADK helper support:
334
-
335
- ```bash
336
- pip install "agenticdome-python-sdk[google-adk]"
337
- ```
338
-
339
- Install with LlamaIndex helper support:
292
+ Install the extra for the framework you use:
340
293
 
341
- ```bash
342
- pip install "agenticdome-python-sdk[llamaindex]"
343
- ```
344
-
345
- The Google ADK and LlamaIndex adapters are dependency-light at import time. Their extras install the framework packages for applications that want the SDK and framework in the same environment.
346
-
347
- The Bedrock firewall adapter itself is dependency-light and can wrap any boto3-compatible client object. The `bedrock` extra installs `boto3` for teams that want the AWS SDK in the same environment.
348
-
349
- The MCP firewall adapter itself protects JSON-RPC dictionaries and does not require the Python MCP package at runtime. The `mcp` extra is provided for teams building hosts or gateways with the standard Python MCP library.
350
-
351
- The Microsoft integration does not require a hard SDK dependency because teams may use Azure OpenAI, Foundry, Copilot Studio, local function tools, hosted tools, or workflow executors differently. Install the Microsoft Agent Framework packages required by your application separately.
352
-
353
- Install with Redis support for distributed token storage:
354
-
355
- ```bash
356
- pip install "agenticdome-python-sdk[redis]"
357
- ```
358
-
359
- Install all optional integrations:
360
-
361
- ```bash
362
- pip install "agenticdome-python-sdk[all]"
363
- ```
294
+ | Target runtime | Command |
295
+ | :--- | :--- |
296
+ | CrewAI | `pip install "agenticdome-python-sdk[crewai]"` |
297
+ | PydanticAI | `pip install "agenticdome-python-sdk[pydanticai]"` |
298
+ | LangGraph / LangChain | `pip install "agenticdome-python-sdk[langgraph]"` |
299
+ | Microsoft Agent Framework helpers | `pip install "agenticdome-python-sdk[microsoft]"` |
300
+ | Microsoft AI Foundry helpers | `pip install "agenticdome-python-sdk[foundry]"` |
301
+ | OpenAI Agents SDK | `pip install "agenticdome-python-sdk[openai-agents]"` |
302
+ | Agno | `pip install "agenticdome-python-sdk[agno]"` |
303
+ | Google ADK | `pip install "agenticdome-python-sdk[google-adk]"` |
304
+ | LlamaIndex | `pip install "agenticdome-python-sdk[llamaindex]"` |
305
+ | AWS Bedrock / Bedrock Agents | `pip install "agenticdome-python-sdk[bedrock]"` |
306
+ | MCP host / gateway | `pip install "agenticdome-python-sdk[mcp]"` |
307
+ | Redis token storage | `pip install "agenticdome-python-sdk[redis]"` |
308
+ | All optional integrations | `pip install "agenticdome-python-sdk[all]"` |
309
+
310
+ Some adapters are dependency-light at import time. Google ADK, LlamaIndex, Bedrock, MCP, and Microsoft helpers can wrap local boundaries without forcing one exact runtime stack; install the framework packages your application actually uses.
364
311
 
365
312
  ---
366
313
 
367
314
  ## Configuration
368
315
 
369
- Set these environment variables in your local shell, container, CI/CD environment, or orchestrator secrets manager.
316
+ Set these environment variables in your local shell, container, CI/CD environment, or orchestrator secrets manager before using any AgenticDome SDK client or framework integration.
370
317
 
371
318
  ### Required Variables
372
319
 
373
320
  ```bash
321
+ # Regional gateway base URL.
374
322
  export AGENTICDOME_API_BASE="https://au.agenticdome.io"
323
+
324
+ # Secure access token generated in the AgenticDome console.
375
325
  export AGENTICDOME_API_KEY="your_api_key_abc123..."
326
+
327
+ # Unique workspace or organization tenant identifier.
376
328
  export AGENTICDOME_TENANT_ID="your_tenant_id_xyz789..."
377
329
  ```
378
330
 
331
+ All SDK clients and framework integrations require these three values before use. Missing values raise a configuration error instead of silently running without AgenticDome protection.
332
+
379
333
  ### Optional Runtime Controls
380
334
 
381
335
  ```bash
@@ -618,7 +572,7 @@ secure_refund = firewall.wrap_delegated_tool_handler(
618
572
 
619
573
  | Environment Variable | Type | Default | Description |
620
574
  | :--- | :--- | :--- | :--- |
621
- | `AGENTICDOME_API_BASE` | string | `https://au.agenticdome.io` | AgenticDome regional API and console endpoint. |
575
+ | `AGENTICDOME_API_BASE` | string | required | AgenticDome regional API and console endpoint, for example `https://au.agenticdome.io`. |
622
576
  | `AGENTICDOME_API_KEY` | string | required | API key generated in the AgenticDome console. |
623
577
  | `AGENTICDOME_TENANT_ID` | string | required | Tenant or organization isolation namespace. |
624
578
  | `AGENTICDOME_PLATFORM` | string | framework-specific | Runtime platform label included in policy context. |
@@ -1214,9 +1168,9 @@ from agenticdome_sdk.pydantic import CyberSecFirewall, FirewallConfig
1214
1168
  # 1. Instantiate the enterprise firewall capability.
1215
1169
  firewall = CyberSecFirewall(
1216
1170
  config=FirewallConfig(
1217
- api_base=os.getenv("AGENTICDOME_API_BASE", "https://au.agenticdome.io"),
1218
- api_key=os.getenv("AGENTICDOME_API_KEY", ""),
1219
- tenant_id=os.getenv("AGENTICDOME_TENANT_ID", ""),
1171
+ api_base=os.environ["AGENTICDOME_API_BASE"],
1172
+ api_key=os.environ["AGENTICDOME_API_KEY"],
1173
+ tenant_id=os.environ["AGENTICDOME_TENANT_ID"],
1220
1174
  fail_closed=True,
1221
1175
  block_on_sensitive_output=True,
1222
1176
  )
@@ -1271,9 +1225,9 @@ from agenticdome_sdk.pydantic import CyberSecFirewall, FirewallConfig
1271
1225
 
1272
1226
  firewall = CyberSecFirewall(
1273
1227
  FirewallConfig(
1274
- api_base=os.getenv("AGENTICDOME_API_BASE", "https://au.agenticdome.io"),
1275
- api_key=os.getenv("AGENTICDOME_API_KEY", ""),
1276
- tenant_id=os.getenv("AGENTICDOME_TENANT_ID", ""),
1228
+ api_base=os.environ["AGENTICDOME_API_BASE"],
1229
+ api_key=os.environ["AGENTICDOME_API_KEY"],
1230
+ tenant_id=os.environ["AGENTICDOME_TENANT_ID"],
1277
1231
  fail_closed=True,
1278
1232
  production_mode=True,
1279
1233
  )
@@ -1383,9 +1337,9 @@ from agenticdome_sdk.langgraph import AgentState, AgenticDomeLangGraphFirewall,
1383
1337
 
1384
1338
  firewall = AgenticDomeLangGraphFirewall(
1385
1339
  config=FirewallConfig(
1386
- api_base=os.getenv("AGENTICDOME_API_BASE", "https://au.agenticdome.io"),
1387
- api_key=os.getenv("AGENTICDOME_API_KEY", ""),
1388
- tenant_id=os.getenv("AGENTICDOME_TENANT_ID", ""),
1340
+ api_base=os.environ["AGENTICDOME_API_BASE"],
1341
+ api_key=os.environ["AGENTICDOME_API_KEY"],
1342
+ tenant_id=os.environ["AGENTICDOME_TENANT_ID"],
1389
1343
  fail_closed=True,
1390
1344
  production_mode=True,
1391
1345
  require_explicit_session_id=True,
@@ -1758,7 +1712,7 @@ The Foundry integration supports:
1758
1712
  - Direct tool-argument stripping, lightweight JSON-schema validation, and sanitized-argument execution when AgenticDome returns safer arguments
1759
1713
  - Enterprise identity context propagation for Entra IDs, roles/scopes, Foundry project IDs, and Purview or sensitivity labels
1760
1714
  - Production-mode stable session ID enforcement and output-sanitization requirements
1761
- - Output DLP through Mesh when `AGENTICDOME_API_KEY` and `AGENTICDOME_TENANT_ID` are configured
1715
+ - Output DLP through Mesh using the required AgenticDome API base URL, API key, and tenant ID
1762
1716
  - Structured-output preservation by parsing sanitized JSON back to dictionaries/lists where possible
1763
1717
  - Local rate limits, input/output/tool-argument size limits, retries, circuit breaker behavior, audit logging, and OpenTelemetry span events
1764
1718
  - Streaming response sanitization through `sanitize_streaming_response()`
@@ -1943,7 +1897,7 @@ from agenticdome_sdk.microsoft_ai_foundry import (
1943
1897
  - Production deployments should pass a stable `session_id`, `run_id`, `trace_id`, `conversation_id`, or `thread_id`; generated fallback IDs are intended for local development only.
1944
1898
  - Pass Entra identity, roles/scopes, Foundry project IDs, and Purview/sensitivity labels on `ctx` or `policy_context` so server-side policy can make identity-aware decisions.
1945
1899
  - If a Foundry hosted tool executes entirely inside a remote provider runtime, this local Python SDK can protect the local request/response boundary but cannot inspect inside the remote execution environment.
1946
- - Mesh output DLP is skipped when `AGENTICDOME_API_KEY` is not configured unless production mode requires output sanitization. Threat-contract prompt and tool analysis still use bearer auth.
1900
+ - Microsoft AI Foundry requires the standard AgenticDome API base URL, API key, and tenant ID. Threat-contract prompt and tool analysis also require `AGENTICDOME_BEARER_TOKEN`.
1947
1901
 
1948
1902
  Official references:
1949
1903
 
@@ -2863,7 +2817,7 @@ from agenticdome_sdk.aws_bedrock import (
2863
2817
 
2864
2818
  ---
2865
2819
 
2866
- ## MCP Host / Gateway Integration
2820
+ ## MCP Host Gateway Integration
2867
2821
 
2868
2822
  AgenticDome provides a production MCP host adapter for the process that controls JSON-RPC forwarding to third-party MCP servers. This is the right place to protect MCP because the host can inspect `tools/call` requests before side effects happen and can sanitize tool results before they return to the planner, agent, or client.
2869
2823
 
@@ -3377,10 +3331,14 @@ python -m twine check dist/*
3377
3331
 
3378
3332
  ## License
3379
3333
 
3380
- Distributed under the MIT License.
3334
+ Copyright (c) AgenticDome. All rights reserved.
3335
+
3336
+ This SDK is distributed under a proprietary license. Use, copying, modification,
3337
+ and redistribution are permitted only under a written agreement with AgenticDome
3338
+ or terms published by AgenticDome for this package.
3381
3339
 
3382
3340
  For enterprise deployments, advanced governance workflows, dedicated regional control planes, or priority integration support, visit:
3383
3341
 
3384
3342
  ```text
3385
- https://au.agenticdome.io
3343
+ https://agenticdome.io
3386
3344
  ```