agenticdome-python-sdk 1.1.0__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.0/agenticdome_python_sdk.egg-info → agenticdome_python_sdk-1.1.1}/PKG-INFO +4 -3
  2. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/README.md +3 -2
  3. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1/agenticdome_python_sdk.egg-info}/PKG-INFO +4 -3
  4. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/pyproject.toml +1 -1
  5. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/setup.py +1 -1
  6. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/LICENSE +0 -0
  7. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/MANIFEST.in +0 -0
  8. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/agenticdome_python_sdk.egg-info/SOURCES.txt +0 -0
  9. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/agenticdome_python_sdk.egg-info/dependency_links.txt +0 -0
  10. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/agenticdome_python_sdk.egg-info/requires.txt +0 -0
  11. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/agenticdome_python_sdk.egg-info/top_level.txt +0 -0
  12. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/agenticdome_sdk/__init__.py +0 -0
  13. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/agenticdome_sdk/agno.py +0 -0
  14. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/agenticdome_sdk/aws_bedrock.py +0 -0
  15. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/agenticdome_sdk/client.py +0 -0
  16. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/agenticdome_sdk/crewai.py +0 -0
  17. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/agenticdome_sdk/google_adk.py +0 -0
  18. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/agenticdome_sdk/langgraph.py +0 -0
  19. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/agenticdome_sdk/llamaindex.py +0 -0
  20. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/agenticdome_sdk/mcp_host.py +0 -0
  21. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/agenticdome_sdk/microsoft_agent_framework.py +0 -0
  22. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/agenticdome_sdk/microsoft_ai_foundry.py +0 -0
  23. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/agenticdome_sdk/openai_agents.py +0 -0
  24. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/agenticdome_sdk/pydantic.py +0 -0
  25. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/agenticdome_sdk/scenarios.py +0 -0
  26. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/examples/agno_lateral_refund.py +0 -0
  27. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/examples/ai_foundry_callback_export.py +0 -0
  28. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/examples/attack_demo.py +0 -0
  29. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/examples/crewai_agenticdome_firewall.py +0 -0
  30. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/examples/crewai_lateral_refund.py +0 -0
  31. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/examples/mcp_remote_patch.py +0 -0
  32. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/examples/mesh_output_redaction.py +0 -0
  33. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/examples/microsoft_metadata_exfil.py +0 -0
  34. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/examples/salesforce_hidden_bcc.py +0 -0
  35. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/examples/servicenow_delete_logs.py +0 -0
  36. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/setup.cfg +0 -0
  37. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/tests/test_agno_integration.py +0 -0
  38. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/tests/test_aws_bedrock_integration.py +0 -0
  39. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/tests/test_client.py +0 -0
  40. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/tests/test_crewai_integration.py +0 -0
  41. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/tests/test_google_adk_integration.py +0 -0
  42. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/tests/test_langgraph_integration.py +0 -0
  43. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/tests/test_llamaindex_integration.py +0 -0
  44. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/tests/test_mcp_host_integration.py +0 -0
  45. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/tests/test_microsoft_agent_framework_integration.py +0 -0
  46. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/tests/test_microsoft_ai_foundry_integration.py +0 -0
  47. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/tests/test_openai_agents_integration.py +0 -0
  48. {agenticdome_python_sdk-1.1.0 → agenticdome_python_sdk-1.1.1}/tests/test_pydanticai_integration.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agenticdome-python-sdk
3
- Version: 1.1.0
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
@@ -88,6 +88,8 @@ Dynamic: home-page
88
88
  Dynamic: license-file
89
89
  Dynamic: requires-python
90
90
 
91
+
92
+
91
93
  # AgenticDome Python SDK
92
94
 
93
95
  [![PyPI version](https://img.shields.io/pypi/v/agenticdome-python-sdk.svg)](https://pypi.org/project/agenticdome-python-sdk/)
@@ -276,7 +278,6 @@ If you are an Enterprise Administrator securing your OpenClaw stack or another P
276
278
  1. Create an account in the AgenticDome Management Console for the AU region.
277
279
  2. Log in and copy your unique workspace or organization tenant identifier from organization settings.
278
280
  3. Navigate to the access-control or API-key section and generate a production API key.
279
- 4. Configure your local OpenClaw runtime, server, worker, or hosting container with the required environment variables before attaching any SDK framework integration.
280
281
 
281
282
  ---
282
283
 
@@ -3339,5 +3340,5 @@ or terms published by AgenticDome for this package.
3339
3340
  For enterprise deployments, advanced governance workflows, dedicated regional control planes, or priority integration support, visit:
3340
3341
 
3341
3342
  ```text
3342
- https://au.agenticdome.io
3343
+ https://agenticdome.io
3343
3344
  ```
@@ -1,3 +1,5 @@
1
+
2
+
1
3
  # AgenticDome Python SDK
2
4
 
3
5
  [![PyPI version](https://img.shields.io/pypi/v/agenticdome-python-sdk.svg)](https://pypi.org/project/agenticdome-python-sdk/)
@@ -186,7 +188,6 @@ If you are an Enterprise Administrator securing your OpenClaw stack or another P
186
188
  1. Create an account in the AgenticDome Management Console for the AU region.
187
189
  2. Log in and copy your unique workspace or organization tenant identifier from organization settings.
188
190
  3. Navigate to the access-control or API-key section and generate a production API key.
189
- 4. Configure your local OpenClaw runtime, server, worker, or hosting container with the required environment variables before attaching any SDK framework integration.
190
191
 
191
192
  ---
192
193
 
@@ -3249,5 +3250,5 @@ or terms published by AgenticDome for this package.
3249
3250
  For enterprise deployments, advanced governance workflows, dedicated regional control planes, or priority integration support, visit:
3250
3251
 
3251
3252
  ```text
3252
- https://au.agenticdome.io
3253
+ https://agenticdome.io
3253
3254
  ```
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agenticdome-python-sdk
3
- Version: 1.1.0
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
@@ -88,6 +88,8 @@ Dynamic: home-page
88
88
  Dynamic: license-file
89
89
  Dynamic: requires-python
90
90
 
91
+
92
+
91
93
  # AgenticDome Python SDK
92
94
 
93
95
  [![PyPI version](https://img.shields.io/pypi/v/agenticdome-python-sdk.svg)](https://pypi.org/project/agenticdome-python-sdk/)
@@ -276,7 +278,6 @@ If you are an Enterprise Administrator securing your OpenClaw stack or another P
276
278
  1. Create an account in the AgenticDome Management Console for the AU region.
277
279
  2. Log in and copy your unique workspace or organization tenant identifier from organization settings.
278
280
  3. Navigate to the access-control or API-key section and generate a production API key.
279
- 4. Configure your local OpenClaw runtime, server, worker, or hosting container with the required environment variables before attaching any SDK framework integration.
280
281
 
281
282
  ---
282
283
 
@@ -3339,5 +3340,5 @@ or terms published by AgenticDome for this package.
3339
3340
  For enterprise deployments, advanced governance workflows, dedicated regional control planes, or priority integration support, visit:
3340
3341
 
3341
3342
  ```text
3342
- https://au.agenticdome.io
3343
+ https://agenticdome.io
3343
3344
  ```
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "agenticdome-python-sdk"
7
- version = "1.1.0"
7
+ version = "1.1.1"
8
8
  description = "Official Python SDK for AgentGuard Intelligence Engine and Action Firewall."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -8,7 +8,7 @@ README = ROOT / "README.md"
8
8
 
9
9
  setup(
10
10
  name="agenticdome-python-sdk",
11
- version="1.1.0",
11
+ version="1.1.1",
12
12
  description="Python SDK for AgenticDome AI security, guardrails, A2A, MCP, CrewAI, and enterprise agent governance APIs.",
13
13
  long_description=README.read_text(encoding="utf-8") if README.exists() else "",
14
14
  long_description_content_type="text/markdown",