nvidia-nat-agno 1.3.0a20250929__py3-none-any.whl → 1.3.0a20250930__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/agno/tool_wrapper.py +4 -5
- {nvidia_nat_agno-1.3.0a20250929.dist-info → nvidia_nat_agno-1.3.0a20250930.dist-info}/METADATA +2 -2
- {nvidia_nat_agno-1.3.0a20250929.dist-info → nvidia_nat_agno-1.3.0a20250930.dist-info}/RECORD +6 -6
- {nvidia_nat_agno-1.3.0a20250929.dist-info → nvidia_nat_agno-1.3.0a20250930.dist-info}/WHEEL +0 -0
- {nvidia_nat_agno-1.3.0a20250929.dist-info → nvidia_nat_agno-1.3.0a20250930.dist-info}/entry_points.txt +0 -0
- {nvidia_nat_agno-1.3.0a20250929.dist-info → nvidia_nat_agno-1.3.0a20250930.dist-info}/top_level.txt +0 -0
nat/plugins/agno/tool_wrapper.py
CHANGED
@@ -17,10 +17,9 @@ import asyncio
|
|
17
17
|
import json
|
18
18
|
import logging
|
19
19
|
import textwrap
|
20
|
+
from collections.abc import Awaitable
|
21
|
+
from collections.abc import Callable
|
20
22
|
from typing import Any
|
21
|
-
from typing import Awaitable
|
22
|
-
from typing import Callable
|
23
|
-
from typing import List
|
24
23
|
|
25
24
|
from agno.tools import tool
|
26
25
|
|
@@ -133,7 +132,7 @@ async def process_result(result: Any, name: str) -> str:
|
|
133
132
|
|
134
133
|
def execute_agno_tool(name: str,
|
135
134
|
coroutine_fn: Callable[..., Awaitable[Any]],
|
136
|
-
required_fields:
|
135
|
+
required_fields: list[str],
|
137
136
|
loop: asyncio.AbstractEventLoop,
|
138
137
|
**kwargs: Any) -> Any:
|
139
138
|
"""
|
@@ -145,7 +144,7 @@ def execute_agno_tool(name: str,
|
|
145
144
|
The name of the tool
|
146
145
|
coroutine_fn : Callable
|
147
146
|
The async function to invoke
|
148
|
-
required_fields :
|
147
|
+
required_fields : list[str]
|
149
148
|
List of required fields for validation
|
150
149
|
loop : asyncio.AbstractEventLoop
|
151
150
|
The event loop to use for async execution
|
{nvidia_nat_agno-1.3.0a20250929.dist-info → nvidia_nat_agno-1.3.0a20250930.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: nvidia-nat-agno
|
3
|
-
Version: 1.3.
|
3
|
+
Version: 1.3.0a20250930
|
4
4
|
Summary: Subpackage for Agno integration in NeMo Agent toolkit
|
5
5
|
Keywords: ai,rag,agents
|
6
6
|
Classifier: Programming Language :: Python
|
@@ -9,7 +9,7 @@ Classifier: Programming Language :: Python :: 3.12
|
|
9
9
|
Classifier: Programming Language :: Python :: 3.13
|
10
10
|
Requires-Python: <3.14,>=3.11
|
11
11
|
Description-Content-Type: text/markdown
|
12
|
-
Requires-Dist: nvidia-nat[openai]==v1.3.
|
12
|
+
Requires-Dist: nvidia-nat[openai]==v1.3.0a20250930
|
13
13
|
Requires-Dist: agno~=1.2.3
|
14
14
|
Requires-Dist: google-search-results~=2.4.2
|
15
15
|
|
{nvidia_nat_agno-1.3.0a20250929.dist-info → nvidia_nat_agno-1.3.0a20250930.dist-info}/RECORD
RENAMED
@@ -2,12 +2,12 @@ nat/meta/pypi.md,sha256=tZD7hiOSYWgiAdddD1eIJ8T5ipZwEIjnd8ilgmasdmw,1198
|
|
2
2
|
nat/plugins/agno/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
3
|
nat/plugins/agno/llm.py,sha256=op02DUgf_DwYFxOwmUmd7NhFIf6TTXj313sFV6GOZZM,3828
|
4
4
|
nat/plugins/agno/register.py,sha256=q-es1KVb_PTHOFszltym7e7Pj2jmyieih_Ve-cguHI8,788
|
5
|
-
nat/plugins/agno/tool_wrapper.py,sha256=
|
5
|
+
nat/plugins/agno/tool_wrapper.py,sha256=Iq8v0uO6HfSVQvcRwZOk4TMRpRyWUMM4s-XAtZx_Hj8,15729
|
6
6
|
nat/plugins/agno/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
7
|
nat/plugins/agno/tools/register.py,sha256=mpNgD1r51EoYlQiEAqPX15wCtx2alDcMIQiR8F_ub-M,743
|
8
8
|
nat/plugins/agno/tools/serp_api_tool.py,sha256=AJQH6-1iEUUrk_nzfZ3zZqutEKhJ_LMOUJi_iol65Sc,4442
|
9
|
-
nvidia_nat_agno-1.3.
|
10
|
-
nvidia_nat_agno-1.3.
|
11
|
-
nvidia_nat_agno-1.3.
|
12
|
-
nvidia_nat_agno-1.3.
|
13
|
-
nvidia_nat_agno-1.3.
|
9
|
+
nvidia_nat_agno-1.3.0a20250930.dist-info/METADATA,sha256=TnW2WUDVLoPnpcbh8GSrZpv-a09fXYC4rA4b4CITgXQ,1742
|
10
|
+
nvidia_nat_agno-1.3.0a20250930.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
11
|
+
nvidia_nat_agno-1.3.0a20250930.dist-info/entry_points.txt,sha256=qRhuHKj2WmdJkLpbVXpYkdtc2cZdG4LPlBsABG2ImVI,103
|
12
|
+
nvidia_nat_agno-1.3.0a20250930.dist-info/top_level.txt,sha256=8-CJ2cP6-f0ZReXe5Hzqp-5pvzzHz-5Ds5H2bGqh1-U,4
|
13
|
+
nvidia_nat_agno-1.3.0a20250930.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{nvidia_nat_agno-1.3.0a20250929.dist-info → nvidia_nat_agno-1.3.0a20250930.dist-info}/top_level.txt
RENAMED
File without changes
|