mindroot 10.9.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/chat/services.py +1 -1
- {mindroot-10.9.0.dist-info → mindroot-10.10.0.dist-info}/METADATA +1 -1
- {mindroot-10.9.0.dist-info → mindroot-10.10.0.dist-info}/RECORD +7 -7
- {mindroot-10.9.0.dist-info → mindroot-10.10.0.dist-info}/WHEEL +0 -0
- {mindroot-10.9.0.dist-info → mindroot-10.10.0.dist-info}/entry_points.txt +0 -0
- {mindroot-10.9.0.dist-info → mindroot-10.10.0.dist-info}/licenses/LICENSE +0 -0
- {mindroot-10.9.0.dist-info → mindroot-10.10.0.dist-info}/top_level.txt +0 -0
|
@@ -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}]})
|
|
@@ -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
|