nvidia-nat-semantic-kernel 1.3.0a20250902__py3-none-any.whl → 1.3.0a20250904__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.
Potentially problematic release.
This version of nvidia-nat-semantic-kernel might be problematic. Click here for more details.
- nat/plugins/semantic_kernel/llm.py +6 -6
- {nvidia_nat_semantic_kernel-1.3.0a20250902.dist-info → nvidia_nat_semantic_kernel-1.3.0a20250904.dist-info}/METADATA +2 -2
- {nvidia_nat_semantic_kernel-1.3.0a20250902.dist-info → nvidia_nat_semantic_kernel-1.3.0a20250904.dist-info}/RECORD +6 -6
- {nvidia_nat_semantic_kernel-1.3.0a20250902.dist-info → nvidia_nat_semantic_kernel-1.3.0a20250904.dist-info}/WHEEL +0 -0
- {nvidia_nat_semantic_kernel-1.3.0a20250902.dist-info → nvidia_nat_semantic_kernel-1.3.0a20250904.dist-info}/entry_points.txt +0 -0
- {nvidia_nat_semantic_kernel-1.3.0a20250902.dist-info → nvidia_nat_semantic_kernel-1.3.0a20250904.dist-info}/top_level.txt +0 -0
|
@@ -66,6 +66,12 @@ def _patch_llm_based_on_config(client: ModelType, llm_config: LLMBaseConfig) ->
|
|
|
66
66
|
)
|
|
67
67
|
return FunctionArgumentWrapper(new_messages, *args, **kwargs)
|
|
68
68
|
|
|
69
|
+
if isinstance(llm_config, RetryMixin):
|
|
70
|
+
client = patch_with_retry(client,
|
|
71
|
+
retries=llm_config.num_retries,
|
|
72
|
+
retry_codes=llm_config.retry_on_status_codes,
|
|
73
|
+
retry_on_messages=llm_config.retry_on_errors)
|
|
74
|
+
|
|
69
75
|
if isinstance(llm_config, ThinkingMixin) and llm_config.thinking_system_prompt is not None:
|
|
70
76
|
client = patch_with_thinking(
|
|
71
77
|
client,
|
|
@@ -77,12 +83,6 @@ def _patch_llm_based_on_config(client: ModelType, llm_config: LLMBaseConfig) ->
|
|
|
77
83
|
],
|
|
78
84
|
))
|
|
79
85
|
|
|
80
|
-
if isinstance(llm_config, RetryMixin):
|
|
81
|
-
client = patch_with_retry(client,
|
|
82
|
-
retries=llm_config.num_retries,
|
|
83
|
-
retry_codes=llm_config.retry_on_status_codes,
|
|
84
|
-
retry_on_messages=llm_config.retry_on_errors)
|
|
85
|
-
|
|
86
86
|
return client
|
|
87
87
|
|
|
88
88
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nvidia-nat-semantic-kernel
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.0a20250904
|
|
4
4
|
Summary: Subpackage for Semantic-Kernel integration in NeMo Agent toolkit
|
|
5
5
|
Keywords: ai,rag,agents
|
|
6
6
|
Classifier: Programming Language :: Python
|
|
7
7
|
Requires-Python: <3.13,>=3.11
|
|
8
8
|
Description-Content-Type: text/markdown
|
|
9
|
-
Requires-Dist: nvidia-nat==v1.3.
|
|
9
|
+
Requires-Dist: nvidia-nat==v1.3.0a20250904
|
|
10
10
|
Requires-Dist: semantic-kernel~=1.35
|
|
11
11
|
|
|
12
12
|
<!--
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
nat/meta/pypi.md,sha256=rFmwVds3akmoz0TE1SOjCjCUbB6SWfaRex_Vi5OfUAk,1116
|
|
2
2
|
nat/plugins/semantic_kernel/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
nat/plugins/semantic_kernel/llm.py,sha256=
|
|
3
|
+
nat/plugins/semantic_kernel/llm.py,sha256=FbvPa1kmmijn4DspeVrHNnS8Az69j3syam2EIDwIeuE,4819
|
|
4
4
|
nat/plugins/semantic_kernel/register.py,sha256=_R3bhGmz___696_NwyIcpw3koMBiWqIFoWEFJ0VAgXs,831
|
|
5
5
|
nat/plugins/semantic_kernel/tool_wrapper.py,sha256=N6WGEdveLYFKtOKjxEMMNT5vG8QJUoSddtswQ1fPEzQ,7121
|
|
6
|
-
nvidia_nat_semantic_kernel-1.3.
|
|
7
|
-
nvidia_nat_semantic_kernel-1.3.
|
|
8
|
-
nvidia_nat_semantic_kernel-1.3.
|
|
9
|
-
nvidia_nat_semantic_kernel-1.3.
|
|
10
|
-
nvidia_nat_semantic_kernel-1.3.
|
|
6
|
+
nvidia_nat_semantic_kernel-1.3.0a20250904.dist-info/METADATA,sha256=vp4YtVixXRqrQmv_rjOQduoBx7eJfiyevtCBs5Spdy0,1487
|
|
7
|
+
nvidia_nat_semantic_kernel-1.3.0a20250904.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
8
|
+
nvidia_nat_semantic_kernel-1.3.0a20250904.dist-info/entry_points.txt,sha256=0jCtQBAn5Ohs9XoVCF34WvNCV33OwAsH8bjFzgw_ByM,76
|
|
9
|
+
nvidia_nat_semantic_kernel-1.3.0a20250904.dist-info/top_level.txt,sha256=8-CJ2cP6-f0ZReXe5Hzqp-5pvzzHz-5Ds5H2bGqh1-U,4
|
|
10
|
+
nvidia_nat_semantic_kernel-1.3.0a20250904.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|