agenticdome-python-sdk 1.2.17__tar.gz → 1.2.19__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.17 → agenticdome_python_sdk-1.2.19}/PKG-INFO +51 -22
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/README.md +30 -1
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/agenticdome_python_sdk.egg-info/PKG-INFO +51 -22
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/agenticdome_python_sdk.egg-info/SOURCES.txt +3 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/agenticdome_python_sdk.egg-info/entry_points.txt +1 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/agenticdome_python_sdk.egg-info/requires.txt +20 -20
- agenticdome_python_sdk-1.2.19/agenticdome_sdk/onboarding_cli.py +698 -0
- agenticdome_python_sdk-1.2.19/docs/customer-onboarding.md +191 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/pyproject.toml +22 -21
- agenticdome_python_sdk-1.2.19/tests/test_onboarding_cli.py +275 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/CONTRIBUTING.md +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/LICENSE +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/MANIFEST.in +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/NOTICE +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/SECURITY.md +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/agenticdome_python_sdk.egg-info/dependency_links.txt +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/agenticdome_python_sdk.egg-info/top_level.txt +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/__init__.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/_framework_firewall.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/_mode.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/agno.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/autogen.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/aws_bedrock.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/claude.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/client.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/crewai.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/demo.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/google_adk.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/identity.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/langgraph.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/llamaindex.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/mcp_host.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/microsoft_agent_framework.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/microsoft_ai_foundry.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/openai_agents.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/proof.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/pydantic.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/simulation.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/smolagents.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/docs/frameworks/README.md +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/docs/frameworks/agno.md +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/docs/frameworks/autogen.md +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/docs/frameworks/aws-bedrock.md +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/docs/frameworks/claude-agent-sdk.md +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/docs/frameworks/crewai.md +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/docs/frameworks/custom-python.md +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/docs/frameworks/google-adk.md +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/docs/frameworks/langgraph.md +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/docs/frameworks/llamaindex.md +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/docs/frameworks/microsoft-agent-framework.md +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/docs/frameworks/microsoft-ai-foundry.md +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/docs/frameworks/openai-agents.md +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/docs/frameworks/pydanticai.md +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/docs/frameworks/smolagents.md +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/docs/mcp-integration.md +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/docs/performance-evidence.md +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/docs/runtime-deployment.md +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/examples/PRODUCTION_INTEGRATION.md +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/examples/README.md +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/examples/attack_demo.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/examples/crewai_agenticdome_firewall.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/examples/frameworks/README.md +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/examples/frameworks/_shared.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/examples/frameworks/agno.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/examples/frameworks/autogen.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/examples/frameworks/aws_bedrock.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/examples/frameworks/claude_agent_sdk.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/examples/frameworks/crewai.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/examples/frameworks/custom_python.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/examples/frameworks/google_adk.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/examples/frameworks/langgraph.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/examples/frameworks/llamaindex.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/examples/frameworks/mcp.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/examples/frameworks/microsoft_agent_framework.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/examples/frameworks/microsoft_ai_foundry.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/examples/frameworks/openai_agents.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/examples/frameworks/pydanticai.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/examples/frameworks/smolagents.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/examples/langgraph_agenticdome_firewall.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/examples/local_simulation_gallery.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/examples/mcp_gateway_action_firewall.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/setup.cfg +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/setup.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/tests/test_agno_integration.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/tests/test_attack_demo.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/tests/test_autogen_integration.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/tests/test_aws_bedrock_integration.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/tests/test_claude_integration.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/tests/test_client.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/tests/test_crewai_integration.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/tests/test_execution_broker.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/tests/test_framework_guides.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/tests/test_google_adk_integration.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/tests/test_identity_context.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/tests/test_langgraph_integration.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/tests/test_llamaindex_integration.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/tests/test_local_simulation.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/tests/test_mcp_host_integration.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/tests/test_mcp_launch_example.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/tests/test_microsoft_agent_framework_integration.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/tests/test_microsoft_ai_foundry_integration.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/tests/test_openai_agents_integration.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/tests/test_pydanticai_integration.py +0 -0
- {agenticdome_python_sdk-1.2.17 → agenticdome_python_sdk-1.2.19}/tests/test_smolagents_integration.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.19
|
|
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
|
|
@@ -32,20 +32,20 @@ License-File: NOTICE
|
|
|
32
32
|
Requires-Dist: requests>=2.31.0
|
|
33
33
|
Requires-Dist: urllib3>=2.0.0
|
|
34
34
|
Provides-Extra: crewai
|
|
35
|
-
Requires-Dist: crewai<=1.15.
|
|
35
|
+
Requires-Dist: crewai<=1.15.16,>=1.15.5; extra == "crewai"
|
|
36
36
|
Provides-Extra: redis
|
|
37
37
|
Requires-Dist: redis>=4.5.0; extra == "redis"
|
|
38
38
|
Provides-Extra: pop
|
|
39
39
|
Requires-Dist: cryptography>=42.0.0; extra == "pop"
|
|
40
40
|
Provides-Extra: pydanticai
|
|
41
|
-
Requires-Dist: pydantic-ai<=2.
|
|
41
|
+
Requires-Dist: pydantic-ai<=2.31.1,>=2.16.0; extra == "pydanticai"
|
|
42
42
|
Requires-Dist: anyio>=4.0.0; extra == "pydanticai"
|
|
43
43
|
Provides-Extra: pydantic
|
|
44
|
-
Requires-Dist: pydantic-ai<=2.
|
|
44
|
+
Requires-Dist: pydantic-ai<=2.31.1,>=2.16.0; extra == "pydantic"
|
|
45
45
|
Requires-Dist: anyio>=4.0.0; extra == "pydantic"
|
|
46
46
|
Provides-Extra: langgraph
|
|
47
47
|
Requires-Dist: langgraph<=1.2.11,>=1.2.9; extra == "langgraph"
|
|
48
|
-
Requires-Dist: langchain-core<=1.5.
|
|
48
|
+
Requires-Dist: langchain-core<=1.5.6,>=1.5.0; extra == "langgraph"
|
|
49
49
|
Requires-Dist: langchain-openai==1.3.5; extra == "langgraph"
|
|
50
50
|
Requires-Dist: anyio>=4.0.0; extra == "langgraph"
|
|
51
51
|
Provides-Extra: microsoft
|
|
@@ -57,48 +57,48 @@ Provides-Extra: foundry
|
|
|
57
57
|
Requires-Dist: azure-ai-projects<=2.4.0,>=2.3.0; extra == "foundry"
|
|
58
58
|
Requires-Dist: azure-identity==1.25.3; extra == "foundry"
|
|
59
59
|
Provides-Extra: agno
|
|
60
|
-
Requires-Dist: agno<=2.
|
|
60
|
+
Requires-Dist: agno<=2.9.0,>=2.8.0; extra == "agno"
|
|
61
61
|
Provides-Extra: openai-agents
|
|
62
|
-
Requires-Dist: openai-agents<=0.
|
|
62
|
+
Requires-Dist: openai-agents<=0.21.1,>=0.18.3; extra == "openai-agents"
|
|
63
63
|
Provides-Extra: mcp
|
|
64
64
|
Requires-Dist: mcp<=1.28.1,>=1.26.0; extra == "mcp"
|
|
65
65
|
Provides-Extra: bedrock
|
|
66
|
-
Requires-Dist: boto3<=1.43.
|
|
66
|
+
Requires-Dist: boto3<=1.43.73,>=1.43.54; extra == "bedrock"
|
|
67
67
|
Provides-Extra: aws-bedrock
|
|
68
|
-
Requires-Dist: boto3<=1.43.
|
|
68
|
+
Requires-Dist: boto3<=1.43.73,>=1.43.54; extra == "aws-bedrock"
|
|
69
69
|
Provides-Extra: llamaindex
|
|
70
70
|
Requires-Dist: llama-index==0.14.23; extra == "llamaindex"
|
|
71
71
|
Provides-Extra: llama-index
|
|
72
72
|
Requires-Dist: llama-index==0.14.23; extra == "llama-index"
|
|
73
73
|
Provides-Extra: google-adk
|
|
74
|
-
Requires-Dist: google-adk<=2.
|
|
74
|
+
Requires-Dist: google-adk<=2.7.1,>=2.5.0; extra == "google-adk"
|
|
75
75
|
Provides-Extra: adk
|
|
76
|
-
Requires-Dist: google-adk<=2.
|
|
76
|
+
Requires-Dist: google-adk<=2.7.1,>=2.5.0; extra == "adk"
|
|
77
77
|
Provides-Extra: claude
|
|
78
|
-
Requires-Dist: claude-agent-sdk<=0.2.
|
|
78
|
+
Requires-Dist: claude-agent-sdk<=0.2.139,>=0.2.126; extra == "claude"
|
|
79
79
|
Provides-Extra: claude-agent-sdk
|
|
80
|
-
Requires-Dist: claude-agent-sdk<=0.2.
|
|
80
|
+
Requires-Dist: claude-agent-sdk<=0.2.139,>=0.2.126; extra == "claude-agent-sdk"
|
|
81
81
|
Provides-Extra: smolagents
|
|
82
82
|
Requires-Dist: smolagents==1.26.0; extra == "smolagents"
|
|
83
83
|
Provides-Extra: all
|
|
84
|
-
Requires-Dist: crewai<=1.15.
|
|
84
|
+
Requires-Dist: crewai<=1.15.16,>=1.15.5; extra == "all"
|
|
85
85
|
Requires-Dist: redis>=4.5.0; extra == "all"
|
|
86
86
|
Requires-Dist: cryptography>=42.0.0; extra == "all"
|
|
87
|
-
Requires-Dist: pydantic-ai<=2.
|
|
87
|
+
Requires-Dist: pydantic-ai<=2.31.1,>=2.16.0; extra == "all"
|
|
88
88
|
Requires-Dist: anyio>=4.0.0; extra == "all"
|
|
89
89
|
Requires-Dist: langgraph<=1.2.11,>=1.2.9; extra == "all"
|
|
90
|
-
Requires-Dist: langchain-core<=1.5.
|
|
90
|
+
Requires-Dist: langchain-core<=1.5.6,>=1.5.0; extra == "all"
|
|
91
91
|
Requires-Dist: langchain-openai==1.3.5; extra == "all"
|
|
92
92
|
Requires-Dist: autogen-agentchat==0.7.5; extra == "all"
|
|
93
|
-
Requires-Dist: agno<=2.
|
|
93
|
+
Requires-Dist: agno<=2.9.0,>=2.8.0; extra == "all"
|
|
94
94
|
Requires-Dist: azure-ai-projects<=2.4.0,>=2.3.0; extra == "all"
|
|
95
95
|
Requires-Dist: azure-identity==1.25.3; extra == "all"
|
|
96
|
-
Requires-Dist: openai-agents<=0.
|
|
96
|
+
Requires-Dist: openai-agents<=0.21.1,>=0.18.3; extra == "all"
|
|
97
97
|
Requires-Dist: mcp<=1.28.1,>=1.26.0; extra == "all"
|
|
98
|
-
Requires-Dist: boto3<=1.43.
|
|
98
|
+
Requires-Dist: boto3<=1.43.73,>=1.43.54; extra == "all"
|
|
99
99
|
Requires-Dist: llama-index==0.14.23; extra == "all"
|
|
100
|
-
Requires-Dist: google-adk<=2.
|
|
101
|
-
Requires-Dist: claude-agent-sdk<=0.2.
|
|
100
|
+
Requires-Dist: google-adk<=2.7.1,>=2.5.0; extra == "all"
|
|
101
|
+
Requires-Dist: claude-agent-sdk<=0.2.139,>=0.2.126; extra == "all"
|
|
102
102
|
Requires-Dist: smolagents==1.26.0; extra == "all"
|
|
103
103
|
Provides-Extra: dev
|
|
104
104
|
Requires-Dist: pytest>=8.0.0; extra == "dev"
|
|
@@ -117,7 +117,7 @@ Dynamic: license-file
|
|
|
117
117
|
[](https://github.com/agenticdome/agenticdome-python-sdk/actions/workflows/ci.yml)
|
|
118
118
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
119
119
|
|
|
120
|
-
[Source and examples](https://github.com/agenticdome/agenticdome-python-sdk) · [Framework integration guides](https://github.com/agenticdome/agenticdome-python-sdk/tree/main/docs/frameworks) · [MCP integration guide](https://github.com/agenticdome/agenticdome-python-sdk/blob/main/docs/mcp-integration.md) · [Issue tracker](https://github.com/agenticdome/agenticdome-python-sdk/issues) · [Security policy](https://github.com/agenticdome/agenticdome-python-sdk/blob/main/SECURITY.md) · [PyPI package](https://pypi.org/project/agenticdome-python-sdk/)
|
|
120
|
+
[Source and examples](https://github.com/agenticdome/agenticdome-python-sdk) · [Customer onboarding guide](docs/customer-onboarding.md) · [Framework integration guides](https://github.com/agenticdome/agenticdome-python-sdk/tree/main/docs/frameworks) · [MCP integration guide](https://github.com/agenticdome/agenticdome-python-sdk/blob/main/docs/mcp-integration.md) · [Issue tracker](https://github.com/agenticdome/agenticdome-python-sdk/issues) · [Security policy](https://github.com/agenticdome/agenticdome-python-sdk/blob/main/SECURITY.md) · [PyPI package](https://pypi.org/project/agenticdome-python-sdk/)
|
|
121
121
|
|
|
122
122
|
> **Production-grade security guardrails, DLP, tool authorization, and cryptographically verified multi-agent delegation for Python autonomous AI runtimes.**
|
|
123
123
|
|
|
@@ -165,6 +165,35 @@ agenticdome-demo --framework all --scenario both
|
|
|
165
165
|
|
|
166
166
|
You can also open the [framework example gallery](examples/README.md) and run the individual example matching your stack. Before editing production code, choose the dedicated [framework integration guide](docs/frameworks/README.md), then use the [production integration playbook](examples/PRODUCTION_INTEGRATION.md) for the cross-framework attachment and proof checklist. MCP host and gateway developers can follow the dedicated [MCP Action Firewall guide](https://github.com/agenticdome/agenticdome-python-sdk/blob/main/docs/mcp-integration.md).
|
|
167
167
|
|
|
168
|
+
If this is an application you intend to connect, start the local Integration
|
|
169
|
+
Assistant from its repository root. It discovers likely protection points and
|
|
170
|
+
keeps source code on your machine:
|
|
171
|
+
|
|
172
|
+
```bash
|
|
173
|
+
agenticdome init
|
|
174
|
+
agenticdome verify --run-tests --output .agenticdome/verification.json
|
|
175
|
+
```
|
|
176
|
+
|
|
177
|
+
`init` writes the secret-free inspection and local configuration. `verify` is
|
|
178
|
+
required before production because it rechecks the discovered boundaries,
|
|
179
|
+
runs harmless allowed/blocked cases and, with `--run-tests`, runs detected
|
|
180
|
+
application tests. If you want a suggested patch, run `agenticdome scaffold`;
|
|
181
|
+
that step is optional and writes an unapplied patch for review.
|
|
182
|
+
|
|
183
|
+
When `.agenticdome/inspection.json` is imported into Developer Integration,
|
|
184
|
+
the Control Panel adds its detected frameworks to the workload. Frameworks,
|
|
185
|
+
languages and candidate boundaries can be discovered locally; business
|
|
186
|
+
purpose, sensitive actions and managed-versus-sovereign deployment remain
|
|
187
|
+
explicit customer decisions and are not guessed from source code.
|
|
188
|
+
|
|
189
|
+
Use **Customer Control Panel → Activate Action Firewall → Core Config** to
|
|
190
|
+
choose the Developer Integration path and import the two evidence files. This
|
|
191
|
+
path is for SDK, MCP, framework or custom-code integrations; Microsoft
|
|
192
|
+
Discovery Scan and Copilot Studio external protection are separate optional
|
|
193
|
+
paths selected from Core Config. See the
|
|
194
|
+
[customer onboarding guide](docs/customer-onboarding.md) for the complete
|
|
195
|
+
required-versus-optional workflow.
|
|
196
|
+
|
|
168
197
|
### 5. Connect the same integration to AgenticDome
|
|
169
198
|
|
|
170
199
|
When you are ready to test real tenant policy, remove `AGENTICDOME_MODE=local_sim`, obtain the assigned runtime sidecar URL, Runtime/SDK API key and tenant ID from AgenticDome, and configure:
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[](https://github.com/agenticdome/agenticdome-python-sdk/actions/workflows/ci.yml)
|
|
6
6
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
7
7
|
|
|
8
|
-
[Source and examples](https://github.com/agenticdome/agenticdome-python-sdk) · [Framework integration guides](https://github.com/agenticdome/agenticdome-python-sdk/tree/main/docs/frameworks) · [MCP integration guide](https://github.com/agenticdome/agenticdome-python-sdk/blob/main/docs/mcp-integration.md) · [Issue tracker](https://github.com/agenticdome/agenticdome-python-sdk/issues) · [Security policy](https://github.com/agenticdome/agenticdome-python-sdk/blob/main/SECURITY.md) · [PyPI package](https://pypi.org/project/agenticdome-python-sdk/)
|
|
8
|
+
[Source and examples](https://github.com/agenticdome/agenticdome-python-sdk) · [Customer onboarding guide](docs/customer-onboarding.md) · [Framework integration guides](https://github.com/agenticdome/agenticdome-python-sdk/tree/main/docs/frameworks) · [MCP integration guide](https://github.com/agenticdome/agenticdome-python-sdk/blob/main/docs/mcp-integration.md) · [Issue tracker](https://github.com/agenticdome/agenticdome-python-sdk/issues) · [Security policy](https://github.com/agenticdome/agenticdome-python-sdk/blob/main/SECURITY.md) · [PyPI package](https://pypi.org/project/agenticdome-python-sdk/)
|
|
9
9
|
|
|
10
10
|
> **Production-grade security guardrails, DLP, tool authorization, and cryptographically verified multi-agent delegation for Python autonomous AI runtimes.**
|
|
11
11
|
|
|
@@ -53,6 +53,35 @@ agenticdome-demo --framework all --scenario both
|
|
|
53
53
|
|
|
54
54
|
You can also open the [framework example gallery](examples/README.md) and run the individual example matching your stack. Before editing production code, choose the dedicated [framework integration guide](docs/frameworks/README.md), then use the [production integration playbook](examples/PRODUCTION_INTEGRATION.md) for the cross-framework attachment and proof checklist. MCP host and gateway developers can follow the dedicated [MCP Action Firewall guide](https://github.com/agenticdome/agenticdome-python-sdk/blob/main/docs/mcp-integration.md).
|
|
55
55
|
|
|
56
|
+
If this is an application you intend to connect, start the local Integration
|
|
57
|
+
Assistant from its repository root. It discovers likely protection points and
|
|
58
|
+
keeps source code on your machine:
|
|
59
|
+
|
|
60
|
+
```bash
|
|
61
|
+
agenticdome init
|
|
62
|
+
agenticdome verify --run-tests --output .agenticdome/verification.json
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
`init` writes the secret-free inspection and local configuration. `verify` is
|
|
66
|
+
required before production because it rechecks the discovered boundaries,
|
|
67
|
+
runs harmless allowed/blocked cases and, with `--run-tests`, runs detected
|
|
68
|
+
application tests. If you want a suggested patch, run `agenticdome scaffold`;
|
|
69
|
+
that step is optional and writes an unapplied patch for review.
|
|
70
|
+
|
|
71
|
+
When `.agenticdome/inspection.json` is imported into Developer Integration,
|
|
72
|
+
the Control Panel adds its detected frameworks to the workload. Frameworks,
|
|
73
|
+
languages and candidate boundaries can be discovered locally; business
|
|
74
|
+
purpose, sensitive actions and managed-versus-sovereign deployment remain
|
|
75
|
+
explicit customer decisions and are not guessed from source code.
|
|
76
|
+
|
|
77
|
+
Use **Customer Control Panel → Activate Action Firewall → Core Config** to
|
|
78
|
+
choose the Developer Integration path and import the two evidence files. This
|
|
79
|
+
path is for SDK, MCP, framework or custom-code integrations; Microsoft
|
|
80
|
+
Discovery Scan and Copilot Studio external protection are separate optional
|
|
81
|
+
paths selected from Core Config. See the
|
|
82
|
+
[customer onboarding guide](docs/customer-onboarding.md) for the complete
|
|
83
|
+
required-versus-optional workflow.
|
|
84
|
+
|
|
56
85
|
### 5. Connect the same integration to AgenticDome
|
|
57
86
|
|
|
58
87
|
When you are ready to test real tenant policy, remove `AGENTICDOME_MODE=local_sim`, obtain the assigned runtime sidecar URL, Runtime/SDK API key and tenant ID from AgenticDome, and configure:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agenticdome-python-sdk
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.19
|
|
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
|
|
@@ -32,20 +32,20 @@ License-File: NOTICE
|
|
|
32
32
|
Requires-Dist: requests>=2.31.0
|
|
33
33
|
Requires-Dist: urllib3>=2.0.0
|
|
34
34
|
Provides-Extra: crewai
|
|
35
|
-
Requires-Dist: crewai<=1.15.
|
|
35
|
+
Requires-Dist: crewai<=1.15.16,>=1.15.5; extra == "crewai"
|
|
36
36
|
Provides-Extra: redis
|
|
37
37
|
Requires-Dist: redis>=4.5.0; extra == "redis"
|
|
38
38
|
Provides-Extra: pop
|
|
39
39
|
Requires-Dist: cryptography>=42.0.0; extra == "pop"
|
|
40
40
|
Provides-Extra: pydanticai
|
|
41
|
-
Requires-Dist: pydantic-ai<=2.
|
|
41
|
+
Requires-Dist: pydantic-ai<=2.31.1,>=2.16.0; extra == "pydanticai"
|
|
42
42
|
Requires-Dist: anyio>=4.0.0; extra == "pydanticai"
|
|
43
43
|
Provides-Extra: pydantic
|
|
44
|
-
Requires-Dist: pydantic-ai<=2.
|
|
44
|
+
Requires-Dist: pydantic-ai<=2.31.1,>=2.16.0; extra == "pydantic"
|
|
45
45
|
Requires-Dist: anyio>=4.0.0; extra == "pydantic"
|
|
46
46
|
Provides-Extra: langgraph
|
|
47
47
|
Requires-Dist: langgraph<=1.2.11,>=1.2.9; extra == "langgraph"
|
|
48
|
-
Requires-Dist: langchain-core<=1.5.
|
|
48
|
+
Requires-Dist: langchain-core<=1.5.6,>=1.5.0; extra == "langgraph"
|
|
49
49
|
Requires-Dist: langchain-openai==1.3.5; extra == "langgraph"
|
|
50
50
|
Requires-Dist: anyio>=4.0.0; extra == "langgraph"
|
|
51
51
|
Provides-Extra: microsoft
|
|
@@ -57,48 +57,48 @@ Provides-Extra: foundry
|
|
|
57
57
|
Requires-Dist: azure-ai-projects<=2.4.0,>=2.3.0; extra == "foundry"
|
|
58
58
|
Requires-Dist: azure-identity==1.25.3; extra == "foundry"
|
|
59
59
|
Provides-Extra: agno
|
|
60
|
-
Requires-Dist: agno<=2.
|
|
60
|
+
Requires-Dist: agno<=2.9.0,>=2.8.0; extra == "agno"
|
|
61
61
|
Provides-Extra: openai-agents
|
|
62
|
-
Requires-Dist: openai-agents<=0.
|
|
62
|
+
Requires-Dist: openai-agents<=0.21.1,>=0.18.3; extra == "openai-agents"
|
|
63
63
|
Provides-Extra: mcp
|
|
64
64
|
Requires-Dist: mcp<=1.28.1,>=1.26.0; extra == "mcp"
|
|
65
65
|
Provides-Extra: bedrock
|
|
66
|
-
Requires-Dist: boto3<=1.43.
|
|
66
|
+
Requires-Dist: boto3<=1.43.73,>=1.43.54; extra == "bedrock"
|
|
67
67
|
Provides-Extra: aws-bedrock
|
|
68
|
-
Requires-Dist: boto3<=1.43.
|
|
68
|
+
Requires-Dist: boto3<=1.43.73,>=1.43.54; extra == "aws-bedrock"
|
|
69
69
|
Provides-Extra: llamaindex
|
|
70
70
|
Requires-Dist: llama-index==0.14.23; extra == "llamaindex"
|
|
71
71
|
Provides-Extra: llama-index
|
|
72
72
|
Requires-Dist: llama-index==0.14.23; extra == "llama-index"
|
|
73
73
|
Provides-Extra: google-adk
|
|
74
|
-
Requires-Dist: google-adk<=2.
|
|
74
|
+
Requires-Dist: google-adk<=2.7.1,>=2.5.0; extra == "google-adk"
|
|
75
75
|
Provides-Extra: adk
|
|
76
|
-
Requires-Dist: google-adk<=2.
|
|
76
|
+
Requires-Dist: google-adk<=2.7.1,>=2.5.0; extra == "adk"
|
|
77
77
|
Provides-Extra: claude
|
|
78
|
-
Requires-Dist: claude-agent-sdk<=0.2.
|
|
78
|
+
Requires-Dist: claude-agent-sdk<=0.2.139,>=0.2.126; extra == "claude"
|
|
79
79
|
Provides-Extra: claude-agent-sdk
|
|
80
|
-
Requires-Dist: claude-agent-sdk<=0.2.
|
|
80
|
+
Requires-Dist: claude-agent-sdk<=0.2.139,>=0.2.126; extra == "claude-agent-sdk"
|
|
81
81
|
Provides-Extra: smolagents
|
|
82
82
|
Requires-Dist: smolagents==1.26.0; extra == "smolagents"
|
|
83
83
|
Provides-Extra: all
|
|
84
|
-
Requires-Dist: crewai<=1.15.
|
|
84
|
+
Requires-Dist: crewai<=1.15.16,>=1.15.5; extra == "all"
|
|
85
85
|
Requires-Dist: redis>=4.5.0; extra == "all"
|
|
86
86
|
Requires-Dist: cryptography>=42.0.0; extra == "all"
|
|
87
|
-
Requires-Dist: pydantic-ai<=2.
|
|
87
|
+
Requires-Dist: pydantic-ai<=2.31.1,>=2.16.0; extra == "all"
|
|
88
88
|
Requires-Dist: anyio>=4.0.0; extra == "all"
|
|
89
89
|
Requires-Dist: langgraph<=1.2.11,>=1.2.9; extra == "all"
|
|
90
|
-
Requires-Dist: langchain-core<=1.5.
|
|
90
|
+
Requires-Dist: langchain-core<=1.5.6,>=1.5.0; extra == "all"
|
|
91
91
|
Requires-Dist: langchain-openai==1.3.5; extra == "all"
|
|
92
92
|
Requires-Dist: autogen-agentchat==0.7.5; extra == "all"
|
|
93
|
-
Requires-Dist: agno<=2.
|
|
93
|
+
Requires-Dist: agno<=2.9.0,>=2.8.0; extra == "all"
|
|
94
94
|
Requires-Dist: azure-ai-projects<=2.4.0,>=2.3.0; extra == "all"
|
|
95
95
|
Requires-Dist: azure-identity==1.25.3; extra == "all"
|
|
96
|
-
Requires-Dist: openai-agents<=0.
|
|
96
|
+
Requires-Dist: openai-agents<=0.21.1,>=0.18.3; extra == "all"
|
|
97
97
|
Requires-Dist: mcp<=1.28.1,>=1.26.0; extra == "all"
|
|
98
|
-
Requires-Dist: boto3<=1.43.
|
|
98
|
+
Requires-Dist: boto3<=1.43.73,>=1.43.54; extra == "all"
|
|
99
99
|
Requires-Dist: llama-index==0.14.23; extra == "all"
|
|
100
|
-
Requires-Dist: google-adk<=2.
|
|
101
|
-
Requires-Dist: claude-agent-sdk<=0.2.
|
|
100
|
+
Requires-Dist: google-adk<=2.7.1,>=2.5.0; extra == "all"
|
|
101
|
+
Requires-Dist: claude-agent-sdk<=0.2.139,>=0.2.126; extra == "all"
|
|
102
102
|
Requires-Dist: smolagents==1.26.0; extra == "all"
|
|
103
103
|
Provides-Extra: dev
|
|
104
104
|
Requires-Dist: pytest>=8.0.0; extra == "dev"
|
|
@@ -117,7 +117,7 @@ Dynamic: license-file
|
|
|
117
117
|
[](https://github.com/agenticdome/agenticdome-python-sdk/actions/workflows/ci.yml)
|
|
118
118
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
119
119
|
|
|
120
|
-
[Source and examples](https://github.com/agenticdome/agenticdome-python-sdk) · [Framework integration guides](https://github.com/agenticdome/agenticdome-python-sdk/tree/main/docs/frameworks) · [MCP integration guide](https://github.com/agenticdome/agenticdome-python-sdk/blob/main/docs/mcp-integration.md) · [Issue tracker](https://github.com/agenticdome/agenticdome-python-sdk/issues) · [Security policy](https://github.com/agenticdome/agenticdome-python-sdk/blob/main/SECURITY.md) · [PyPI package](https://pypi.org/project/agenticdome-python-sdk/)
|
|
120
|
+
[Source and examples](https://github.com/agenticdome/agenticdome-python-sdk) · [Customer onboarding guide](docs/customer-onboarding.md) · [Framework integration guides](https://github.com/agenticdome/agenticdome-python-sdk/tree/main/docs/frameworks) · [MCP integration guide](https://github.com/agenticdome/agenticdome-python-sdk/blob/main/docs/mcp-integration.md) · [Issue tracker](https://github.com/agenticdome/agenticdome-python-sdk/issues) · [Security policy](https://github.com/agenticdome/agenticdome-python-sdk/blob/main/SECURITY.md) · [PyPI package](https://pypi.org/project/agenticdome-python-sdk/)
|
|
121
121
|
|
|
122
122
|
> **Production-grade security guardrails, DLP, tool authorization, and cryptographically verified multi-agent delegation for Python autonomous AI runtimes.**
|
|
123
123
|
|
|
@@ -165,6 +165,35 @@ agenticdome-demo --framework all --scenario both
|
|
|
165
165
|
|
|
166
166
|
You can also open the [framework example gallery](examples/README.md) and run the individual example matching your stack. Before editing production code, choose the dedicated [framework integration guide](docs/frameworks/README.md), then use the [production integration playbook](examples/PRODUCTION_INTEGRATION.md) for the cross-framework attachment and proof checklist. MCP host and gateway developers can follow the dedicated [MCP Action Firewall guide](https://github.com/agenticdome/agenticdome-python-sdk/blob/main/docs/mcp-integration.md).
|
|
167
167
|
|
|
168
|
+
If this is an application you intend to connect, start the local Integration
|
|
169
|
+
Assistant from its repository root. It discovers likely protection points and
|
|
170
|
+
keeps source code on your machine:
|
|
171
|
+
|
|
172
|
+
```bash
|
|
173
|
+
agenticdome init
|
|
174
|
+
agenticdome verify --run-tests --output .agenticdome/verification.json
|
|
175
|
+
```
|
|
176
|
+
|
|
177
|
+
`init` writes the secret-free inspection and local configuration. `verify` is
|
|
178
|
+
required before production because it rechecks the discovered boundaries,
|
|
179
|
+
runs harmless allowed/blocked cases and, with `--run-tests`, runs detected
|
|
180
|
+
application tests. If you want a suggested patch, run `agenticdome scaffold`;
|
|
181
|
+
that step is optional and writes an unapplied patch for review.
|
|
182
|
+
|
|
183
|
+
When `.agenticdome/inspection.json` is imported into Developer Integration,
|
|
184
|
+
the Control Panel adds its detected frameworks to the workload. Frameworks,
|
|
185
|
+
languages and candidate boundaries can be discovered locally; business
|
|
186
|
+
purpose, sensitive actions and managed-versus-sovereign deployment remain
|
|
187
|
+
explicit customer decisions and are not guessed from source code.
|
|
188
|
+
|
|
189
|
+
Use **Customer Control Panel → Activate Action Firewall → Core Config** to
|
|
190
|
+
choose the Developer Integration path and import the two evidence files. This
|
|
191
|
+
path is for SDK, MCP, framework or custom-code integrations; Microsoft
|
|
192
|
+
Discovery Scan and Copilot Studio external protection are separate optional
|
|
193
|
+
paths selected from Core Config. See the
|
|
194
|
+
[customer onboarding guide](docs/customer-onboarding.md) for the complete
|
|
195
|
+
required-versus-optional workflow.
|
|
196
|
+
|
|
168
197
|
### 5. Connect the same integration to AgenticDome
|
|
169
198
|
|
|
170
199
|
When you are ready to test real tenant policy, remove `AGENTICDOME_MODE=local_sim`, obtain the assigned runtime sidecar URL, Runtime/SDK API key and tenant ID from AgenticDome, and configure:
|
|
@@ -29,11 +29,13 @@ agenticdome_sdk/llamaindex.py
|
|
|
29
29
|
agenticdome_sdk/mcp_host.py
|
|
30
30
|
agenticdome_sdk/microsoft_agent_framework.py
|
|
31
31
|
agenticdome_sdk/microsoft_ai_foundry.py
|
|
32
|
+
agenticdome_sdk/onboarding_cli.py
|
|
32
33
|
agenticdome_sdk/openai_agents.py
|
|
33
34
|
agenticdome_sdk/proof.py
|
|
34
35
|
agenticdome_sdk/pydantic.py
|
|
35
36
|
agenticdome_sdk/simulation.py
|
|
36
37
|
agenticdome_sdk/smolagents.py
|
|
38
|
+
docs/customer-onboarding.md
|
|
37
39
|
docs/mcp-integration.md
|
|
38
40
|
docs/performance-evidence.md
|
|
39
41
|
docs/runtime-deployment.md
|
|
@@ -94,6 +96,7 @@ tests/test_mcp_host_integration.py
|
|
|
94
96
|
tests/test_mcp_launch_example.py
|
|
95
97
|
tests/test_microsoft_agent_framework_integration.py
|
|
96
98
|
tests/test_microsoft_ai_foundry_integration.py
|
|
99
|
+
tests/test_onboarding_cli.py
|
|
97
100
|
tests/test_openai_agents_integration.py
|
|
98
101
|
tests/test_pydanticai_integration.py
|
|
99
102
|
tests/test_smolagents_integration.py
|
|
@@ -2,49 +2,49 @@ requests>=2.31.0
|
|
|
2
2
|
urllib3>=2.0.0
|
|
3
3
|
|
|
4
4
|
[adk]
|
|
5
|
-
google-adk<=2.
|
|
5
|
+
google-adk<=2.7.1,>=2.5.0
|
|
6
6
|
|
|
7
7
|
[agno]
|
|
8
|
-
agno<=2.
|
|
8
|
+
agno<=2.9.0,>=2.8.0
|
|
9
9
|
|
|
10
10
|
[all]
|
|
11
|
-
crewai<=1.15.
|
|
11
|
+
crewai<=1.15.16,>=1.15.5
|
|
12
12
|
redis>=4.5.0
|
|
13
13
|
cryptography>=42.0.0
|
|
14
|
-
pydantic-ai<=2.
|
|
14
|
+
pydantic-ai<=2.31.1,>=2.16.0
|
|
15
15
|
anyio>=4.0.0
|
|
16
16
|
langgraph<=1.2.11,>=1.2.9
|
|
17
|
-
langchain-core<=1.5.
|
|
17
|
+
langchain-core<=1.5.6,>=1.5.0
|
|
18
18
|
langchain-openai==1.3.5
|
|
19
19
|
autogen-agentchat==0.7.5
|
|
20
|
-
agno<=2.
|
|
20
|
+
agno<=2.9.0,>=2.8.0
|
|
21
21
|
azure-ai-projects<=2.4.0,>=2.3.0
|
|
22
22
|
azure-identity==1.25.3
|
|
23
|
-
openai-agents<=0.
|
|
23
|
+
openai-agents<=0.21.1,>=0.18.3
|
|
24
24
|
mcp<=1.28.1,>=1.26.0
|
|
25
|
-
boto3<=1.43.
|
|
25
|
+
boto3<=1.43.73,>=1.43.54
|
|
26
26
|
llama-index==0.14.23
|
|
27
|
-
google-adk<=2.
|
|
28
|
-
claude-agent-sdk<=0.2.
|
|
27
|
+
google-adk<=2.7.1,>=2.5.0
|
|
28
|
+
claude-agent-sdk<=0.2.139,>=0.2.126
|
|
29
29
|
smolagents==1.26.0
|
|
30
30
|
|
|
31
31
|
[autogen]
|
|
32
32
|
autogen-agentchat==0.7.5
|
|
33
33
|
|
|
34
34
|
[aws-bedrock]
|
|
35
|
-
boto3<=1.43.
|
|
35
|
+
boto3<=1.43.73,>=1.43.54
|
|
36
36
|
|
|
37
37
|
[bedrock]
|
|
38
|
-
boto3<=1.43.
|
|
38
|
+
boto3<=1.43.73,>=1.43.54
|
|
39
39
|
|
|
40
40
|
[claude]
|
|
41
|
-
claude-agent-sdk<=0.2.
|
|
41
|
+
claude-agent-sdk<=0.2.139,>=0.2.126
|
|
42
42
|
|
|
43
43
|
[claude-agent-sdk]
|
|
44
|
-
claude-agent-sdk<=0.2.
|
|
44
|
+
claude-agent-sdk<=0.2.139,>=0.2.126
|
|
45
45
|
|
|
46
46
|
[crewai]
|
|
47
|
-
crewai<=1.15.
|
|
47
|
+
crewai<=1.15.16,>=1.15.5
|
|
48
48
|
|
|
49
49
|
[dev]
|
|
50
50
|
pytest>=8.0.0
|
|
@@ -62,11 +62,11 @@ azure-ai-projects<=2.4.0,>=2.3.0
|
|
|
62
62
|
azure-identity==1.25.3
|
|
63
63
|
|
|
64
64
|
[google-adk]
|
|
65
|
-
google-adk<=2.
|
|
65
|
+
google-adk<=2.7.1,>=2.5.0
|
|
66
66
|
|
|
67
67
|
[langgraph]
|
|
68
68
|
langgraph<=1.2.11,>=1.2.9
|
|
69
|
-
langchain-core<=1.5.
|
|
69
|
+
langchain-core<=1.5.6,>=1.5.0
|
|
70
70
|
langchain-openai==1.3.5
|
|
71
71
|
anyio>=4.0.0
|
|
72
72
|
|
|
@@ -85,17 +85,17 @@ mcp<=1.28.1,>=1.26.0
|
|
|
85
85
|
autogen-agentchat==0.7.5
|
|
86
86
|
|
|
87
87
|
[openai-agents]
|
|
88
|
-
openai-agents<=0.
|
|
88
|
+
openai-agents<=0.21.1,>=0.18.3
|
|
89
89
|
|
|
90
90
|
[pop]
|
|
91
91
|
cryptography>=42.0.0
|
|
92
92
|
|
|
93
93
|
[pydantic]
|
|
94
|
-
pydantic-ai<=2.
|
|
94
|
+
pydantic-ai<=2.31.1,>=2.16.0
|
|
95
95
|
anyio>=4.0.0
|
|
96
96
|
|
|
97
97
|
[pydanticai]
|
|
98
|
-
pydantic-ai<=2.
|
|
98
|
+
pydantic-ai<=2.31.1,>=2.16.0
|
|
99
99
|
anyio>=4.0.0
|
|
100
100
|
|
|
101
101
|
[redis]
|