zrb 1.16.4__py3-none-any.whl → 1.16.5__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.
zrb/task/llm/agent.py CHANGED
@@ -57,7 +57,7 @@ def create_agent_instance(
57
57
 
58
58
  # For the confirmation UI, make our temporary function look like the real one.
59
59
  try:
60
- execute_delegated_tool_call.__name__ = tool.function.__name__
60
+ execute_delegated_tool_call.__name__ = name
61
61
  execute_delegated_tool_call.__doc__ = tool.function.__doc__
62
62
  execute_delegated_tool_call.__signature__ = inspect.signature(
63
63
  tool.function
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: zrb
3
- Version: 1.16.4
3
+ Version: 1.16.5
4
4
  Summary: Your Automation Powerhouse
5
5
  License: AGPL-3.0-or-later
6
6
  Keywords: Automation,Task Runner,Code Generator,Monorepo,Low Code
@@ -348,7 +348,7 @@ zrb/task/base_trigger.py,sha256=HVasUkIZc8ZdAkJCbhXeO1QTY9vF7BvENoxKRV3R_eY,7171
348
348
  zrb/task/cmd_task.py,sha256=myM8WZm6NrUD-Wv0Vb5sTOrutrAVZLt5LVsSBKwX6SM,10860
349
349
  zrb/task/http_check.py,sha256=Gf5rOB2Se2EdizuN9rp65HpGmfZkGc-clIAlHmPVehs,2565
350
350
  zrb/task/llm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
351
- zrb/task/llm/agent.py,sha256=mAiDc5YhQ87dJX9Lfv_Q8bTyY2laZDCaAcpHs2yxvtc,11724
351
+ zrb/task/llm/agent.py,sha256=7N_lsU5DNcgqRAxWnA-wm7ojo3xW6B_jjD6WXQCv7T0,11706
352
352
  zrb/task/llm/config.py,sha256=2usr_FjylQrrRjjPDOIBhb7pIwVQkicA0hYGeMy9qYg,4076
353
353
  zrb/task/llm/conversation_history.py,sha256=_ThBOCv4vs3V6B3P_s-Aad2sH0RqE46KzLqgwdwHMC0,6758
354
354
  zrb/task/llm/conversation_history_model.py,sha256=kk-7niTl29Rm2EUIhTHzPXgZ5tp4IThMnIB3dS-1OdU,3062
@@ -412,7 +412,7 @@ zrb/util/todo_model.py,sha256=hhzAX-uFl5rsg7iVX1ULlJOfBtblwQ_ieNUxBWfc-Os,1670
412
412
  zrb/util/truncate.py,sha256=eSzmjBpc1Qod3lM3M73snNbDOcARHukW_tq36dWdPvc,921
413
413
  zrb/xcom/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
414
414
  zrb/xcom/xcom.py,sha256=o79rxR9wphnShrcIushA0Qt71d_p3ZTxjNf7x9hJB78,1571
415
- zrb-1.16.4.dist-info/METADATA,sha256=lf7QW0PTsKVMmB9WYWYY8LTRnIrp5Zg_Vqq2YSY4ZhE,9935
416
- zrb-1.16.4.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
417
- zrb-1.16.4.dist-info/entry_points.txt,sha256=-Pg3ElWPfnaSM-XvXqCxEAa-wfVI6BEgcs386s8C8v8,46
418
- zrb-1.16.4.dist-info/RECORD,,
415
+ zrb-1.16.5.dist-info/METADATA,sha256=oQ2k0Lvu-cnQyNcYjC35nQnDYNQFuhA2uI5dBYkbxlA,9935
416
+ zrb-1.16.5.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
417
+ zrb-1.16.5.dist-info/entry_points.txt,sha256=-Pg3ElWPfnaSM-XvXqCxEAa-wfVI6BEgcs386s8C8v8,46
418
+ zrb-1.16.5.dist-info/RECORD,,
File without changes