pycoze 0.1.154__py3-none-any.whl → 0.1.155__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 CHANGED
@@ -26,5 +26,5 @@ def chat(bot_setting_file: str):
26
26
  def get_chat_response(bot_setting_file: str, input_text: str):
27
27
  history = [HumanMessage(input_text)]
28
28
  result_queue = queue.Queue()
29
- result = agent_chat(bot_setting_file, history, result_queue)
30
- return result
29
+ agent_chat(bot_setting_file, history, result_queue)
30
+ return result_queue.get()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycoze
3
- Version: 0.1.154
3
+ Version: 0.1.155
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=QtACf0MizZVv6PTzDreuZzQ6ktjddzqI3gAcZSwfWfs,2860
6
- pycoze/bot/bot.py,sha256=XIQZpGob0iH-UgVWcnisUsEqHfqpdf-n63ZDzaH4Sy0,1042
6
+ pycoze/bot/bot.py,sha256=89q2kUlPjg8nbM3ZQqrhw2fHQQCPzCKIWvSfygDiaDU,1045
7
7
  pycoze/bot/agent/__init__.py,sha256=YR9vpkEQn1e4937r_xFPJXUCPBEJ0SFzEQDBe2x3-YA,157
8
8
  pycoze/bot/agent/agent.py,sha256=Aue8nWeW_I7e1jo4o7cUjFFjrsV9NtVUiTX3EQYHmbA,3507
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.154.dist-info/LICENSE,sha256=QStd_Qsd0-kAam_-sOesCIp_uKrGWeoKwt9M49NVkNU,1090
27
- pycoze-0.1.154.dist-info/METADATA,sha256=8F6oekNK8HK747zL9c5DdGGzdWAWkUK-4tf24eLAhZg,726
28
- pycoze-0.1.154.dist-info/WHEEL,sha256=bFJAMchF8aTQGUgMZzHJyDDMPTO3ToJ7x23SLJa1SVo,92
29
- pycoze-0.1.154.dist-info/top_level.txt,sha256=76dPeDhKvOCleL3ZC5gl1-y4vdS1tT_U1hxWVAn7sFo,7
30
- pycoze-0.1.154.dist-info/RECORD,,
26
+ pycoze-0.1.155.dist-info/LICENSE,sha256=QStd_Qsd0-kAam_-sOesCIp_uKrGWeoKwt9M49NVkNU,1090
27
+ pycoze-0.1.155.dist-info/METADATA,sha256=Mr2E2chiz7Mhay-XkMZfWu5oDhxS7q89vgEd7Rauhzc,726
28
+ pycoze-0.1.155.dist-info/WHEEL,sha256=bFJAMchF8aTQGUgMZzHJyDDMPTO3ToJ7x23SLJa1SVo,92
29
+ pycoze-0.1.155.dist-info/top_level.txt,sha256=76dPeDhKvOCleL3ZC5gl1-y4vdS1tT_U1hxWVAn7sFo,7
30
+ pycoze-0.1.155.dist-info/RECORD,,