pycoze 0.1.167__py3-none-any.whl → 0.1.169__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.
pycoze/bot/bot.py CHANGED
@@ -23,11 +23,11 @@ def chat(bot_setting_file: str):
23
23
  def input_thread(input_queue: PeekableQueue):
24
24
  while True:
25
25
  input_text = input()
26
- if input_text == INTERRUPT_MESSAGE:
27
- break
28
- if not input_text.startswith(INPUT_MESSAGE):
26
+ if input_text == INTERRUPT_MESSAGE or input_text.startswith(INPUT_MESSAGE):
27
+ input_queue.put(input_text)
28
+ else:
29
29
  raise ValueError("Invalid message")
30
- input_queue.put(input_text)
30
+
31
31
 
32
32
  input_thread_instance = threading.Thread(target=input_thread, args=(input_queue,))
33
33
  input_thread_instance.start()
@@ -50,7 +50,9 @@ def chat(bot_setting_file: str):
50
50
 
51
51
  next_input_text = ""
52
52
  while agent_chat_thread.is_alive():
53
+ print("alive")
53
54
  if not input_queue.empty():
55
+ print("not input_queue.empty()")
54
56
  next_input_text = input_queue.peek()
55
57
  if next_input_text == INTERRUPT_MESSAGE:
56
58
  should_exit.set() # 设置退出标志
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycoze
3
- Version: 0.1.167
3
+ Version: 0.1.169
4
4
  Summary: Package for pycoze only!
5
5
  Author: Yuan Jie Xiong
6
6
  Author-email: aiqqqqqqq@qq.com
@@ -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=Q5uPcLre-x9oxwGvZYWIYXl7GzNSI2fgSEPg4jPb25I,2876
6
- pycoze/bot/bot.py,sha256=2nNpSiO1petkTtKFV-wb8kG4SVCZq3XSLETNtzrN1sM,2942
6
+ pycoze/bot/bot.py,sha256=yCWIhoWaST-_uY2fRpuVKd4QgZlV5s_pHXbY_vYbxQI,3040
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.167.dist-info/LICENSE,sha256=QStd_Qsd0-kAam_-sOesCIp_uKrGWeoKwt9M49NVkNU,1090
27
- pycoze-0.1.167.dist-info/METADATA,sha256=_bPwtU0HYyX8W8IgZK3utZxN85VwoxpaZbao71x10Gk,726
28
- pycoze-0.1.167.dist-info/WHEEL,sha256=bFJAMchF8aTQGUgMZzHJyDDMPTO3ToJ7x23SLJa1SVo,92
29
- pycoze-0.1.167.dist-info/top_level.txt,sha256=76dPeDhKvOCleL3ZC5gl1-y4vdS1tT_U1hxWVAn7sFo,7
30
- pycoze-0.1.167.dist-info/RECORD,,
26
+ pycoze-0.1.169.dist-info/LICENSE,sha256=QStd_Qsd0-kAam_-sOesCIp_uKrGWeoKwt9M49NVkNU,1090
27
+ pycoze-0.1.169.dist-info/METADATA,sha256=hgIDVtnpVUZlpcBu1RTs1BEyEaSSMe6b9fVPWL0pRP4,726
28
+ pycoze-0.1.169.dist-info/WHEEL,sha256=bFJAMchF8aTQGUgMZzHJyDDMPTO3ToJ7x23SLJa1SVo,92
29
+ pycoze-0.1.169.dist-info/top_level.txt,sha256=76dPeDhKvOCleL3ZC5gl1-y4vdS1tT_U1hxWVAn7sFo,7
30
+ pycoze-0.1.169.dist-info/RECORD,,