grasp_agents 0.5.1__py3-none-any.whl → 0.5.2__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.
- grasp_agents/printer.py +2 -2
- {grasp_agents-0.5.1.dist-info → grasp_agents-0.5.2.dist-info}/METADATA +1 -1
- {grasp_agents-0.5.1.dist-info → grasp_agents-0.5.2.dist-info}/RECORD +5 -5
- {grasp_agents-0.5.1.dist-info → grasp_agents-0.5.2.dist-info}/WHEEL +0 -0
- {grasp_agents-0.5.1.dist-info → grasp_agents-0.5.2.dist-info}/licenses/LICENSE.md +0 -0
grasp_agents/printer.py
CHANGED
@@ -197,11 +197,11 @@ async def print_event_stream(
|
|
197
197
|
closing_text += "\n</tool call>\n"
|
198
198
|
|
199
199
|
if _thinking_open:
|
200
|
-
closing_text += "</thinking>\n"
|
200
|
+
closing_text += "\n</thinking>\n"
|
201
201
|
_thinking_open = False
|
202
202
|
|
203
203
|
if _response_open:
|
204
|
-
closing_text += "</response>\n"
|
204
|
+
closing_text += "\n</response>\n"
|
205
205
|
_response_open = False
|
206
206
|
|
207
207
|
if closing_text:
|
@@ -13,7 +13,7 @@ grasp_agents/llm_policy_executor.py,sha256=aWxXS2-7Twzaz8U07wslzR8zR9byl2bDha1AC
|
|
13
13
|
grasp_agents/memory.py,sha256=keHuNEZNSxHT9FKpMohHOCNi7UAz_oRIc91IQEuzaWE,1162
|
14
14
|
grasp_agents/packet.py,sha256=neJ139jgLKgZjLyXAwSe0lH08BftveYOsLFyri9MZ0w,785
|
15
15
|
grasp_agents/packet_pool.py,sha256=doG7UpTO7cqJi4YT0UP_vfOnOebqiwzBUHfoxy1TkPY,3282
|
16
|
-
grasp_agents/printer.py,sha256=
|
16
|
+
grasp_agents/printer.py,sha256=by7-wW0y1rCEqhGLuK8Jq-wsJfbZZO-0u8hS41-XJJU,10823
|
17
17
|
grasp_agents/processor.py,sha256=jel12KXWR8oA241NKt-sy0eWGbsfuBPwwdmj6Ecqg5s,15826
|
18
18
|
grasp_agents/prompt_builder.py,sha256=3Ua-f-lRdoE2LomFWDiZILpKpfuQxAM-aHcY69hvv1U,7978
|
19
19
|
grasp_agents/run_context.py,sha256=dUxwx1yM3gSk2KqMIAeDVVftysdk7v_1Ht0EcLk9jJI,1242
|
@@ -51,7 +51,7 @@ grasp_agents/workflow/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3h
|
|
51
51
|
grasp_agents/workflow/looped_workflow.py,sha256=eA2V4ftAjXth1OqQS_jTNS3D5_hzLGGyWfn4Ju47FQ0,6338
|
52
52
|
grasp_agents/workflow/sequential_workflow.py,sha256=wKlF6PvzLXkKDGlfvd8h-WI3AGNo6qyS2gkROzdPvWM,3421
|
53
53
|
grasp_agents/workflow/workflow_processor.py,sha256=I0sTMfWGeTcx0y0oYssz8B85_PFhbatHXrSJ31woI6Q,3015
|
54
|
-
grasp_agents-0.5.
|
55
|
-
grasp_agents-0.5.
|
56
|
-
grasp_agents-0.5.
|
57
|
-
grasp_agents-0.5.
|
54
|
+
grasp_agents-0.5.2.dist-info/METADATA,sha256=bBp_1qNM0Wv6zMwFN_lyjludKHn6MT7OOKaBnOWCZ3Q,6865
|
55
|
+
grasp_agents-0.5.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
56
|
+
grasp_agents-0.5.2.dist-info/licenses/LICENSE.md,sha256=-nNNdWqGB8gJ2O-peFQ2Irshv5tW5pHKyTcYkwvH7CE,1201
|
57
|
+
grasp_agents-0.5.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|