deepagents 0.0.8__py3-none-any.whl → 0.0.9__py3-none-any.whl
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.
- deepagents/middleware.py +2 -2
- {deepagents-0.0.8.dist-info → deepagents-0.0.9.dist-info}/METADATA +1 -1
- {deepagents-0.0.8.dist-info → deepagents-0.0.9.dist-info}/RECORD +6 -6
- {deepagents-0.0.8.dist-info → deepagents-0.0.9.dist-info}/WHEEL +0 -0
- {deepagents-0.0.8.dist-info → deepagents-0.0.9.dist-info}/licenses/LICENSE +0 -0
- {deepagents-0.0.8.dist-info → deepagents-0.0.9.dist-info}/top_level.txt +0 -0
deepagents/middleware.py
CHANGED
|
@@ -144,7 +144,7 @@ def create_task_tool(
|
|
|
144
144
|
async def task(
|
|
145
145
|
description: str,
|
|
146
146
|
subagent_type: str,
|
|
147
|
-
state: Annotated[
|
|
147
|
+
state: Annotated[dict, InjectedState],
|
|
148
148
|
tool_call_id: Annotated[str, InjectedToolCallId],
|
|
149
149
|
):
|
|
150
150
|
if subagent_type not in agents:
|
|
@@ -173,7 +173,7 @@ def create_task_tool(
|
|
|
173
173
|
def task(
|
|
174
174
|
description: str,
|
|
175
175
|
subagent_type: str,
|
|
176
|
-
state: Annotated[
|
|
176
|
+
state: Annotated[dict, InjectedState],
|
|
177
177
|
tool_call_id: Annotated[str, InjectedToolCallId],
|
|
178
178
|
):
|
|
179
179
|
if subagent_type not in agents:
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
deepagents/__init__.py,sha256=fA_91ByxPb3e8aPfci43zOXrWz8ylh_CFQALo7EUKi8,312
|
|
2
2
|
deepagents/graph.py,sha256=sLN0gWJma9dGgJI_RHDK-I1cEZMCo8nfxuF4a8vN7Po,6288
|
|
3
|
-
deepagents/middleware.py,sha256=
|
|
3
|
+
deepagents/middleware.py,sha256=UysnjeHQoALtbays0AKFQ7-BQ3Ivlci_9-6mxzTNzNM,7265
|
|
4
4
|
deepagents/model.py,sha256=VyRIkdeXJH8HqLrudTKucHpBTtrwMFTQGRlXBj0kUyo,155
|
|
5
5
|
deepagents/prompts.py,sha256=mCnNGTRljfDUMXEfVRiBNGvhoc_wQjt0epiGMJkktgo,25150
|
|
6
6
|
deepagents/state.py,sha256=8so3MgL-zRPYP8Ci_OuVg4wHrs5uAXCErKF1AjjCSt8,726
|
|
7
7
|
deepagents/tools.py,sha256=NpjO2ZEAnL8ZKsYBfxK36AYaayOxC7hWYOvEBCL_5tA,4777
|
|
8
8
|
deepagents/types.py,sha256=5KBSUPlWOnv9It3SnJCMHrOtp9Y4_NQGtGCp69JsEjE,694
|
|
9
|
-
deepagents-0.0.
|
|
9
|
+
deepagents-0.0.9.dist-info/licenses/LICENSE,sha256=c__BaxUCK69leo2yEKynf8lWndu8iwYwge1CbyqAe-E,1071
|
|
10
10
|
tests/test_deepagents.py,sha256=SwtOiJF4c1O3r_Q3AiM7XZu6tVq4uMIcZlnsfRjx8Ig,7648
|
|
11
11
|
tests/test_hitl.py,sha256=B16ZFiyaVSOcDLz7mh1RTaQZ93EMTKOPUY-IEslkcfM,2460
|
|
12
12
|
tests/test_middleware.py,sha256=3HYmTx0Jw4XTNJjqLYeyGS_QZzcqkFuKfShtajIDhF4,2146
|
|
13
13
|
tests/utils.py,sha256=Ln_DYaMkwAVBo4XQ-QKwlCWP8zZYMenWTcFhsneoL0g,2913
|
|
14
|
-
deepagents-0.0.
|
|
15
|
-
deepagents-0.0.
|
|
16
|
-
deepagents-0.0.
|
|
17
|
-
deepagents-0.0.
|
|
14
|
+
deepagents-0.0.9.dist-info/METADATA,sha256=QKPY9e5P9Y3X7TR5l4pZiKHqaaW_iHCUedgukldhytw,17304
|
|
15
|
+
deepagents-0.0.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
16
|
+
deepagents-0.0.9.dist-info/top_level.txt,sha256=_w9VMQtG4YDNg5A5eAeUre7dF7x7hk9zRpT9zsFaukY,17
|
|
17
|
+
deepagents-0.0.9.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|