agenticdome-python-sdk 1.2.18__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.18 → agenticdome_python_sdk-1.2.19}/PKG-INFO +14 -14
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_python_sdk.egg-info/PKG-INFO +14 -14
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_python_sdk.egg-info/requires.txt +13 -13
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/onboarding_cli.py +57 -8
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/pyproject.toml +14 -14
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_onboarding_cli.py +66 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/CONTRIBUTING.md +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/LICENSE +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/MANIFEST.in +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/NOTICE +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/README.md +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/SECURITY.md +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_python_sdk.egg-info/SOURCES.txt +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_python_sdk.egg-info/dependency_links.txt +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_python_sdk.egg-info/entry_points.txt +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_python_sdk.egg-info/top_level.txt +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/__init__.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/_framework_firewall.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/_mode.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/agno.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/autogen.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/aws_bedrock.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/claude.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/client.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/crewai.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/demo.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/google_adk.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/identity.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/langgraph.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/llamaindex.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/mcp_host.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/microsoft_agent_framework.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/microsoft_ai_foundry.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/openai_agents.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/proof.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/pydantic.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/simulation.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/smolagents.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/docs/customer-onboarding.md +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/docs/frameworks/README.md +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/docs/frameworks/agno.md +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/docs/frameworks/autogen.md +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/docs/frameworks/aws-bedrock.md +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/docs/frameworks/claude-agent-sdk.md +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/docs/frameworks/crewai.md +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/docs/frameworks/custom-python.md +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/docs/frameworks/google-adk.md +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/docs/frameworks/langgraph.md +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/docs/frameworks/llamaindex.md +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/docs/frameworks/microsoft-agent-framework.md +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/docs/frameworks/microsoft-ai-foundry.md +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/docs/frameworks/openai-agents.md +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/docs/frameworks/pydanticai.md +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/docs/frameworks/smolagents.md +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/docs/mcp-integration.md +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/docs/performance-evidence.md +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/docs/runtime-deployment.md +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/PRODUCTION_INTEGRATION.md +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/README.md +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/attack_demo.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/crewai_agenticdome_firewall.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/frameworks/README.md +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/frameworks/_shared.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/frameworks/agno.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/frameworks/autogen.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/frameworks/aws_bedrock.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/frameworks/claude_agent_sdk.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/frameworks/crewai.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/frameworks/custom_python.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/frameworks/google_adk.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/frameworks/langgraph.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/frameworks/llamaindex.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/frameworks/mcp.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/frameworks/microsoft_agent_framework.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/frameworks/microsoft_ai_foundry.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/frameworks/openai_agents.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/frameworks/pydanticai.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/frameworks/smolagents.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/langgraph_agenticdome_firewall.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/local_simulation_gallery.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/mcp_gateway_action_firewall.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/setup.cfg +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/setup.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_agno_integration.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_attack_demo.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_autogen_integration.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_aws_bedrock_integration.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_claude_integration.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_client.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_crewai_integration.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_execution_broker.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_framework_guides.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_google_adk_integration.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_identity_context.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_langgraph_integration.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_llamaindex_integration.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_local_simulation.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_mcp_host_integration.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_mcp_launch_example.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_microsoft_agent_framework_integration.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_microsoft_ai_foundry_integration.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_openai_agents_integration.py +0 -0
- {agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_pydanticai_integration.py +0 -0
- {agenticdome_python_sdk-1.2.18 → 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
|
|
@@ -38,14 +38,14 @@ 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.31.
|
|
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.31.
|
|
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
|
|
@@ -59,21 +59,21 @@ Requires-Dist: azure-identity==1.25.3; extra == "foundry"
|
|
|
59
59
|
Provides-Extra: agno
|
|
60
60
|
Requires-Dist: agno<=2.9.0,>=2.8.0; extra == "agno"
|
|
61
61
|
Provides-Extra: openai-agents
|
|
62
|
-
Requires-Dist: openai-agents<=0.21.
|
|
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.7.
|
|
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.7.
|
|
76
|
+
Requires-Dist: google-adk<=2.7.1,>=2.5.0; extra == "adk"
|
|
77
77
|
Provides-Extra: claude
|
|
78
78
|
Requires-Dist: claude-agent-sdk<=0.2.139,>=0.2.126; extra == "claude"
|
|
79
79
|
Provides-Extra: claude-agent-sdk
|
|
@@ -84,20 +84,20 @@ Provides-Extra: all
|
|
|
84
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.31.
|
|
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
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.21.
|
|
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.7.
|
|
100
|
+
Requires-Dist: google-adk<=2.7.1,>=2.5.0; extra == "all"
|
|
101
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
|
|
@@ -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
|
|
@@ -38,14 +38,14 @@ 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.31.
|
|
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.31.
|
|
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
|
|
@@ -59,21 +59,21 @@ Requires-Dist: azure-identity==1.25.3; extra == "foundry"
|
|
|
59
59
|
Provides-Extra: agno
|
|
60
60
|
Requires-Dist: agno<=2.9.0,>=2.8.0; extra == "agno"
|
|
61
61
|
Provides-Extra: openai-agents
|
|
62
|
-
Requires-Dist: openai-agents<=0.21.
|
|
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.7.
|
|
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.7.
|
|
76
|
+
Requires-Dist: google-adk<=2.7.1,>=2.5.0; extra == "adk"
|
|
77
77
|
Provides-Extra: claude
|
|
78
78
|
Requires-Dist: claude-agent-sdk<=0.2.139,>=0.2.126; extra == "claude"
|
|
79
79
|
Provides-Extra: claude-agent-sdk
|
|
@@ -84,20 +84,20 @@ Provides-Extra: all
|
|
|
84
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.31.
|
|
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
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.21.
|
|
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.7.
|
|
100
|
+
Requires-Dist: google-adk<=2.7.1,>=2.5.0; extra == "all"
|
|
101
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
|
|
@@ -2,7 +2,7 @@ requests>=2.31.0
|
|
|
2
2
|
urllib3>=2.0.0
|
|
3
3
|
|
|
4
4
|
[adk]
|
|
5
|
-
google-adk<=2.7.
|
|
5
|
+
google-adk<=2.7.1,>=2.5.0
|
|
6
6
|
|
|
7
7
|
[agno]
|
|
8
8
|
agno<=2.9.0,>=2.8.0
|
|
@@ -11,20 +11,20 @@ agno<=2.9.0,>=2.8.0
|
|
|
11
11
|
crewai<=1.15.16,>=1.15.5
|
|
12
12
|
redis>=4.5.0
|
|
13
13
|
cryptography>=42.0.0
|
|
14
|
-
pydantic-ai<=2.31.
|
|
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
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.21.
|
|
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.7.
|
|
27
|
+
google-adk<=2.7.1,>=2.5.0
|
|
28
28
|
claude-agent-sdk<=0.2.139,>=0.2.126
|
|
29
29
|
smolagents==1.26.0
|
|
30
30
|
|
|
@@ -32,10 +32,10 @@ smolagents==1.26.0
|
|
|
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
41
|
claude-agent-sdk<=0.2.139,>=0.2.126
|
|
@@ -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.7.
|
|
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.21.
|
|
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.31.
|
|
94
|
+
pydantic-ai<=2.31.1,>=2.16.0
|
|
95
95
|
anyio>=4.0.0
|
|
96
96
|
|
|
97
97
|
[pydanticai]
|
|
98
|
-
pydantic-ai<=2.31.
|
|
98
|
+
pydantic-ai<=2.31.1,>=2.16.0
|
|
99
99
|
anyio>=4.0.0
|
|
100
100
|
|
|
101
101
|
[redis]
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/onboarding_cli.py
RENAMED
|
@@ -9,6 +9,7 @@ from __future__ import annotations
|
|
|
9
9
|
import argparse
|
|
10
10
|
import difflib
|
|
11
11
|
import hashlib
|
|
12
|
+
import importlib.metadata
|
|
12
13
|
import json
|
|
13
14
|
import os
|
|
14
15
|
import re
|
|
@@ -28,8 +29,22 @@ IGNORED_DIRECTORIES = {
|
|
|
28
29
|
".git", ".hg", ".svn", ".idea", ".vscode", ".tox", ".venv", "venv",
|
|
29
30
|
"node_modules", "dist", "build", "coverage", "__pycache__", ".mypy_cache",
|
|
30
31
|
".pytest_cache", ".ruff_cache", ".next", ".agenticdome", ".harness_runtime",
|
|
32
|
+
"tests", "test", "__tests__", "spec",
|
|
31
33
|
}
|
|
32
34
|
TEXT_SUFFIXES = {".py", ".pyi", ".js", ".jsx", ".ts", ".tsx", ".json", ".toml", ".txt", ".yaml", ".yml"}
|
|
35
|
+
SENSITIVE_FILE_PATTERN = re.compile(
|
|
36
|
+
r"(^|[._-])(secret|secrets|credential|credentials|password|passwords|token|tokens|"
|
|
37
|
+
r"private[_-]?key|private[_-]?keys|api[_-]?key|api[_-]?keys)([._-]|$)",
|
|
38
|
+
re.I,
|
|
39
|
+
)
|
|
40
|
+
SENSITIVE_FILE_SUFFIXES = {".key", ".pem", ".p12", ".pfx", ".jks", ".keystore"}
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
def _installed_sdk_version() -> str:
|
|
44
|
+
try:
|
|
45
|
+
return importlib.metadata.version("agenticdome-python-sdk")
|
|
46
|
+
except importlib.metadata.PackageNotFoundError:
|
|
47
|
+
return "source-checkout"
|
|
33
48
|
|
|
34
49
|
FRAMEWORK_MARKERS: Dict[str, Tuple[str, ...]] = {
|
|
35
50
|
"crewai": ("crewai",),
|
|
@@ -44,7 +59,9 @@ FRAMEWORK_MARKERS: Dict[str, Tuple[str, ...]] = {
|
|
|
44
59
|
"agno": ("agno",),
|
|
45
60
|
"google-adk": ("google.adk", "google-adk"),
|
|
46
61
|
"llamaindex": ("llama_index", "llama-index"),
|
|
47
|
-
|
|
62
|
+
# boto3 alone is not evidence of Bedrock: many Python services install it
|
|
63
|
+
# only for S3, SES, DynamoDB or other AWS APIs.
|
|
64
|
+
"bedrock": ("bedrock-agent", "bedrock-runtime", "agenticdome_sdk.aws_bedrock"),
|
|
48
65
|
"mcp": ("from mcp", "import mcp", "@modelcontextprotocol", "model-context-protocol"),
|
|
49
66
|
"openclaw": ("openclaw", "agenticdome-openclaw-security"),
|
|
50
67
|
"custom-python": ("fastapi", "django", "flask", "celery"),
|
|
@@ -52,11 +69,12 @@ FRAMEWORK_MARKERS: Dict[str, Tuple[str, ...]] = {
|
|
|
52
69
|
|
|
53
70
|
BOUNDARY_PATTERNS: Dict[str, Tuple[re.Pattern[str], ...]] = {
|
|
54
71
|
"prompt_ingress": (
|
|
55
|
-
re.compile(r"\b(
|
|
72
|
+
re.compile(r"\b(screen_input|validate_input|screen_prompt|guard_prompt)\s*\(", re.I),
|
|
73
|
+
re.compile(r"\b(user_input|user_query|user_message)\s*(?::[^=]+)?=", re.I),
|
|
56
74
|
re.compile(r"@(app|router)\.(post|put|patch)\b", re.I),
|
|
57
75
|
),
|
|
58
76
|
"tool_execution": (
|
|
59
|
-
re.compile(r"\b(call_tool|invoke_tool|execute_tool|run_tool|tools/call|function_tool)\b", re.I),
|
|
77
|
+
re.compile(r"\b(call_tool|invoke_tool|execute_tool|run_tool|tools/call|function_tool|authorize_tool_call)\b", re.I),
|
|
60
78
|
re.compile(r"\b(authorize_tool|policy\.authorize|tool_registry\.dispatch|gateway\.execute)\s*\(", re.I),
|
|
61
79
|
re.compile(r"\.dispatch\s*\(.*\btool_name\s*=", re.I),
|
|
62
80
|
re.compile(r"(^|\s)@tool\b", re.I),
|
|
@@ -68,11 +86,36 @@ BOUNDARY_PATTERNS: Dict[str, Tuple[re.Pattern[str], ...]] = {
|
|
|
68
86
|
re.compile(r"\b(retrieve|retriever|vectorstore|query_engine|knowledge_base)\b", re.I),
|
|
69
87
|
),
|
|
70
88
|
"output_egress": (
|
|
71
|
-
re.compile(
|
|
89
|
+
re.compile(
|
|
90
|
+
r"\b(sanitize_output|sanitize_streaming_response|sanitize_streaming_events|"
|
|
91
|
+
r"mesh_validate|review_output|output_guardrails|_sanitize_agent_result)\s*\(",
|
|
92
|
+
re.I,
|
|
93
|
+
),
|
|
94
|
+
re.compile(r"\b(final_output|tool_result)\s*(?::[^=]+)?=", re.I),
|
|
95
|
+
re.compile(r"\bresponse_model\s*=", re.I),
|
|
72
96
|
),
|
|
73
97
|
}
|
|
74
98
|
|
|
75
99
|
|
|
100
|
+
def _is_sensitive_file(path: Path) -> bool:
|
|
101
|
+
name = path.name.lower()
|
|
102
|
+
return (
|
|
103
|
+
name == ".env"
|
|
104
|
+
or name.startswith(".env.")
|
|
105
|
+
or path.suffix.lower() in SENSITIVE_FILE_SUFFIXES
|
|
106
|
+
or bool(SENSITIVE_FILE_PATTERN.search(name))
|
|
107
|
+
)
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
def _is_backup_file(path: Path) -> bool:
|
|
111
|
+
name = path.name.lower()
|
|
112
|
+
stem = path.stem.lower()
|
|
113
|
+
return (
|
|
114
|
+
name.endswith(("~", ".bak", ".orig", ".rej"))
|
|
115
|
+
or stem.endswith(("_copy", "-copy", "_backup", "-backup"))
|
|
116
|
+
)
|
|
117
|
+
|
|
118
|
+
|
|
76
119
|
def _relative(path: Path, root: Path) -> str:
|
|
77
120
|
try:
|
|
78
121
|
return path.resolve().relative_to(root.resolve()).as_posix()
|
|
@@ -88,8 +131,9 @@ def _candidate_files(root: Path) -> Iterable[Path]:
|
|
|
88
131
|
if count >= MAX_FILES:
|
|
89
132
|
return
|
|
90
133
|
path = Path(current) / name
|
|
91
|
-
|
|
92
|
-
|
|
134
|
+
if _is_backup_file(path):
|
|
135
|
+
continue
|
|
136
|
+
sensitive_name = _is_sensitive_file(path)
|
|
93
137
|
if path.suffix.lower() not in TEXT_SUFFIXES and not sensitive_name:
|
|
94
138
|
continue
|
|
95
139
|
try:
|
|
@@ -122,6 +166,7 @@ def _framework_evidence_text(path: Path, text: str) -> str:
|
|
|
122
166
|
line.strip().lower()
|
|
123
167
|
for line in text.splitlines()
|
|
124
168
|
if re.match(r"^\s*(from|import)\s+[A-Za-z_]", line)
|
|
169
|
+
or re.search(r"\bclient\s*\(\s*['\"]bedrock(?:-runtime|-agent-runtime)?['\"]", line, re.I)
|
|
125
170
|
]
|
|
126
171
|
return "\n".join(lines)
|
|
127
172
|
if path.suffix.lower() in {".js", ".jsx", ".ts", ".tsx"}:
|
|
@@ -151,8 +196,7 @@ def inspect_repository(root: Path) -> Dict[str, Any]:
|
|
|
151
196
|
elif suffix in {".js", ".jsx", ".ts", ".tsx"}:
|
|
152
197
|
languages.add("typescript/javascript")
|
|
153
198
|
|
|
154
|
-
|
|
155
|
-
if lowered_name == ".env" or "secret" in lowered_name or "credential" in lowered_name:
|
|
199
|
+
if _is_sensitive_file(path):
|
|
156
200
|
secret_file_count += 1
|
|
157
201
|
continue
|
|
158
202
|
|
|
@@ -559,6 +603,11 @@ def _print(value: Any, as_json: bool = False) -> None:
|
|
|
559
603
|
|
|
560
604
|
def build_parser() -> argparse.ArgumentParser:
|
|
561
605
|
parser = argparse.ArgumentParser(prog="agenticdome", description="Local-first AgenticDome integration assistant.")
|
|
606
|
+
parser.add_argument(
|
|
607
|
+
"--version",
|
|
608
|
+
action="version",
|
|
609
|
+
version="%(prog)s " + _installed_sdk_version(),
|
|
610
|
+
)
|
|
562
611
|
parser.add_argument(
|
|
563
612
|
"--path",
|
|
564
613
|
default=".",
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "agenticdome-python-sdk"
|
|
7
|
-
version = "1.2.
|
|
7
|
+
version = "1.2.19"
|
|
8
8
|
description = "Official Python SDK for AgenticDome security guardrails, DLP, tool authorization, and multi-agent delegation enforcement."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.9"
|
|
@@ -58,16 +58,16 @@ pop = [
|
|
|
58
58
|
"cryptography>=42.0.0"
|
|
59
59
|
]
|
|
60
60
|
pydanticai = [
|
|
61
|
-
"pydantic-ai>=2.16.0,<=2.31.
|
|
61
|
+
"pydantic-ai>=2.16.0,<=2.31.1",
|
|
62
62
|
"anyio>=4.0.0"
|
|
63
63
|
]
|
|
64
64
|
pydantic = [
|
|
65
|
-
"pydantic-ai>=2.16.0,<=2.31.
|
|
65
|
+
"pydantic-ai>=2.16.0,<=2.31.1",
|
|
66
66
|
"anyio>=4.0.0"
|
|
67
67
|
]
|
|
68
68
|
langgraph = [
|
|
69
69
|
"langgraph>=1.2.9,<=1.2.11",
|
|
70
|
-
"langchain-core>=1.5.0,<=1.5.
|
|
70
|
+
"langchain-core>=1.5.0,<=1.5.6",
|
|
71
71
|
"langchain-openai==1.3.5",
|
|
72
72
|
"anyio>=4.0.0"
|
|
73
73
|
]
|
|
@@ -86,16 +86,16 @@ agno = [
|
|
|
86
86
|
"agno>=2.8.0,<=2.9.0"
|
|
87
87
|
]
|
|
88
88
|
openai-agents = [
|
|
89
|
-
"openai-agents>=0.18.3,<=0.21.
|
|
89
|
+
"openai-agents>=0.18.3,<=0.21.1"
|
|
90
90
|
]
|
|
91
91
|
mcp = [
|
|
92
92
|
"mcp>=1.26.0,<=1.28.1"
|
|
93
93
|
]
|
|
94
94
|
bedrock = [
|
|
95
|
-
"boto3>=1.43.54,<=1.43.
|
|
95
|
+
"boto3>=1.43.54,<=1.43.73"
|
|
96
96
|
]
|
|
97
97
|
aws-bedrock = [
|
|
98
|
-
"boto3>=1.43.54,<=1.43.
|
|
98
|
+
"boto3>=1.43.54,<=1.43.73"
|
|
99
99
|
]
|
|
100
100
|
llamaindex = [
|
|
101
101
|
"llama-index==0.14.23"
|
|
@@ -104,10 +104,10 @@ llama-index = [
|
|
|
104
104
|
"llama-index==0.14.23"
|
|
105
105
|
]
|
|
106
106
|
google-adk = [
|
|
107
|
-
"google-adk>=2.5.0,<=2.7.
|
|
107
|
+
"google-adk>=2.5.0,<=2.7.1"
|
|
108
108
|
]
|
|
109
109
|
adk = [
|
|
110
|
-
"google-adk>=2.5.0,<=2.7.
|
|
110
|
+
"google-adk>=2.5.0,<=2.7.1"
|
|
111
111
|
]
|
|
112
112
|
claude = [
|
|
113
113
|
"claude-agent-sdk>=0.2.126,<=0.2.139"
|
|
@@ -122,20 +122,20 @@ all = [
|
|
|
122
122
|
"crewai>=1.15.5,<=1.15.16",
|
|
123
123
|
"redis>=4.5.0",
|
|
124
124
|
"cryptography>=42.0.0",
|
|
125
|
-
"pydantic-ai>=2.16.0,<=2.31.
|
|
125
|
+
"pydantic-ai>=2.16.0,<=2.31.1",
|
|
126
126
|
"anyio>=4.0.0",
|
|
127
127
|
"langgraph>=1.2.9,<=1.2.11",
|
|
128
|
-
"langchain-core>=1.5.0,<=1.5.
|
|
128
|
+
"langchain-core>=1.5.0,<=1.5.6",
|
|
129
129
|
"langchain-openai==1.3.5",
|
|
130
130
|
"autogen-agentchat==0.7.5",
|
|
131
131
|
"agno>=2.8.0,<=2.9.0",
|
|
132
132
|
"azure-ai-projects>=2.3.0,<=2.4.0",
|
|
133
133
|
"azure-identity==1.25.3",
|
|
134
|
-
"openai-agents>=0.18.3,<=0.21.
|
|
134
|
+
"openai-agents>=0.18.3,<=0.21.1",
|
|
135
135
|
"mcp>=1.26.0,<=1.28.1",
|
|
136
|
-
"boto3>=1.43.54,<=1.43.
|
|
136
|
+
"boto3>=1.43.54,<=1.43.73",
|
|
137
137
|
"llama-index==0.14.23",
|
|
138
|
-
"google-adk>=2.5.0,<=2.7.
|
|
138
|
+
"google-adk>=2.5.0,<=2.7.1",
|
|
139
139
|
"claude-agent-sdk>=0.2.126,<=0.2.139",
|
|
140
140
|
"smolagents==1.26.0"
|
|
141
141
|
]
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_onboarding_cli.py
RENAMED
|
@@ -66,6 +66,58 @@ def test_framework_names_in_prose_do_not_become_installed_frameworks(tmp_path):
|
|
|
66
66
|
assert frameworks == {"langgraph", "custom-python"}
|
|
67
67
|
|
|
68
68
|
|
|
69
|
+
def test_boto3_alone_does_not_claim_aws_bedrock(tmp_path):
|
|
70
|
+
(tmp_path / "requirements.txt").write_text("fastapi\nboto3\n", encoding="utf-8")
|
|
71
|
+
(tmp_path / "app.py").write_text(
|
|
72
|
+
"from fastapi import FastAPI\napp = FastAPI()\n",
|
|
73
|
+
encoding="utf-8",
|
|
74
|
+
)
|
|
75
|
+
|
|
76
|
+
report = inspect_repository(tmp_path)
|
|
77
|
+
frameworks = {item["key"] for item in report["frameworks"]}
|
|
78
|
+
|
|
79
|
+
assert "custom-python" in frameworks
|
|
80
|
+
assert "bedrock" not in frameworks
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
def test_bedrock_runtime_client_is_unambiguous_framework_evidence(tmp_path):
|
|
84
|
+
(tmp_path / "runtime.py").write_text(
|
|
85
|
+
'import boto3\nclient = boto3.client("bedrock-runtime")\n',
|
|
86
|
+
encoding="utf-8",
|
|
87
|
+
)
|
|
88
|
+
|
|
89
|
+
report = inspect_repository(tmp_path)
|
|
90
|
+
|
|
91
|
+
assert "bedrock" in {item["key"] for item in report["frameworks"]}
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
def test_common_message_variables_are_not_all_reported_as_prompt_ingress(tmp_path):
|
|
95
|
+
(tmp_path / "app.py").write_text(
|
|
96
|
+
"messages = []\nmessages.append({'role': 'system'})\n"
|
|
97
|
+
"user_query = request.query\n"
|
|
98
|
+
"decision = firewall.screen_input(text=user_query)\n"
|
|
99
|
+
"reviewed = firewall.sanitize_output(output=result)\n",
|
|
100
|
+
encoding="utf-8",
|
|
101
|
+
)
|
|
102
|
+
|
|
103
|
+
report = inspect_repository(tmp_path)
|
|
104
|
+
|
|
105
|
+
assert report["boundary_counts"]["prompt_ingress"] == 2
|
|
106
|
+
assert report["boundary_counts"]["output_egress"] == 1
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
def test_secret_like_filenames_and_private_key_artifacts_are_never_read(tmp_path):
|
|
110
|
+
(tmp_path / "app.py").write_text("user_query = request.query\n", encoding="utf-8")
|
|
111
|
+
(tmp_path / "api-token.json").write_text('{"value":"must-never-appear"}', encoding="utf-8")
|
|
112
|
+
(tmp_path / "service.pem").write_text("must-never-appear", encoding="utf-8")
|
|
113
|
+
|
|
114
|
+
report = inspect_repository(tmp_path)
|
|
115
|
+
serialized = json.dumps(report)
|
|
116
|
+
|
|
117
|
+
assert report["potential_secret_files_excluded"] == 2
|
|
118
|
+
assert "must-never-appear" not in serialized
|
|
119
|
+
|
|
120
|
+
|
|
69
121
|
def test_guarded_dispatcher_is_a_tool_execution_boundary(tmp_path):
|
|
70
122
|
(tmp_path / "requirements.txt").write_text("fastapi\n", encoding="utf-8")
|
|
71
123
|
(tmp_path / "tools.py").write_text(
|
|
@@ -122,6 +174,20 @@ def test_command_inspect_json_is_installable(tmp_path, capsys):
|
|
|
122
174
|
assert SCHEMA in output
|
|
123
175
|
|
|
124
176
|
|
|
177
|
+
def test_command_reports_installed_sdk_version(monkeypatch, capsys):
|
|
178
|
+
monkeypatch.setattr(
|
|
179
|
+
"agenticdome_sdk.onboarding_cli.importlib.metadata.version",
|
|
180
|
+
lambda package: "9.8.7",
|
|
181
|
+
)
|
|
182
|
+
|
|
183
|
+
try:
|
|
184
|
+
main(["--version"])
|
|
185
|
+
except SystemExit as exc:
|
|
186
|
+
assert exc.code == 0
|
|
187
|
+
|
|
188
|
+
assert capsys.readouterr().out.strip() == "agenticdome 9.8.7"
|
|
189
|
+
|
|
190
|
+
|
|
125
191
|
def test_command_inspect_output_prints_summary_not_full_report(tmp_path, capsys):
|
|
126
192
|
_project(tmp_path)
|
|
127
193
|
output_path = tmp_path / "inspection.json"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/aws_bedrock.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/google_adk.py
RENAMED
|
File without changes
|
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/langgraph.py
RENAMED
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/llamaindex.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/openai_agents.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/simulation.py
RENAMED
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/agenticdome_sdk/smolagents.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/docs/frameworks/aws-bedrock.md
RENAMED
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/docs/frameworks/claude-agent-sdk.md
RENAMED
|
File without changes
|
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/docs/frameworks/custom-python.md
RENAMED
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/docs/frameworks/google-adk.md
RENAMED
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/docs/frameworks/langgraph.md
RENAMED
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/docs/frameworks/llamaindex.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/docs/frameworks/openai-agents.md
RENAMED
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/docs/frameworks/pydanticai.md
RENAMED
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/docs/frameworks/smolagents.md
RENAMED
|
File without changes
|
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/docs/performance-evidence.md
RENAMED
|
File without changes
|
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/PRODUCTION_INTEGRATION.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/frameworks/README.md
RENAMED
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/frameworks/_shared.py
RENAMED
|
File without changes
|
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/frameworks/autogen.py
RENAMED
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/frameworks/aws_bedrock.py
RENAMED
|
File without changes
|
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/frameworks/crewai.py
RENAMED
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/frameworks/custom_python.py
RENAMED
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/frameworks/google_adk.py
RENAMED
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/frameworks/langgraph.py
RENAMED
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/frameworks/llamaindex.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/frameworks/openai_agents.py
RENAMED
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/frameworks/pydanticai.py
RENAMED
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/frameworks/smolagents.py
RENAMED
|
File without changes
|
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/examples/local_simulation_gallery.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_agno_integration.py
RENAMED
|
File without changes
|
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_autogen_integration.py
RENAMED
|
File without changes
|
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_claude_integration.py
RENAMED
|
File without changes
|
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_crewai_integration.py
RENAMED
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_execution_broker.py
RENAMED
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_framework_guides.py
RENAMED
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_google_adk_integration.py
RENAMED
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_identity_context.py
RENAMED
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_langgraph_integration.py
RENAMED
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_llamaindex_integration.py
RENAMED
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_local_simulation.py
RENAMED
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_mcp_host_integration.py
RENAMED
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_mcp_launch_example.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_pydanticai_integration.py
RENAMED
|
File without changes
|
{agenticdome_python_sdk-1.2.18 → agenticdome_python_sdk-1.2.19}/tests/test_smolagents_integration.py
RENAMED
|
File without changes
|