nvidia-nat-strands 1.4.0a20251209__py3-none-any.whl → 1.4.0a20251219__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.
- nat/plugins/strands/tool_wrapper.py +16 -0
- {nvidia_nat_strands-1.4.0a20251209.dist-info → nvidia_nat_strands-1.4.0a20251219.dist-info}/METADATA +2 -2
- {nvidia_nat_strands-1.4.0a20251209.dist-info → nvidia_nat_strands-1.4.0a20251219.dist-info}/RECORD +6 -6
- {nvidia_nat_strands-1.4.0a20251209.dist-info → nvidia_nat_strands-1.4.0a20251219.dist-info}/WHEEL +0 -0
- {nvidia_nat_strands-1.4.0a20251209.dist-info → nvidia_nat_strands-1.4.0a20251219.dist-info}/entry_points.txt +0 -0
- {nvidia_nat_strands-1.4.0a20251209.dist-info → nvidia_nat_strands-1.4.0a20251219.dist-info}/top_level.txt +0 -0
|
@@ -93,6 +93,22 @@ class NATFunctionAgentTool(AgentTool):
|
|
|
93
93
|
|
|
94
94
|
async def stream(self, tool_use: ToolUse, _invocation_state: dict[str, Any],
|
|
95
95
|
**_kwargs: Any) -> AsyncGenerator[Any, None]:
|
|
96
|
+
"""
|
|
97
|
+
Stream tool events and return the final result.
|
|
98
|
+
|
|
99
|
+
Parameters
|
|
100
|
+
----------
|
|
101
|
+
tool_use : ToolUse
|
|
102
|
+
The tool use request containing tool ID and parameters.
|
|
103
|
+
_invocation_state : dict[str, Any]
|
|
104
|
+
Unused parameter for compatibility.
|
|
105
|
+
_kwargs : Any
|
|
106
|
+
Unused parameter for compatibility.
|
|
107
|
+
|
|
108
|
+
Yields
|
|
109
|
+
------
|
|
110
|
+
Tool events with the last being the tool result.
|
|
111
|
+
"""
|
|
96
112
|
from strands.types._events import ToolResultEvent # type: ignore
|
|
97
113
|
from strands.types._events import ToolStreamEvent
|
|
98
114
|
|
{nvidia_nat_strands-1.4.0a20251209.dist-info → nvidia_nat_strands-1.4.0a20251219.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nvidia-nat-strands
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.0a20251219
|
|
4
4
|
Summary: Subpackage for AWS Strands integration in NeMo Agent toolkit
|
|
5
5
|
Author: NVIDIA Corporation
|
|
6
6
|
Maintainer: NVIDIA Corporation
|
|
@@ -14,7 +14,7 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.13
|
|
15
15
|
Requires-Python: <3.14,>=3.11
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
|
-
Requires-Dist: nvidia-nat==v1.4.
|
|
17
|
+
Requires-Dist: nvidia-nat==v1.4.0a20251219
|
|
18
18
|
Requires-Dist: strands-agents~=1.17
|
|
19
19
|
Requires-Dist: strands-agents-tools~=0.2
|
|
20
20
|
|
{nvidia_nat_strands-1.4.0a20251209.dist-info → nvidia_nat_strands-1.4.0a20251219.dist-info}/RECORD
RENAMED
|
@@ -3,9 +3,9 @@ nat/plugins/strands/__init__.py,sha256=GUJrgGtpvyMUCjUBvR3faAdv-tZzbU9W-izgx9aME
|
|
|
3
3
|
nat/plugins/strands/llm.py,sha256=0vGhfS-98E0S2G6pPCRJ-Y_G53vCUofNvPwr-9mmL2U,15057
|
|
4
4
|
nat/plugins/strands/register.py,sha256=oaVjGKwLkqzsSvimHHvgxfOLdpjEsEy8-VCtZPep5Bw,760
|
|
5
5
|
nat/plugins/strands/strands_callback_handler.py,sha256=BeCsR4tTSxk7AVSt7Hq3KqEDyXI3Zwz2j4cwr_rAJv0,24992
|
|
6
|
-
nat/plugins/strands/tool_wrapper.py,sha256=
|
|
7
|
-
nvidia_nat_strands-1.4.
|
|
8
|
-
nvidia_nat_strands-1.4.
|
|
9
|
-
nvidia_nat_strands-1.4.
|
|
10
|
-
nvidia_nat_strands-1.4.
|
|
11
|
-
nvidia_nat_strands-1.4.
|
|
6
|
+
nat/plugins/strands/tool_wrapper.py,sha256=02JJl0NrWrSq8GvAeb5fpHTomPQVQU9KI_0jC8aFbs0,5095
|
|
7
|
+
nvidia_nat_strands-1.4.0a20251219.dist-info/METADATA,sha256=kPoSQ1oP8CuQU9tFnn5DStInZYcYhrfGxFfL7w-ZlQs,1887
|
|
8
|
+
nvidia_nat_strands-1.4.0a20251219.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
9
|
+
nvidia_nat_strands-1.4.0a20251219.dist-info/entry_points.txt,sha256=6lerpn7DNmp8gJEPtjQIUA-fF6LlOhCm77lCP6ZOPA4,60
|
|
10
|
+
nvidia_nat_strands-1.4.0a20251219.dist-info/top_level.txt,sha256=8-CJ2cP6-f0ZReXe5Hzqp-5pvzzHz-5Ds5H2bGqh1-U,4
|
|
11
|
+
nvidia_nat_strands-1.4.0a20251219.dist-info/RECORD,,
|
{nvidia_nat_strands-1.4.0a20251209.dist-info → nvidia_nat_strands-1.4.0a20251219.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|