nvidia-nat-agno 1.3.0a20250928__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.
@@ -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: List[str],
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 : List[str]
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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nvidia-nat-agno
3
- Version: 1.3.0a20250928
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.0a20250928
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
 
@@ -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=5vohHtv9AbN4lCHMvQAAewBzRPmnNdeNZcy5MVoiuAQ,15735
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.0a20250928.dist-info/METADATA,sha256=qiof-Fqi3_NVrR9SYV52Gewo7Z-ApU7glV4PbY42NDo,1742
10
- nvidia_nat_agno-1.3.0a20250928.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
11
- nvidia_nat_agno-1.3.0a20250928.dist-info/entry_points.txt,sha256=qRhuHKj2WmdJkLpbVXpYkdtc2cZdG4LPlBsABG2ImVI,103
12
- nvidia_nat_agno-1.3.0a20250928.dist-info/top_level.txt,sha256=8-CJ2cP6-f0ZReXe5Hzqp-5pvzzHz-5Ds5H2bGqh1-U,4
13
- nvidia_nat_agno-1.3.0a20250928.dist-info/RECORD,,
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,,