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__ =
|
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
|
@@ -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=
|
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.
|
416
|
-
zrb-1.16.
|
417
|
-
zrb-1.16.
|
418
|
-
zrb-1.16.
|
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
|
File without changes
|