agenticdome-python-sdk 1.2.28__tar.gz → 1.2.29__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.
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/PKG-INFO +76 -23
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/README.md +53 -1
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_python_sdk.egg-info/PKG-INFO +76 -23
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_python_sdk.egg-info/SOURCES.txt +4 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_python_sdk.egg-info/requires.txt +22 -21
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_sdk/__init__.py +5 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_sdk/_framework_firewall.py +61 -20
- agenticdome_python_sdk-1.2.29/agenticdome_sdk/attestation.py +205 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_sdk/catalog_snapshot.json +4 -4
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_sdk/client.py +52 -0
- agenticdome_python_sdk-1.2.29/agenticdome_sdk/connect.py +265 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_sdk/hook_catalog.py +18 -18
- agenticdome_python_sdk-1.2.29/agenticdome_sdk/lifecycle.py +256 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_sdk/mcp_host.py +36 -2
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_sdk/onboarding_cli.py +73 -1
- agenticdome_python_sdk-1.2.29/agenticdome_sdk/outcomes.py +55 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/docs/customer-onboarding.md +5 -4
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/docs/mcp-integration.md +9 -9
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/pyproject.toml +24 -23
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/CONTRIBUTING.md +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/LICENSE +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/MANIFEST.in +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/NOTICE +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/SECURITY.md +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_python_sdk.egg-info/dependency_links.txt +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_python_sdk.egg-info/entry_points.txt +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_python_sdk.egg-info/top_level.txt +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_sdk/_mode.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_sdk/agno.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_sdk/autogen.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_sdk/aws_bedrock.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_sdk/claude.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_sdk/copilot_ir.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_sdk/copilot_ir_collector.cjs +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_sdk/crewai.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_sdk/demo.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_sdk/google_adk.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_sdk/identity.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_sdk/langgraph.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_sdk/llamaindex.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_sdk/mcp_http_gateway.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_sdk/mcp_rehearsal_server.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_sdk/mcp_verification.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_sdk/microsoft_agent_framework.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_sdk/microsoft_ai_foundry.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_sdk/openai_agents.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_sdk/proof.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_sdk/pydantic.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_sdk/simulation.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/agenticdome_sdk/smolagents.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/docs/frameworks/README.md +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/docs/frameworks/agno.md +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/docs/frameworks/autogen.md +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/docs/frameworks/aws-bedrock.md +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/docs/frameworks/claude-agent-sdk.md +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/docs/frameworks/crewai.md +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/docs/frameworks/custom-python.md +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/docs/frameworks/google-adk.md +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/docs/frameworks/langgraph.md +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/docs/frameworks/llamaindex.md +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/docs/frameworks/microsoft-agent-framework.md +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/docs/frameworks/microsoft-ai-foundry.md +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/docs/frameworks/openai-agents.md +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/docs/frameworks/pydanticai.md +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/docs/frameworks/smolagents.md +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/docs/performance-evidence.md +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/docs/runtime-deployment.md +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/examples/PRODUCTION_INTEGRATION.md +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/examples/README.md +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/examples/attack_demo.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/examples/crewai_agenticdome_firewall.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/examples/frameworks/README.md +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/examples/frameworks/_shared.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/examples/frameworks/agno.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/examples/frameworks/autogen.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/examples/frameworks/aws_bedrock.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/examples/frameworks/claude_agent_sdk.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/examples/frameworks/crewai.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/examples/frameworks/custom_python.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/examples/frameworks/google_adk.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/examples/frameworks/langgraph.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/examples/frameworks/llamaindex.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/examples/frameworks/mcp.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/examples/frameworks/microsoft_agent_framework.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/examples/frameworks/microsoft_ai_foundry.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/examples/frameworks/openai_agents.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/examples/frameworks/pydanticai.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/examples/frameworks/smolagents.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/examples/langgraph_agenticdome_firewall.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/examples/local_simulation_gallery.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/examples/mcp_gateway_action_firewall.py +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/setup.cfg +0 -0
- {agenticdome_python_sdk-1.2.28 → agenticdome_python_sdk-1.2.29}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agenticdome-python-sdk
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.29
|
|
4
4
|
Summary: Official Python SDK for AgenticDome security guardrails, DLP, tool authorization, and multi-agent delegation enforcement.
|
|
5
5
|
Author: AgenticDome
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -31,21 +31,22 @@ License-File: LICENSE
|
|
|
31
31
|
License-File: NOTICE
|
|
32
32
|
Requires-Dist: requests>=2.31.0
|
|
33
33
|
Requires-Dist: urllib3>=2.0.0
|
|
34
|
+
Requires-Dist: cryptography>=42.0.0
|
|
34
35
|
Provides-Extra: crewai
|
|
35
|
-
Requires-Dist: crewai<=1.15.
|
|
36
|
+
Requires-Dist: crewai<=1.15.20,>=1.15.5; extra == "crewai"
|
|
36
37
|
Provides-Extra: redis
|
|
37
38
|
Requires-Dist: redis>=4.5.0; extra == "redis"
|
|
38
39
|
Provides-Extra: pop
|
|
39
40
|
Requires-Dist: cryptography>=42.0.0; extra == "pop"
|
|
40
41
|
Provides-Extra: pydanticai
|
|
41
|
-
Requires-Dist: pydantic-ai<=2.
|
|
42
|
+
Requires-Dist: pydantic-ai<=2.42.0,>=2.16.0; extra == "pydanticai"
|
|
42
43
|
Requires-Dist: anyio>=4.0.0; extra == "pydanticai"
|
|
43
44
|
Provides-Extra: pydantic
|
|
44
|
-
Requires-Dist: pydantic-ai<=2.
|
|
45
|
+
Requires-Dist: pydantic-ai<=2.42.0,>=2.16.0; extra == "pydantic"
|
|
45
46
|
Requires-Dist: anyio>=4.0.0; extra == "pydantic"
|
|
46
47
|
Provides-Extra: langgraph
|
|
47
48
|
Requires-Dist: langgraph<=1.2.11,>=1.2.9; extra == "langgraph"
|
|
48
|
-
Requires-Dist: langchain-core<=1.6.
|
|
49
|
+
Requires-Dist: langchain-core<=1.6.2,>=1.5.0; extra == "langgraph"
|
|
49
50
|
Requires-Dist: langchain-openai==1.3.5; extra == "langgraph"
|
|
50
51
|
Requires-Dist: anyio>=4.0.0; extra == "langgraph"
|
|
51
52
|
Provides-Extra: microsoft
|
|
@@ -54,18 +55,18 @@ Requires-Dist: autogen-agentchat==0.7.5; extra == "autogen"
|
|
|
54
55
|
Provides-Extra: microsoft-autogen
|
|
55
56
|
Requires-Dist: autogen-agentchat==0.7.5; extra == "microsoft-autogen"
|
|
56
57
|
Provides-Extra: foundry
|
|
57
|
-
Requires-Dist: azure-ai-projects<=2.
|
|
58
|
+
Requires-Dist: azure-ai-projects<=2.6.0,>=2.3.0; extra == "foundry"
|
|
58
59
|
Requires-Dist: azure-identity==1.25.3; extra == "foundry"
|
|
59
60
|
Provides-Extra: agno
|
|
60
|
-
Requires-Dist: agno<=3.0.
|
|
61
|
+
Requires-Dist: agno<=3.0.9,>=2.8.0; extra == "agno"
|
|
61
62
|
Provides-Extra: openai-agents
|
|
62
|
-
Requires-Dist: openai-agents<=0.22.
|
|
63
|
+
Requires-Dist: openai-agents<=0.22.1,>=0.18.3; extra == "openai-agents"
|
|
63
64
|
Provides-Extra: mcp
|
|
64
|
-
Requires-Dist: mcp<=
|
|
65
|
+
Requires-Dist: mcp<=2.2.0,>=1.26.0; extra == "mcp"
|
|
65
66
|
Provides-Extra: bedrock
|
|
66
|
-
Requires-Dist: boto3<=1.43.
|
|
67
|
+
Requires-Dist: boto3<=1.43.90,>=1.43.54; extra == "bedrock"
|
|
67
68
|
Provides-Extra: aws-bedrock
|
|
68
|
-
Requires-Dist: boto3<=1.43.
|
|
69
|
+
Requires-Dist: boto3<=1.43.90,>=1.43.54; extra == "aws-bedrock"
|
|
69
70
|
Provides-Extra: llamaindex
|
|
70
71
|
Requires-Dist: llama-index<=0.14.24,>=0.14.23; extra == "llamaindex"
|
|
71
72
|
Provides-Extra: llama-index
|
|
@@ -75,30 +76,30 @@ Requires-Dist: google-adk<=2.8.0,>=2.5.0; extra == "google-adk"
|
|
|
75
76
|
Provides-Extra: adk
|
|
76
77
|
Requires-Dist: google-adk<=2.8.0,>=2.5.0; extra == "adk"
|
|
77
78
|
Provides-Extra: claude
|
|
78
|
-
Requires-Dist: claude-agent-sdk<=0.2.
|
|
79
|
+
Requires-Dist: claude-agent-sdk<=0.2.152,>=0.2.126; extra == "claude"
|
|
79
80
|
Provides-Extra: claude-agent-sdk
|
|
80
|
-
Requires-Dist: claude-agent-sdk<=0.2.
|
|
81
|
+
Requires-Dist: claude-agent-sdk<=0.2.152,>=0.2.126; extra == "claude-agent-sdk"
|
|
81
82
|
Provides-Extra: smolagents
|
|
82
83
|
Requires-Dist: smolagents==1.26.0; extra == "smolagents"
|
|
83
84
|
Provides-Extra: all
|
|
84
|
-
Requires-Dist: crewai<=1.15.
|
|
85
|
+
Requires-Dist: crewai<=1.15.20,>=1.15.5; extra == "all"
|
|
85
86
|
Requires-Dist: redis>=4.5.0; extra == "all"
|
|
86
87
|
Requires-Dist: cryptography>=42.0.0; extra == "all"
|
|
87
|
-
Requires-Dist: pydantic-ai<=2.
|
|
88
|
+
Requires-Dist: pydantic-ai<=2.42.0,>=2.16.0; extra == "all"
|
|
88
89
|
Requires-Dist: anyio>=4.0.0; extra == "all"
|
|
89
90
|
Requires-Dist: langgraph<=1.2.11,>=1.2.9; extra == "all"
|
|
90
|
-
Requires-Dist: langchain-core<=1.6.
|
|
91
|
+
Requires-Dist: langchain-core<=1.6.2,>=1.5.0; extra == "all"
|
|
91
92
|
Requires-Dist: langchain-openai==1.3.5; extra == "all"
|
|
92
93
|
Requires-Dist: autogen-agentchat==0.7.5; extra == "all"
|
|
93
|
-
Requires-Dist: agno<=3.0.
|
|
94
|
-
Requires-Dist: azure-ai-projects<=2.
|
|
94
|
+
Requires-Dist: agno<=3.0.9,>=2.8.0; extra == "all"
|
|
95
|
+
Requires-Dist: azure-ai-projects<=2.6.0,>=2.3.0; extra == "all"
|
|
95
96
|
Requires-Dist: azure-identity==1.25.3; extra == "all"
|
|
96
|
-
Requires-Dist: openai-agents<=0.22.
|
|
97
|
-
Requires-Dist: mcp<=
|
|
98
|
-
Requires-Dist: boto3<=1.43.
|
|
97
|
+
Requires-Dist: openai-agents<=0.22.1,>=0.18.3; extra == "all"
|
|
98
|
+
Requires-Dist: mcp<=2.2.0,>=1.26.0; extra == "all"
|
|
99
|
+
Requires-Dist: boto3<=1.43.90,>=1.43.54; extra == "all"
|
|
99
100
|
Requires-Dist: llama-index<=0.14.24,>=0.14.23; extra == "all"
|
|
100
101
|
Requires-Dist: google-adk<=2.8.0,>=2.5.0; extra == "all"
|
|
101
|
-
Requires-Dist: claude-agent-sdk<=0.2.
|
|
102
|
+
Requires-Dist: claude-agent-sdk<=0.2.152,>=0.2.126; extra == "all"
|
|
102
103
|
Requires-Dist: smolagents==1.26.0; extra == "all"
|
|
103
104
|
Provides-Extra: dev
|
|
104
105
|
Requires-Dist: pytest>=8.0.0; extra == "dev"
|
|
@@ -2336,7 +2337,7 @@ Start with the dedicated [MCP Host and Gateway Action Firewall guide](https://gi
|
|
|
2336
2337
|
pip install "agenticdome-python-sdk[mcp]"
|
|
2337
2338
|
```
|
|
2338
2339
|
|
|
2339
|
-
**MCP package compatibility:** the `[mcp]` extra currently installs the externally certified PyPI range `mcp>=1.26.0,<=
|
|
2340
|
+
**MCP package compatibility:** the `[mcp]` extra currently installs the externally certified PyPI range `mcp>=1.26.0,<=2.2.0`. That is the supported range of the third-party `mcp` package, not the version of AgenticDome's SDK. MCP 2.0 removed the certified `mcp.server.fastmcp` import surface used by the earlier native compatibility test. AgenticDome's transport-independent JSON-RPC firewall has since passed the isolated MCP 2.x certification matrix through 2.2.0 while preserving the 1.26.0 floor. CrewAI 1.15.x combined installations can still resolve the narrower MCP 1.28.x line according to CrewAI's dependency constraint; this does not reduce the independently certified AgenticDome range.
|
|
2340
2341
|
|
|
2341
2342
|
**Wrap the forwarding boundary** — the full host flow is `JSON-RPC request → rate limit / upstream prompt screen → method authorization → optional delegation-token verification → third-party MCP server → list filtering / result sanitization → client`:
|
|
2342
2343
|
|
|
@@ -2606,6 +2607,30 @@ result = client.mesh_validate(
|
|
|
2606
2607
|
print(result)
|
|
2607
2608
|
```
|
|
2608
2609
|
|
|
2610
|
+
**Multimodal content descriptors:**
|
|
2611
|
+
|
|
2612
|
+
Use `inspect_content()` when a document, image, audio or video processor has
|
|
2613
|
+
already produced bounded text, a transcript, trusted sensitivity labels, or a
|
|
2614
|
+
content digest. The active tenant policy is evaluated inside the assigned
|
|
2615
|
+
AgenticDome runtime. OCR, transcription and proprietary classification are not
|
|
2616
|
+
shipped in this public SDK, and the returned evidence does not retain raw
|
|
2617
|
+
content.
|
|
2618
|
+
|
|
2619
|
+
```python
|
|
2620
|
+
verdict = client.inspect_content(
|
|
2621
|
+
direction="output",
|
|
2622
|
+
content_parts=[{
|
|
2623
|
+
"modality": "image",
|
|
2624
|
+
"mime_type": "image/png",
|
|
2625
|
+
"content_sha256": "sha256:" + image_digest,
|
|
2626
|
+
"labels": ["phi"],
|
|
2627
|
+
}],
|
|
2628
|
+
policy_context={"request_purpose": "clinical-summary-delivery"},
|
|
2629
|
+
)
|
|
2630
|
+
if verdict["verdict"] == "BLOCKED":
|
|
2631
|
+
raise PermissionError(verdict["reason"])
|
|
2632
|
+
```
|
|
2633
|
+
|
|
2609
2634
|
**Incident reporting:**
|
|
2610
2635
|
|
|
2611
2636
|
```python
|
|
@@ -2719,6 +2744,34 @@ Plus, for every production deployment:
|
|
|
2719
2744
|
|
|
2720
2745
|
---
|
|
2721
2746
|
|
|
2747
|
+
## Verified Action lifecycle evidence
|
|
2748
|
+
|
|
2749
|
+
Use `VerifiedActionReporter` for executable tool calls, function calls, MCP operations and external side effects that should appear in **Verified Actions**. It is not intended for health checks or every policy lookup.
|
|
2750
|
+
|
|
2751
|
+
```bash
|
|
2752
|
+
export AGENTICDOME_EVIDENCE_API_BASE="https://your-control-plane.example"
|
|
2753
|
+
export AGENTICDOME_EVIDENCE_TOKEN="<portal-token-scoped-to-evidence:write>"
|
|
2754
|
+
```
|
|
2755
|
+
|
|
2756
|
+
```python
|
|
2757
|
+
from agenticdome_sdk import VerifiedActionReporter, verified_action
|
|
2758
|
+
|
|
2759
|
+
evidence = VerifiedActionReporter.from_env(tenant_id="your-tenant-id")
|
|
2760
|
+
|
|
2761
|
+
@verified_action(
|
|
2762
|
+
reporter=evidence,
|
|
2763
|
+
operation_type="function_call",
|
|
2764
|
+
executor_type="function",
|
|
2765
|
+
target_type="service",
|
|
2766
|
+
)
|
|
2767
|
+
def refresh_customer_record(customer_id: str):
|
|
2768
|
+
...
|
|
2769
|
+
```
|
|
2770
|
+
|
|
2771
|
+
The reporter uses a bounded, non-blocking queue and retains hashes plus normalized lifecycle metadata only. It never sends raw arguments, results, prompts, source, or credentials. The dedicated evidence token is separate from the Runtime / SDK key: authorization stays on the assigned sidecar and evidence-delivery failure never changes its allow/deny decision. Integrations built on the shared framework `secure_tool` / `wrap_tool_handler` boundary and the MCP host/gateway wrapper report the same lifecycle automatically when these optional evidence variables are present; other custom boundaries can use the decorator above.
|
|
2772
|
+
|
|
2773
|
+
---
|
|
2774
|
+
|
|
2722
2775
|
## Source Installation and Verification
|
|
2723
2776
|
|
|
2724
2777
|
Most customers should install the published package from PyPI. Contributors evaluating the public source can run the public tests from the SDK root:
|
|
@@ -2224,7 +2224,7 @@ Start with the dedicated [MCP Host and Gateway Action Firewall guide](https://gi
|
|
|
2224
2224
|
pip install "agenticdome-python-sdk[mcp]"
|
|
2225
2225
|
```
|
|
2226
2226
|
|
|
2227
|
-
**MCP package compatibility:** the `[mcp]` extra currently installs the externally certified PyPI range `mcp>=1.26.0,<=
|
|
2227
|
+
**MCP package compatibility:** the `[mcp]` extra currently installs the externally certified PyPI range `mcp>=1.26.0,<=2.2.0`. That is the supported range of the third-party `mcp` package, not the version of AgenticDome's SDK. MCP 2.0 removed the certified `mcp.server.fastmcp` import surface used by the earlier native compatibility test. AgenticDome's transport-independent JSON-RPC firewall has since passed the isolated MCP 2.x certification matrix through 2.2.0 while preserving the 1.26.0 floor. CrewAI 1.15.x combined installations can still resolve the narrower MCP 1.28.x line according to CrewAI's dependency constraint; this does not reduce the independently certified AgenticDome range.
|
|
2228
2228
|
|
|
2229
2229
|
**Wrap the forwarding boundary** — the full host flow is `JSON-RPC request → rate limit / upstream prompt screen → method authorization → optional delegation-token verification → third-party MCP server → list filtering / result sanitization → client`:
|
|
2230
2230
|
|
|
@@ -2494,6 +2494,30 @@ result = client.mesh_validate(
|
|
|
2494
2494
|
print(result)
|
|
2495
2495
|
```
|
|
2496
2496
|
|
|
2497
|
+
**Multimodal content descriptors:**
|
|
2498
|
+
|
|
2499
|
+
Use `inspect_content()` when a document, image, audio or video processor has
|
|
2500
|
+
already produced bounded text, a transcript, trusted sensitivity labels, or a
|
|
2501
|
+
content digest. The active tenant policy is evaluated inside the assigned
|
|
2502
|
+
AgenticDome runtime. OCR, transcription and proprietary classification are not
|
|
2503
|
+
shipped in this public SDK, and the returned evidence does not retain raw
|
|
2504
|
+
content.
|
|
2505
|
+
|
|
2506
|
+
```python
|
|
2507
|
+
verdict = client.inspect_content(
|
|
2508
|
+
direction="output",
|
|
2509
|
+
content_parts=[{
|
|
2510
|
+
"modality": "image",
|
|
2511
|
+
"mime_type": "image/png",
|
|
2512
|
+
"content_sha256": "sha256:" + image_digest,
|
|
2513
|
+
"labels": ["phi"],
|
|
2514
|
+
}],
|
|
2515
|
+
policy_context={"request_purpose": "clinical-summary-delivery"},
|
|
2516
|
+
)
|
|
2517
|
+
if verdict["verdict"] == "BLOCKED":
|
|
2518
|
+
raise PermissionError(verdict["reason"])
|
|
2519
|
+
```
|
|
2520
|
+
|
|
2497
2521
|
**Incident reporting:**
|
|
2498
2522
|
|
|
2499
2523
|
```python
|
|
@@ -2607,6 +2631,34 @@ Plus, for every production deployment:
|
|
|
2607
2631
|
|
|
2608
2632
|
---
|
|
2609
2633
|
|
|
2634
|
+
## Verified Action lifecycle evidence
|
|
2635
|
+
|
|
2636
|
+
Use `VerifiedActionReporter` for executable tool calls, function calls, MCP operations and external side effects that should appear in **Verified Actions**. It is not intended for health checks or every policy lookup.
|
|
2637
|
+
|
|
2638
|
+
```bash
|
|
2639
|
+
export AGENTICDOME_EVIDENCE_API_BASE="https://your-control-plane.example"
|
|
2640
|
+
export AGENTICDOME_EVIDENCE_TOKEN="<portal-token-scoped-to-evidence:write>"
|
|
2641
|
+
```
|
|
2642
|
+
|
|
2643
|
+
```python
|
|
2644
|
+
from agenticdome_sdk import VerifiedActionReporter, verified_action
|
|
2645
|
+
|
|
2646
|
+
evidence = VerifiedActionReporter.from_env(tenant_id="your-tenant-id")
|
|
2647
|
+
|
|
2648
|
+
@verified_action(
|
|
2649
|
+
reporter=evidence,
|
|
2650
|
+
operation_type="function_call",
|
|
2651
|
+
executor_type="function",
|
|
2652
|
+
target_type="service",
|
|
2653
|
+
)
|
|
2654
|
+
def refresh_customer_record(customer_id: str):
|
|
2655
|
+
...
|
|
2656
|
+
```
|
|
2657
|
+
|
|
2658
|
+
The reporter uses a bounded, non-blocking queue and retains hashes plus normalized lifecycle metadata only. It never sends raw arguments, results, prompts, source, or credentials. The dedicated evidence token is separate from the Runtime / SDK key: authorization stays on the assigned sidecar and evidence-delivery failure never changes its allow/deny decision. Integrations built on the shared framework `secure_tool` / `wrap_tool_handler` boundary and the MCP host/gateway wrapper report the same lifecycle automatically when these optional evidence variables are present; other custom boundaries can use the decorator above.
|
|
2659
|
+
|
|
2660
|
+
---
|
|
2661
|
+
|
|
2610
2662
|
## Source Installation and Verification
|
|
2611
2663
|
|
|
2612
2664
|
Most customers should install the published package from PyPI. Contributors evaluating the public source can run the public tests from the SDK root:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agenticdome-python-sdk
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.29
|
|
4
4
|
Summary: Official Python SDK for AgenticDome security guardrails, DLP, tool authorization, and multi-agent delegation enforcement.
|
|
5
5
|
Author: AgenticDome
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -31,21 +31,22 @@ License-File: LICENSE
|
|
|
31
31
|
License-File: NOTICE
|
|
32
32
|
Requires-Dist: requests>=2.31.0
|
|
33
33
|
Requires-Dist: urllib3>=2.0.0
|
|
34
|
+
Requires-Dist: cryptography>=42.0.0
|
|
34
35
|
Provides-Extra: crewai
|
|
35
|
-
Requires-Dist: crewai<=1.15.
|
|
36
|
+
Requires-Dist: crewai<=1.15.20,>=1.15.5; extra == "crewai"
|
|
36
37
|
Provides-Extra: redis
|
|
37
38
|
Requires-Dist: redis>=4.5.0; extra == "redis"
|
|
38
39
|
Provides-Extra: pop
|
|
39
40
|
Requires-Dist: cryptography>=42.0.0; extra == "pop"
|
|
40
41
|
Provides-Extra: pydanticai
|
|
41
|
-
Requires-Dist: pydantic-ai<=2.
|
|
42
|
+
Requires-Dist: pydantic-ai<=2.42.0,>=2.16.0; extra == "pydanticai"
|
|
42
43
|
Requires-Dist: anyio>=4.0.0; extra == "pydanticai"
|
|
43
44
|
Provides-Extra: pydantic
|
|
44
|
-
Requires-Dist: pydantic-ai<=2.
|
|
45
|
+
Requires-Dist: pydantic-ai<=2.42.0,>=2.16.0; extra == "pydantic"
|
|
45
46
|
Requires-Dist: anyio>=4.0.0; extra == "pydantic"
|
|
46
47
|
Provides-Extra: langgraph
|
|
47
48
|
Requires-Dist: langgraph<=1.2.11,>=1.2.9; extra == "langgraph"
|
|
48
|
-
Requires-Dist: langchain-core<=1.6.
|
|
49
|
+
Requires-Dist: langchain-core<=1.6.2,>=1.5.0; extra == "langgraph"
|
|
49
50
|
Requires-Dist: langchain-openai==1.3.5; extra == "langgraph"
|
|
50
51
|
Requires-Dist: anyio>=4.0.0; extra == "langgraph"
|
|
51
52
|
Provides-Extra: microsoft
|
|
@@ -54,18 +55,18 @@ Requires-Dist: autogen-agentchat==0.7.5; extra == "autogen"
|
|
|
54
55
|
Provides-Extra: microsoft-autogen
|
|
55
56
|
Requires-Dist: autogen-agentchat==0.7.5; extra == "microsoft-autogen"
|
|
56
57
|
Provides-Extra: foundry
|
|
57
|
-
Requires-Dist: azure-ai-projects<=2.
|
|
58
|
+
Requires-Dist: azure-ai-projects<=2.6.0,>=2.3.0; extra == "foundry"
|
|
58
59
|
Requires-Dist: azure-identity==1.25.3; extra == "foundry"
|
|
59
60
|
Provides-Extra: agno
|
|
60
|
-
Requires-Dist: agno<=3.0.
|
|
61
|
+
Requires-Dist: agno<=3.0.9,>=2.8.0; extra == "agno"
|
|
61
62
|
Provides-Extra: openai-agents
|
|
62
|
-
Requires-Dist: openai-agents<=0.22.
|
|
63
|
+
Requires-Dist: openai-agents<=0.22.1,>=0.18.3; extra == "openai-agents"
|
|
63
64
|
Provides-Extra: mcp
|
|
64
|
-
Requires-Dist: mcp<=
|
|
65
|
+
Requires-Dist: mcp<=2.2.0,>=1.26.0; extra == "mcp"
|
|
65
66
|
Provides-Extra: bedrock
|
|
66
|
-
Requires-Dist: boto3<=1.43.
|
|
67
|
+
Requires-Dist: boto3<=1.43.90,>=1.43.54; extra == "bedrock"
|
|
67
68
|
Provides-Extra: aws-bedrock
|
|
68
|
-
Requires-Dist: boto3<=1.43.
|
|
69
|
+
Requires-Dist: boto3<=1.43.90,>=1.43.54; extra == "aws-bedrock"
|
|
69
70
|
Provides-Extra: llamaindex
|
|
70
71
|
Requires-Dist: llama-index<=0.14.24,>=0.14.23; extra == "llamaindex"
|
|
71
72
|
Provides-Extra: llama-index
|
|
@@ -75,30 +76,30 @@ Requires-Dist: google-adk<=2.8.0,>=2.5.0; extra == "google-adk"
|
|
|
75
76
|
Provides-Extra: adk
|
|
76
77
|
Requires-Dist: google-adk<=2.8.0,>=2.5.0; extra == "adk"
|
|
77
78
|
Provides-Extra: claude
|
|
78
|
-
Requires-Dist: claude-agent-sdk<=0.2.
|
|
79
|
+
Requires-Dist: claude-agent-sdk<=0.2.152,>=0.2.126; extra == "claude"
|
|
79
80
|
Provides-Extra: claude-agent-sdk
|
|
80
|
-
Requires-Dist: claude-agent-sdk<=0.2.
|
|
81
|
+
Requires-Dist: claude-agent-sdk<=0.2.152,>=0.2.126; extra == "claude-agent-sdk"
|
|
81
82
|
Provides-Extra: smolagents
|
|
82
83
|
Requires-Dist: smolagents==1.26.0; extra == "smolagents"
|
|
83
84
|
Provides-Extra: all
|
|
84
|
-
Requires-Dist: crewai<=1.15.
|
|
85
|
+
Requires-Dist: crewai<=1.15.20,>=1.15.5; extra == "all"
|
|
85
86
|
Requires-Dist: redis>=4.5.0; extra == "all"
|
|
86
87
|
Requires-Dist: cryptography>=42.0.0; extra == "all"
|
|
87
|
-
Requires-Dist: pydantic-ai<=2.
|
|
88
|
+
Requires-Dist: pydantic-ai<=2.42.0,>=2.16.0; extra == "all"
|
|
88
89
|
Requires-Dist: anyio>=4.0.0; extra == "all"
|
|
89
90
|
Requires-Dist: langgraph<=1.2.11,>=1.2.9; extra == "all"
|
|
90
|
-
Requires-Dist: langchain-core<=1.6.
|
|
91
|
+
Requires-Dist: langchain-core<=1.6.2,>=1.5.0; extra == "all"
|
|
91
92
|
Requires-Dist: langchain-openai==1.3.5; extra == "all"
|
|
92
93
|
Requires-Dist: autogen-agentchat==0.7.5; extra == "all"
|
|
93
|
-
Requires-Dist: agno<=3.0.
|
|
94
|
-
Requires-Dist: azure-ai-projects<=2.
|
|
94
|
+
Requires-Dist: agno<=3.0.9,>=2.8.0; extra == "all"
|
|
95
|
+
Requires-Dist: azure-ai-projects<=2.6.0,>=2.3.0; extra == "all"
|
|
95
96
|
Requires-Dist: azure-identity==1.25.3; extra == "all"
|
|
96
|
-
Requires-Dist: openai-agents<=0.22.
|
|
97
|
-
Requires-Dist: mcp<=
|
|
98
|
-
Requires-Dist: boto3<=1.43.
|
|
97
|
+
Requires-Dist: openai-agents<=0.22.1,>=0.18.3; extra == "all"
|
|
98
|
+
Requires-Dist: mcp<=2.2.0,>=1.26.0; extra == "all"
|
|
99
|
+
Requires-Dist: boto3<=1.43.90,>=1.43.54; extra == "all"
|
|
99
100
|
Requires-Dist: llama-index<=0.14.24,>=0.14.23; extra == "all"
|
|
100
101
|
Requires-Dist: google-adk<=2.8.0,>=2.5.0; extra == "all"
|
|
101
|
-
Requires-Dist: claude-agent-sdk<=0.2.
|
|
102
|
+
Requires-Dist: claude-agent-sdk<=0.2.152,>=0.2.126; extra == "all"
|
|
102
103
|
Requires-Dist: smolagents==1.26.0; extra == "all"
|
|
103
104
|
Provides-Extra: dev
|
|
104
105
|
Requires-Dist: pytest>=8.0.0; extra == "dev"
|
|
@@ -2336,7 +2337,7 @@ Start with the dedicated [MCP Host and Gateway Action Firewall guide](https://gi
|
|
|
2336
2337
|
pip install "agenticdome-python-sdk[mcp]"
|
|
2337
2338
|
```
|
|
2338
2339
|
|
|
2339
|
-
**MCP package compatibility:** the `[mcp]` extra currently installs the externally certified PyPI range `mcp>=1.26.0,<=
|
|
2340
|
+
**MCP package compatibility:** the `[mcp]` extra currently installs the externally certified PyPI range `mcp>=1.26.0,<=2.2.0`. That is the supported range of the third-party `mcp` package, not the version of AgenticDome's SDK. MCP 2.0 removed the certified `mcp.server.fastmcp` import surface used by the earlier native compatibility test. AgenticDome's transport-independent JSON-RPC firewall has since passed the isolated MCP 2.x certification matrix through 2.2.0 while preserving the 1.26.0 floor. CrewAI 1.15.x combined installations can still resolve the narrower MCP 1.28.x line according to CrewAI's dependency constraint; this does not reduce the independently certified AgenticDome range.
|
|
2340
2341
|
|
|
2341
2342
|
**Wrap the forwarding boundary** — the full host flow is `JSON-RPC request → rate limit / upstream prompt screen → method authorization → optional delegation-token verification → third-party MCP server → list filtering / result sanitization → client`:
|
|
2342
2343
|
|
|
@@ -2606,6 +2607,30 @@ result = client.mesh_validate(
|
|
|
2606
2607
|
print(result)
|
|
2607
2608
|
```
|
|
2608
2609
|
|
|
2610
|
+
**Multimodal content descriptors:**
|
|
2611
|
+
|
|
2612
|
+
Use `inspect_content()` when a document, image, audio or video processor has
|
|
2613
|
+
already produced bounded text, a transcript, trusted sensitivity labels, or a
|
|
2614
|
+
content digest. The active tenant policy is evaluated inside the assigned
|
|
2615
|
+
AgenticDome runtime. OCR, transcription and proprietary classification are not
|
|
2616
|
+
shipped in this public SDK, and the returned evidence does not retain raw
|
|
2617
|
+
content.
|
|
2618
|
+
|
|
2619
|
+
```python
|
|
2620
|
+
verdict = client.inspect_content(
|
|
2621
|
+
direction="output",
|
|
2622
|
+
content_parts=[{
|
|
2623
|
+
"modality": "image",
|
|
2624
|
+
"mime_type": "image/png",
|
|
2625
|
+
"content_sha256": "sha256:" + image_digest,
|
|
2626
|
+
"labels": ["phi"],
|
|
2627
|
+
}],
|
|
2628
|
+
policy_context={"request_purpose": "clinical-summary-delivery"},
|
|
2629
|
+
)
|
|
2630
|
+
if verdict["verdict"] == "BLOCKED":
|
|
2631
|
+
raise PermissionError(verdict["reason"])
|
|
2632
|
+
```
|
|
2633
|
+
|
|
2609
2634
|
**Incident reporting:**
|
|
2610
2635
|
|
|
2611
2636
|
```python
|
|
@@ -2719,6 +2744,34 @@ Plus, for every production deployment:
|
|
|
2719
2744
|
|
|
2720
2745
|
---
|
|
2721
2746
|
|
|
2747
|
+
## Verified Action lifecycle evidence
|
|
2748
|
+
|
|
2749
|
+
Use `VerifiedActionReporter` for executable tool calls, function calls, MCP operations and external side effects that should appear in **Verified Actions**. It is not intended for health checks or every policy lookup.
|
|
2750
|
+
|
|
2751
|
+
```bash
|
|
2752
|
+
export AGENTICDOME_EVIDENCE_API_BASE="https://your-control-plane.example"
|
|
2753
|
+
export AGENTICDOME_EVIDENCE_TOKEN="<portal-token-scoped-to-evidence:write>"
|
|
2754
|
+
```
|
|
2755
|
+
|
|
2756
|
+
```python
|
|
2757
|
+
from agenticdome_sdk import VerifiedActionReporter, verified_action
|
|
2758
|
+
|
|
2759
|
+
evidence = VerifiedActionReporter.from_env(tenant_id="your-tenant-id")
|
|
2760
|
+
|
|
2761
|
+
@verified_action(
|
|
2762
|
+
reporter=evidence,
|
|
2763
|
+
operation_type="function_call",
|
|
2764
|
+
executor_type="function",
|
|
2765
|
+
target_type="service",
|
|
2766
|
+
)
|
|
2767
|
+
def refresh_customer_record(customer_id: str):
|
|
2768
|
+
...
|
|
2769
|
+
```
|
|
2770
|
+
|
|
2771
|
+
The reporter uses a bounded, non-blocking queue and retains hashes plus normalized lifecycle metadata only. It never sends raw arguments, results, prompts, source, or credentials. The dedicated evidence token is separate from the Runtime / SDK key: authorization stays on the assigned sidecar and evidence-delivery failure never changes its allow/deny decision. Integrations built on the shared framework `secure_tool` / `wrap_tool_handler` boundary and the MCP host/gateway wrapper report the same lifecycle automatically when these optional evidence variables are present; other custom boundaries can use the decorator above.
|
|
2772
|
+
|
|
2773
|
+
---
|
|
2774
|
+
|
|
2722
2775
|
## Source Installation and Verification
|
|
2723
2776
|
|
|
2724
2777
|
Most customers should install the published package from PyPI. Contributors evaluating the public source can run the public tests from the SDK root:
|
|
@@ -16,11 +16,13 @@ agenticdome_sdk/__init__.py
|
|
|
16
16
|
agenticdome_sdk/_framework_firewall.py
|
|
17
17
|
agenticdome_sdk/_mode.py
|
|
18
18
|
agenticdome_sdk/agno.py
|
|
19
|
+
agenticdome_sdk/attestation.py
|
|
19
20
|
agenticdome_sdk/autogen.py
|
|
20
21
|
agenticdome_sdk/aws_bedrock.py
|
|
21
22
|
agenticdome_sdk/catalog_snapshot.json
|
|
22
23
|
agenticdome_sdk/claude.py
|
|
23
24
|
agenticdome_sdk/client.py
|
|
25
|
+
agenticdome_sdk/connect.py
|
|
24
26
|
agenticdome_sdk/copilot_ir.py
|
|
25
27
|
agenticdome_sdk/copilot_ir_collector.cjs
|
|
26
28
|
agenticdome_sdk/crewai.py
|
|
@@ -29,6 +31,7 @@ agenticdome_sdk/google_adk.py
|
|
|
29
31
|
agenticdome_sdk/hook_catalog.py
|
|
30
32
|
agenticdome_sdk/identity.py
|
|
31
33
|
agenticdome_sdk/langgraph.py
|
|
34
|
+
agenticdome_sdk/lifecycle.py
|
|
32
35
|
agenticdome_sdk/llamaindex.py
|
|
33
36
|
agenticdome_sdk/mcp_host.py
|
|
34
37
|
agenticdome_sdk/mcp_http_gateway.py
|
|
@@ -38,6 +41,7 @@ agenticdome_sdk/microsoft_agent_framework.py
|
|
|
38
41
|
agenticdome_sdk/microsoft_ai_foundry.py
|
|
39
42
|
agenticdome_sdk/onboarding_cli.py
|
|
40
43
|
agenticdome_sdk/openai_agents.py
|
|
44
|
+
agenticdome_sdk/outcomes.py
|
|
41
45
|
agenticdome_sdk/proof.py
|
|
42
46
|
agenticdome_sdk/pydantic.py
|
|
43
47
|
agenticdome_sdk/simulation.py
|
|
@@ -1,50 +1,51 @@
|
|
|
1
1
|
requests>=2.31.0
|
|
2
2
|
urllib3>=2.0.0
|
|
3
|
+
cryptography>=42.0.0
|
|
3
4
|
|
|
4
5
|
[adk]
|
|
5
6
|
google-adk<=2.8.0,>=2.5.0
|
|
6
7
|
|
|
7
8
|
[agno]
|
|
8
|
-
agno<=3.0.
|
|
9
|
+
agno<=3.0.9,>=2.8.0
|
|
9
10
|
|
|
10
11
|
[all]
|
|
11
|
-
crewai<=1.15.
|
|
12
|
+
crewai<=1.15.20,>=1.15.5
|
|
12
13
|
redis>=4.5.0
|
|
13
14
|
cryptography>=42.0.0
|
|
14
|
-
pydantic-ai<=2.
|
|
15
|
+
pydantic-ai<=2.42.0,>=2.16.0
|
|
15
16
|
anyio>=4.0.0
|
|
16
17
|
langgraph<=1.2.11,>=1.2.9
|
|
17
|
-
langchain-core<=1.6.
|
|
18
|
+
langchain-core<=1.6.2,>=1.5.0
|
|
18
19
|
langchain-openai==1.3.5
|
|
19
20
|
autogen-agentchat==0.7.5
|
|
20
|
-
agno<=3.0.
|
|
21
|
-
azure-ai-projects<=2.
|
|
21
|
+
agno<=3.0.9,>=2.8.0
|
|
22
|
+
azure-ai-projects<=2.6.0,>=2.3.0
|
|
22
23
|
azure-identity==1.25.3
|
|
23
|
-
openai-agents<=0.22.
|
|
24
|
-
mcp<=
|
|
25
|
-
boto3<=1.43.
|
|
24
|
+
openai-agents<=0.22.1,>=0.18.3
|
|
25
|
+
mcp<=2.2.0,>=1.26.0
|
|
26
|
+
boto3<=1.43.90,>=1.43.54
|
|
26
27
|
llama-index<=0.14.24,>=0.14.23
|
|
27
28
|
google-adk<=2.8.0,>=2.5.0
|
|
28
|
-
claude-agent-sdk<=0.2.
|
|
29
|
+
claude-agent-sdk<=0.2.152,>=0.2.126
|
|
29
30
|
smolagents==1.26.0
|
|
30
31
|
|
|
31
32
|
[autogen]
|
|
32
33
|
autogen-agentchat==0.7.5
|
|
33
34
|
|
|
34
35
|
[aws-bedrock]
|
|
35
|
-
boto3<=1.43.
|
|
36
|
+
boto3<=1.43.90,>=1.43.54
|
|
36
37
|
|
|
37
38
|
[bedrock]
|
|
38
|
-
boto3<=1.43.
|
|
39
|
+
boto3<=1.43.90,>=1.43.54
|
|
39
40
|
|
|
40
41
|
[claude]
|
|
41
|
-
claude-agent-sdk<=0.2.
|
|
42
|
+
claude-agent-sdk<=0.2.152,>=0.2.126
|
|
42
43
|
|
|
43
44
|
[claude-agent-sdk]
|
|
44
|
-
claude-agent-sdk<=0.2.
|
|
45
|
+
claude-agent-sdk<=0.2.152,>=0.2.126
|
|
45
46
|
|
|
46
47
|
[crewai]
|
|
47
|
-
crewai<=1.15.
|
|
48
|
+
crewai<=1.15.20,>=1.15.5
|
|
48
49
|
|
|
49
50
|
[dev]
|
|
50
51
|
pytest>=8.0.0
|
|
@@ -58,7 +59,7 @@ twine>=5.0.0
|
|
|
58
59
|
tomli>=2.0.0
|
|
59
60
|
|
|
60
61
|
[foundry]
|
|
61
|
-
azure-ai-projects<=2.
|
|
62
|
+
azure-ai-projects<=2.6.0,>=2.3.0
|
|
62
63
|
azure-identity==1.25.3
|
|
63
64
|
|
|
64
65
|
[google-adk]
|
|
@@ -66,7 +67,7 @@ google-adk<=2.8.0,>=2.5.0
|
|
|
66
67
|
|
|
67
68
|
[langgraph]
|
|
68
69
|
langgraph<=1.2.11,>=1.2.9
|
|
69
|
-
langchain-core<=1.6.
|
|
70
|
+
langchain-core<=1.6.2,>=1.5.0
|
|
70
71
|
langchain-openai==1.3.5
|
|
71
72
|
anyio>=4.0.0
|
|
72
73
|
|
|
@@ -77,7 +78,7 @@ llama-index<=0.14.24,>=0.14.23
|
|
|
77
78
|
llama-index<=0.14.24,>=0.14.23
|
|
78
79
|
|
|
79
80
|
[mcp]
|
|
80
|
-
mcp<=
|
|
81
|
+
mcp<=2.2.0,>=1.26.0
|
|
81
82
|
|
|
82
83
|
[microsoft]
|
|
83
84
|
|
|
@@ -85,17 +86,17 @@ mcp<=1.28.1,>=1.26.0
|
|
|
85
86
|
autogen-agentchat==0.7.5
|
|
86
87
|
|
|
87
88
|
[openai-agents]
|
|
88
|
-
openai-agents<=0.22.
|
|
89
|
+
openai-agents<=0.22.1,>=0.18.3
|
|
89
90
|
|
|
90
91
|
[pop]
|
|
91
92
|
cryptography>=42.0.0
|
|
92
93
|
|
|
93
94
|
[pydantic]
|
|
94
|
-
pydantic-ai<=2.
|
|
95
|
+
pydantic-ai<=2.42.0,>=2.16.0
|
|
95
96
|
anyio>=4.0.0
|
|
96
97
|
|
|
97
98
|
[pydanticai]
|
|
98
|
-
pydantic-ai<=2.
|
|
99
|
+
pydantic-ai<=2.42.0,>=2.16.0
|
|
99
100
|
anyio>=4.0.0
|
|
100
101
|
|
|
101
102
|
[redis]
|
|
@@ -2,6 +2,7 @@ from .client import AgenticDomeClient, AgenticDomeError, AgenticDomeHTTPError
|
|
|
2
2
|
from .identity import IDENTITY_CONTEXT_VERSION, canonicalize_identity_context, enrich_policy_context
|
|
3
3
|
from .proof import create_dpop_proof, generate_rsa_proof_key, jwk_thumbprint
|
|
4
4
|
from ._mode import LIVE_MODE, LOCAL_SIM_MODE, is_local_sim_mode, resolve_mode
|
|
5
|
+
from .lifecycle import VerifiedActionContext, VerifiedActionDenied, VerifiedActionReporter, verified_action
|
|
5
6
|
|
|
6
7
|
__all__ = [
|
|
7
8
|
"AgenticDomeClient",
|
|
@@ -17,4 +18,8 @@ __all__ = [
|
|
|
17
18
|
"LOCAL_SIM_MODE",
|
|
18
19
|
"is_local_sim_mode",
|
|
19
20
|
"resolve_mode",
|
|
21
|
+
"VerifiedActionContext",
|
|
22
|
+
"VerifiedActionDenied",
|
|
23
|
+
"VerifiedActionReporter",
|
|
24
|
+
"verified_action",
|
|
20
25
|
]
|