nvidia-nat-crewai 1.3.0a20250828__py3-none-any.whl → 1.3.0a20250829__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.
@@ -94,7 +94,7 @@ class CrewAIProfilerHandler(BaseProfilerCallback):
94
94
  if tool_info:
95
95
  tool_name = tool_info.name
96
96
  except Exception as e:
97
- logger.exception("Error getting tool name: %s", e, exc_info=True)
97
+ logger.exception("Error getting tool name: %s", e)
98
98
 
99
99
  try:
100
100
  # Pre-call usage event
@@ -132,7 +132,7 @@ class CrewAIProfilerHandler(BaseProfilerCallback):
132
132
  return result
133
133
 
134
134
  except Exception as e:
135
- logger.exception("ToolUsage._use error: %s", e)
135
+ logger.error("ToolUsage._use error: %s", e)
136
136
  raise
137
137
 
138
138
  return wrapped_tool_use
@@ -158,7 +158,7 @@ class CrewAIProfilerHandler(BaseProfilerCallback):
158
158
  for message in kwargs.get('messages', []):
159
159
  model_input += message.get('content', "")
160
160
  except Exception as e:
161
- logger.exception("Error getting model input: %s", e, exc_info=True)
161
+ logger.exception("Error getting model input: %s", e)
162
162
 
163
163
  # Record the start event
164
164
  input_stats = IntermediateStepPayload(
@@ -182,7 +182,7 @@ class CrewAIProfilerHandler(BaseProfilerCallback):
182
182
  msg = choice.model_extra["message"]
183
183
  model_output += msg.get('content', "")
184
184
  except Exception as e:
185
- logger.exception("Error getting model output: %s", e, exc_info=True)
185
+ logger.exception("Error getting model output: %s", e)
186
186
 
187
187
  now = time.time()
188
188
  # Record the end event
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nvidia-nat-crewai
3
- Version: 1.3.0a20250828
3
+ Version: 1.3.0a20250829
4
4
  Summary: Subpackage for CrewAI 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.0a20250828
9
+ Requires-Dist: nvidia-nat==v1.3.0a20250829
10
10
  Requires-Dist: crewai~=0.95.0
11
11
 
12
12
  <!--
@@ -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
- nat/plugins/crewai/crewai_callback_handler.py,sha256=LDOctDQC9qdba1SVGoVkceCOSYuDj_mnl3HCuq2nIuQ,8382
3
+ nat/plugins/crewai/crewai_callback_handler.py,sha256=nBpWWpYQ-yrAG1-6G3kvcYrb0jJQzckd_ftojvGVWj4,8333
4
4
  nat/plugins/crewai/llm.py,sha256=DlkLN_fCXS7LUuNku4vvOUrMAgIA_om5LaQsKJOAAPk,5024
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.0a20250828.dist-info/METADATA,sha256=9B44N7vNvV2u57Py6bbSCurH3vn-5HUTZ9b_eJINOPM,1453
8
- nvidia_nat_crewai-1.3.0a20250828.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
- nvidia_nat_crewai-1.3.0a20250828.dist-info/entry_points.txt,sha256=YF5PUdQGr_OUDXB4TykElHJTsKT8yKkuE0bMX5n_RXs,58
10
- nvidia_nat_crewai-1.3.0a20250828.dist-info/top_level.txt,sha256=8-CJ2cP6-f0ZReXe5Hzqp-5pvzzHz-5Ds5H2bGqh1-U,4
11
- nvidia_nat_crewai-1.3.0a20250828.dist-info/RECORD,,
7
+ nvidia_nat_crewai-1.3.0a20250829.dist-info/METADATA,sha256=Ns0healmp-JVJdUChgfjDS9KBl87JiJqb-KsVmInmoE,1453
8
+ nvidia_nat_crewai-1.3.0a20250829.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
+ nvidia_nat_crewai-1.3.0a20250829.dist-info/entry_points.txt,sha256=YF5PUdQGr_OUDXB4TykElHJTsKT8yKkuE0bMX5n_RXs,58
10
+ nvidia_nat_crewai-1.3.0a20250829.dist-info/top_level.txt,sha256=8-CJ2cP6-f0ZReXe5Hzqp-5pvzzHz-5Ds5H2bGqh1-U,4
11
+ nvidia_nat_crewai-1.3.0a20250829.dist-info/RECORD,,