nvidia-nat-crewai 1.3.0a20250909__py3-none-any.whl → 1.3.0a20250917__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/crewai/llm.py +3 -2
- {nvidia_nat_crewai-1.3.0a20250909.dist-info → nvidia_nat_crewai-1.3.0a20250917.dist-info}/METADATA +2 -2
- {nvidia_nat_crewai-1.3.0a20250909.dist-info → nvidia_nat_crewai-1.3.0a20250917.dist-info}/RECORD +6 -6
- {nvidia_nat_crewai-1.3.0a20250909.dist-info → nvidia_nat_crewai-1.3.0a20250917.dist-info}/WHEEL +0 -0
- {nvidia_nat_crewai-1.3.0a20250909.dist-info → nvidia_nat_crewai-1.3.0a20250917.dist-info}/entry_points.txt +0 -0
- {nvidia_nat_crewai-1.3.0a20250909.dist-info → nvidia_nat_crewai-1.3.0a20250917.dist-info}/top_level.txt +0 -0
nat/plugins/crewai/llm.py
CHANGED
@@ -91,6 +91,7 @@ async def azure_openai_crewai(llm_config: AzureOpenAIModelConfig, _builder: Buil
|
|
91
91
|
"thinking",
|
92
92
|
},
|
93
93
|
by_alias=True,
|
94
|
+
exclude_none=True,
|
94
95
|
),
|
95
96
|
model=model,
|
96
97
|
)
|
@@ -110,7 +111,7 @@ async def nim_crewai(llm_config: NIMModelConfig, _builder: Builder):
|
|
110
111
|
os.environ["NVIDIA_NIM_API_KEY"] = nvidia_api_key
|
111
112
|
|
112
113
|
client = LLM(
|
113
|
-
**llm_config.model_dump(exclude={"type", "model_name", "thinking"}, by_alias=True),
|
114
|
+
**llm_config.model_dump(exclude={"type", "model_name", "thinking"}, by_alias=True, exclude_none=True),
|
114
115
|
model=f"nvidia_nim/{llm_config.model_name}",
|
115
116
|
)
|
116
117
|
|
@@ -122,6 +123,6 @@ async def openai_crewai(llm_config: OpenAIModelConfig, _builder: Builder):
|
|
122
123
|
|
123
124
|
from crewai import LLM
|
124
125
|
|
125
|
-
client = LLM(**llm_config.model_dump(exclude={"type", "thinking"}, by_alias=True))
|
126
|
+
client = LLM(**llm_config.model_dump(exclude={"type", "thinking"}, by_alias=True, exclude_none=True))
|
126
127
|
|
127
128
|
yield _patch_llm_based_on_config(client, llm_config)
|
{nvidia_nat_crewai-1.3.0a20250909.dist-info → nvidia_nat_crewai-1.3.0a20250917.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: nvidia-nat-crewai
|
3
|
-
Version: 1.3.
|
3
|
+
Version: 1.3.0a20250917
|
4
4
|
Summary: Subpackage for CrewAI 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==v1.3.
|
12
|
+
Requires-Dist: nvidia-nat==v1.3.0a20250917
|
13
13
|
Requires-Dist: crewai~=0.95.0
|
14
14
|
|
15
15
|
<!--
|
{nvidia_nat_crewai-1.3.0a20250909.dist-info → nvidia_nat_crewai-1.3.0a20250917.dist-info}/RECORD
RENAMED
@@ -1,11 +1,11 @@
|
|
1
1
|
nat/meta/pypi.md,sha256=T68FnThRzDGFf1LR8u-okM-r11-skSnKqSyI6HOktQY,1107
|
2
2
|
nat/plugins/crewai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
3
|
nat/plugins/crewai/crewai_callback_handler.py,sha256=nBpWWpYQ-yrAG1-6G3kvcYrb0jJQzckd_ftojvGVWj4,8333
|
4
|
-
nat/plugins/crewai/llm.py,sha256=
|
4
|
+
nat/plugins/crewai/llm.py,sha256=VKtRTCn4X5ReVD8F1mNCr4FYmcaE1vIcC3sKjvjmAXc,5079
|
5
5
|
nat/plugins/crewai/register.py,sha256=_R3bhGmz___696_NwyIcpw3koMBiWqIFoWEFJ0VAgXs,831
|
6
6
|
nat/plugins/crewai/tool_wrapper.py,sha256=BNKEPQQCLKtXNzGDAKBLCdmGJXe9lBOVI1hObha8hoI,1569
|
7
|
-
nvidia_nat_crewai-1.3.
|
8
|
-
nvidia_nat_crewai-1.3.
|
9
|
-
nvidia_nat_crewai-1.3.
|
10
|
-
nvidia_nat_crewai-1.3.
|
11
|
-
nvidia_nat_crewai-1.3.
|
7
|
+
nvidia_nat_crewai-1.3.0a20250917.dist-info/METADATA,sha256=rFhzFo4OxHvnNYWIrAZP0cyZWkbnBcIa6jfa90xd8pA,1606
|
8
|
+
nvidia_nat_crewai-1.3.0a20250917.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
9
|
+
nvidia_nat_crewai-1.3.0a20250917.dist-info/entry_points.txt,sha256=YF5PUdQGr_OUDXB4TykElHJTsKT8yKkuE0bMX5n_RXs,58
|
10
|
+
nvidia_nat_crewai-1.3.0a20250917.dist-info/top_level.txt,sha256=8-CJ2cP6-f0ZReXe5Hzqp-5pvzzHz-5Ds5H2bGqh1-U,4
|
11
|
+
nvidia_nat_crewai-1.3.0a20250917.dist-info/RECORD,,
|
{nvidia_nat_crewai-1.3.0a20250909.dist-info → nvidia_nat_crewai-1.3.0a20250917.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|
File without changes
|