pycoze 0.1.175__py3-none-any.whl → 0.1.176__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- pycoze/bot/bot.py +1 -1
- {pycoze-0.1.175.dist-info → pycoze-0.1.176.dist-info}/METADATA +1 -1
- {pycoze-0.1.175.dist-info → pycoze-0.1.176.dist-info}/RECORD +6 -6
- {pycoze-0.1.175.dist-info → pycoze-0.1.176.dist-info}/LICENSE +0 -0
- {pycoze-0.1.175.dist-info → pycoze-0.1.176.dist-info}/WHEEL +0 -0
- {pycoze-0.1.175.dist-info → pycoze-0.1.176.dist-info}/top_level.txt +0 -0
pycoze/bot/bot.py
CHANGED
@@ -49,7 +49,6 @@ def chat(bot_setting_file: str):
|
|
49
49
|
|
50
50
|
next_input_text = ""
|
51
51
|
while agent_chat_thread.is_alive():
|
52
|
-
print("alive")
|
53
52
|
if not input_queue.empty():
|
54
53
|
next_input_text = input_queue.peek()
|
55
54
|
if next_input_text == INTERRUPT_MESSAGE:
|
@@ -59,6 +58,7 @@ def chat(bot_setting_file: str):
|
|
59
58
|
time.sleep(0.1) # 每隔 0.1 秒检查一次
|
60
59
|
if next_input_text != INTERRUPT_MESSAGE:
|
61
60
|
history.append(AIMessage(content=CHAT_DATA["output"]))
|
61
|
+
print("history", history)
|
62
62
|
except json.JSONDecodeError:
|
63
63
|
print("Invalid JSON format in input message.")
|
64
64
|
except KeyError:
|
@@ -3,7 +3,7 @@ pycoze/ai/__init__.py,sha256=odM2lgYSnApxw4AzLV_5AyaxL5_MLfydOSB1VmLGFyA,75
|
|
3
3
|
pycoze/ai/vram_reserve.py,sha256=QbqaA8qv87cnEpOVDMygi0BNMxuhLYwj1UKfR_D5BD4,4340
|
4
4
|
pycoze/bot/__init__.py,sha256=6HHMxDQVOyZM9dtSjQm9tjGnhj4h7CixD0JOvEwTi48,41
|
5
5
|
pycoze/bot/agent_chat.py,sha256=3LIsLwlZ1oLvtx92NkLLGPt8QWDwjeUXz9oqhOyxAxU,2914
|
6
|
-
pycoze/bot/bot.py,sha256=
|
6
|
+
pycoze/bot/bot.py,sha256=P3KhhUmyFtS712vZVKlC7St5NNPXAsFbKBULBjIVM2k,3108
|
7
7
|
pycoze/bot/agent/__init__.py,sha256=3wE8_FFQS8j2BY-g9Cr-onV0POEvDRZaw_NCzpqrNus,265
|
8
8
|
pycoze/bot/agent/agent.py,sha256=7dyAsHSVnBmFUK9GR_BumkjSgrvQA0KLj0e3aDN_JU4,3592
|
9
9
|
pycoze/bot/agent/assistant.py,sha256=3iLxnRvf_ia0cP-FHK5Fv4ylltlnzPq1KscRCFYqjkc,1147
|
@@ -23,8 +23,8 @@ pycoze/ui/ui_def.py,sha256=UhhU_yB3GV9ISbvTWT48hsHPHI250BhMILh6bu5Uioo,4206
|
|
23
23
|
pycoze/utils/__init__.py,sha256=ET0W5wzq4zlY3dr1wHVbbeRKlKdC_zqHt9b0jZyHohw,94
|
24
24
|
pycoze/utils/arg.py,sha256=orLVEGw3x2f3l7bZDbBPkkdDPSdqXo-_Rs-4ZhzmrEw,984
|
25
25
|
pycoze/utils/text_or_file.py,sha256=gpxZVWt2DW6YiEg_MnMuwg36VNf3TX383QD_1oZNB0Y,551
|
26
|
-
pycoze-0.1.
|
27
|
-
pycoze-0.1.
|
28
|
-
pycoze-0.1.
|
29
|
-
pycoze-0.1.
|
30
|
-
pycoze-0.1.
|
26
|
+
pycoze-0.1.176.dist-info/LICENSE,sha256=QStd_Qsd0-kAam_-sOesCIp_uKrGWeoKwt9M49NVkNU,1090
|
27
|
+
pycoze-0.1.176.dist-info/METADATA,sha256=l8yjYNhIMJS1tBK2oS_EvLVZ04wMnAKT0CDw07ip3jQ,726
|
28
|
+
pycoze-0.1.176.dist-info/WHEEL,sha256=bFJAMchF8aTQGUgMZzHJyDDMPTO3ToJ7x23SLJa1SVo,92
|
29
|
+
pycoze-0.1.176.dist-info/top_level.txt,sha256=76dPeDhKvOCleL3ZC5gl1-y4vdS1tT_U1hxWVAn7sFo,7
|
30
|
+
pycoze-0.1.176.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|