mindroot 10.8.0__py3-none-any.whl → 10.10.0__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.
Potentially problematic release.
This version of mindroot might be problematic. Click here for more details.
- mindroot/coreplugins/agent/agent.py +1 -0
- mindroot/coreplugins/chat/services.py +1 -1
- {mindroot-10.8.0.dist-info → mindroot-10.10.0.dist-info}/METADATA +1 -1
- {mindroot-10.8.0.dist-info → mindroot-10.10.0.dist-info}/RECORD +8 -8
- {mindroot-10.8.0.dist-info → mindroot-10.10.0.dist-info}/WHEEL +0 -0
- {mindroot-10.8.0.dist-info → mindroot-10.10.0.dist-info}/entry_points.txt +0 -0
- {mindroot-10.8.0.dist-info → mindroot-10.10.0.dist-info}/licenses/LICENSE +0 -0
- {mindroot-10.8.0.dist-info → mindroot-10.10.0.dist-info}/top_level.txt +0 -0
|
@@ -369,6 +369,7 @@ class Agent:
|
|
|
369
369
|
if result == "SYSTEM: WARNING - Command interrupted!\n\n":
|
|
370
370
|
logger.warning("Command was interrupted. Stopping processing.")
|
|
371
371
|
await context.chat_log.drop_last('assistant')
|
|
372
|
+
await asyncio.sleep(0.5)
|
|
372
373
|
break
|
|
373
374
|
return results, full_cmds
|
|
374
375
|
|
|
@@ -286,7 +286,7 @@ async def send_message_to_agent(session_id: str, message: str | List[MessagePart
|
|
|
286
286
|
user = user.dict()
|
|
287
287
|
|
|
288
288
|
# If there's an existing task, cancel it and wait for it to finish
|
|
289
|
-
if existing_task and not existing_task.done():
|
|
289
|
+
if False and existing_task and not existing_task.done():
|
|
290
290
|
#print("SEND_MESSAGE rejecting because active task, but sneaking in new user message")
|
|
291
291
|
#if type(message) is str:
|
|
292
292
|
#context.chat_log.add_message({"role": "user", "content": [{"type": "text", "text": message}]})
|
|
@@ -439,7 +439,7 @@ mindroot/coreplugins/admin/static/js/lit-html/node/directives/when.js,sha256=NLe
|
|
|
439
439
|
mindroot/coreplugins/admin/static/js/lit-html/node/directives/when.js.map,sha256=tOonih_-EaqrunhNGshA9xN--WIVdGikjg8MkVp0itQ,1534
|
|
440
440
|
mindroot/coreplugins/admin/templates/admin.jinja2,sha256=H_oDqoWWk0Da0Jre67LIKvB3h30fmjcZz2T5knUyz0k,13272
|
|
441
441
|
mindroot/coreplugins/admin/templates/model-preferences-v2.jinja2,sha256=5J3rXYmtp_yMTFCk85SYN03gc4lbidF0Nip6YcqcIW4,891
|
|
442
|
-
mindroot/coreplugins/agent/agent.py,sha256=
|
|
442
|
+
mindroot/coreplugins/agent/agent.py,sha256=Idb9MbW-jn-42yuuNqDe2j5jPhuSz-RdfVy8dUxZ5sA,22956
|
|
443
443
|
mindroot/coreplugins/agent/agent.py.bak,sha256=X-EmtrpEpdfo-iUw9gj7mLveRVzAApsDWPTwMAuv7Ww,20715
|
|
444
444
|
mindroot/coreplugins/agent/buagentz1.py,sha256=XVRKf-jEHgv6ru-iESg1uPJGgUz3pzeAG-0UjPA4bqw,22404
|
|
445
445
|
mindroot/coreplugins/agent/cmd_start_example.py,sha256=Mdcd9st6viI6-M7a0-zqkw3IxR9FAxIiZ_8G-tLdIJk,1416
|
|
@@ -470,7 +470,7 @@ mindroot/coreplugins/chat/mod.py,sha256=Xydjv3feKJJRbwdiB7raqiQnWtaS_2GcdC9bXYQX
|
|
|
470
470
|
mindroot/coreplugins/chat/models.py,sha256=GRcRuDUAJFpyWERPMxkxUaZ21igNlWeeamriruEKiEQ,692
|
|
471
471
|
mindroot/coreplugins/chat/router.py,sha256=vq9UwYoFoGQMVmDC0TkjH7TWivFwkIe6OU0Scu-dtHg,15998
|
|
472
472
|
mindroot/coreplugins/chat/router_dedup_patch.py,sha256=lDSpVMSd26pXJwrrdirUmR1Jv_N5VHiDzTS8t3XswDU,918
|
|
473
|
-
mindroot/coreplugins/chat/services.py,sha256=
|
|
473
|
+
mindroot/coreplugins/chat/services.py,sha256=qGgWh84emHfMCtsw-knN6MPQO8B3hnYRcRTda9X4Fcg,27245
|
|
474
474
|
mindroot/coreplugins/chat/utils.py,sha256=BiE14PpsAcQSO5vbU88klHGm8cAXJDXxgVgva-EXybU,155
|
|
475
475
|
mindroot/coreplugins/chat/widget_manager.py,sha256=LrMbZlHqpxbLwdN4XZ4GkLxORwxa1o6IVCrlUDBmGQs,4786
|
|
476
476
|
mindroot/coreplugins/chat/widget_routes.py,sha256=iV3OwLFnvLDsMHdckJnmVXcUgyyng-zIPNXyK2LAUjc,11802
|
|
@@ -2252,9 +2252,9 @@ mindroot/protocols/services/stream_chat.py,sha256=fMnPfwaB5fdNMBLTEg8BXKAGvrELKH
|
|
|
2252
2252
|
mindroot/registry/__init__.py,sha256=40Xy9bmPHsgdIrOzbtBGzf4XMqXVi9P8oZTJhn0r654,151
|
|
2253
2253
|
mindroot/registry/component_manager.py,sha256=WZFNPg4SNvpqsM5NFiC2DpgmrJQCyR9cNhrCBpp30Qk,995
|
|
2254
2254
|
mindroot/registry/data_access.py,sha256=81In5TwETpaqnnY1_-tBQM7rfWvUxZUZkG7lEelRUfU,5321
|
|
2255
|
-
mindroot-10.
|
|
2256
|
-
mindroot-10.
|
|
2257
|
-
mindroot-10.
|
|
2258
|
-
mindroot-10.
|
|
2259
|
-
mindroot-10.
|
|
2260
|
-
mindroot-10.
|
|
2255
|
+
mindroot-10.10.0.dist-info/licenses/LICENSE,sha256=8plAmZh8y9ccuuqFFz4kp7G-cO_qsPgAOoHNvabSB4U,1070
|
|
2256
|
+
mindroot-10.10.0.dist-info/METADATA,sha256=U1ct5_SLGvYPvL2V3Im0eob4aVh6Tn_6UOOO9GZDnp4,1036
|
|
2257
|
+
mindroot-10.10.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
2258
|
+
mindroot-10.10.0.dist-info/entry_points.txt,sha256=0bpyjMccLttx6VcjDp6zfJPN0Kk0rffor6IdIbP0j4c,50
|
|
2259
|
+
mindroot-10.10.0.dist-info/top_level.txt,sha256=gwKm7DmNjhdrCJTYCrxa9Szne4lLpCtrEBltfsX-Mm8,9
|
|
2260
|
+
mindroot-10.10.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|