pycoze 0.1.334__tar.gz → 0.1.335__tar.gz

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.
Files changed (44) hide show
  1. {pycoze-0.1.334 → pycoze-0.1.335}/PKG-INFO +1 -1
  2. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/bot/chat.py +7 -6
  3. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/bot/chat_base.py +1 -1
  4. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze.egg-info/PKG-INFO +1 -1
  5. {pycoze-0.1.334 → pycoze-0.1.335}/setup.py +1 -1
  6. {pycoze-0.1.334 → pycoze-0.1.335}/LICENSE +0 -0
  7. {pycoze-0.1.334 → pycoze-0.1.335}/README.md +0 -0
  8. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/__init__.py +0 -0
  9. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/ai/__init__.py +0 -0
  10. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/ai/llm/__init__.py +0 -0
  11. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/ai/llm/chat.py +0 -0
  12. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/ai/llm/text_to_image_prompt.py +0 -0
  13. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/ai/llm/think.py +0 -0
  14. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/ai/vram_reserve.py +0 -0
  15. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/api/__init__.py +0 -0
  16. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/api/lib/__init__.py +0 -0
  17. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/api/lib/tab.py +0 -0
  18. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/api/lib/view.py +0 -0
  19. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/api/lib/web.py +0 -0
  20. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/api/lib/window.py +0 -0
  21. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/bot/__init__.py +0 -0
  22. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/bot/lib.py +0 -0
  23. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/bot/message.py +0 -0
  24. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/bot/prompt.md +0 -0
  25. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/bot/tools.py +0 -0
  26. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/reference/__init__.py +0 -0
  27. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/reference/bot.py +0 -0
  28. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/reference/lib.py +0 -0
  29. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/reference/tool.py +0 -0
  30. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/reference/workflow.py +0 -0
  31. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/ui/__init__.py +0 -0
  32. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/ui/base.py +0 -0
  33. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/ui/color.py +0 -0
  34. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/ui/typ.py +0 -0
  35. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/ui/ui_def.py +0 -0
  36. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/utils/__init__.py +0 -0
  37. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/utils/arg.py +0 -0
  38. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/utils/env.py +0 -0
  39. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/utils/socket.py +0 -0
  40. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze/utils/text_or_file.py +0 -0
  41. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze.egg-info/SOURCES.txt +0 -0
  42. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze.egg-info/dependency_links.txt +0 -0
  43. {pycoze-0.1.334 → pycoze-0.1.335}/pycoze.egg-info/top_level.txt +0 -0
  44. {pycoze-0.1.334 → pycoze-0.1.335}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: pycoze
3
- Version: 0.1.334
3
+ Version: 0.1.335
4
4
  Summary: Package for pycoze only!
5
5
  Author: Yuan Jie Xiong
6
6
  Author-email: aiqqqqqqq@qq.com
@@ -17,11 +17,11 @@ async def check_interrupt_file(interval, interrupt_file, chat_task):
17
17
  break
18
18
 
19
19
 
20
- async def run_with_interrupt_check(conversation_history, user_input, cwd: str, abilities, bot_setting, has_any_tool, interrupt_file):
20
+ async def run_with_interrupt_check(conversation_history, user_input, cwd: str, abilities, has_any_tool, bot_setting, interrupt_file):
21
21
  clear_chat_data()
22
22
  try:
23
23
  chat_task = asyncio.create_task(
24
- handle_user_inputs(conversation_history, user_input, cwd, abilities, bot_setting, has_any_tool)
24
+ handle_user_inputs(conversation_history, user_input, cwd, abilities, has_any_tool, bot_setting)
25
25
  )
26
26
  check_task = asyncio.create_task(
27
27
  check_interrupt_file(0.5, interrupt_file, chat_task)
@@ -70,12 +70,12 @@ def chat(bot_setting_file: str):
70
70
  if "interruptFile" in params:
71
71
  asyncio.run(
72
72
  run_with_interrupt_check(
73
- conversation_history, user_input, cwd, abilities, bot_setting, has_any_tool, params["interruptFile"]
73
+ conversation_history, user_input, cwd, abilities, has_any_tool, bot_setting, params["interruptFile"]
74
74
  )
75
75
  )
76
76
  else:
77
77
  asyncio.run(
78
- handle_user_inputs(conversation_history, user_input, cwd, abilities, bot_setting, has_any_tool)
78
+ handle_user_inputs(conversation_history, user_input, cwd, abilities, has_any_tool, bot_setting)
79
79
  )
80
80
 
81
81
  output("assistant", CHAT_DATA["info"])
@@ -86,14 +86,15 @@ def get_chat_response(bot_setting_file: str, user_input: str):
86
86
  bot_setting = json.load(f)
87
87
  abilities = get_abilities(bot_setting)
88
88
  cwd = tempfile.mkdtemp()
89
+ system_prompt, has_any_tool = get_system_prompt(abilities, bot_setting)
89
90
  conversation_history = [
90
91
  {
91
92
  "role": "system",
92
- "content": get_system_prompt(abilities, bot_setting),
93
+ "content": system_prompt,
93
94
  }
94
95
  ]
95
96
  asyncio.run(
96
- handle_user_inputs(conversation_history, user_input, cwd, abilities, bot_setting)
97
+ handle_user_inputs(conversation_history, user_input, cwd, abilities, has_any_tool, bot_setting)
97
98
  )
98
99
 
99
100
  return CHAT_DATA["info"]
@@ -145,7 +145,7 @@ async def stream_openai_response(conversation_history, start_new_stream):
145
145
  yield ("text", text_content.strip())
146
146
 
147
147
 
148
- async def handle_user_inputs(conversation_history, user_input, cwd, abilities, bot_setting, has_any_tool):
148
+ async def handle_user_inputs(conversation_history, user_input, cwd, abilities, has_any_tool, bot_setting):
149
149
  no_exit_if_incomplete = bot_setting["systemAbility"]['no_exit_if_incomplete']
150
150
  programmer_mode = bot_setting["systemAbility"]['programmer_mode']
151
151
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: pycoze
3
- Version: 0.1.334
3
+ Version: 0.1.335
4
4
  Summary: Package for pycoze only!
5
5
  Author: Yuan Jie Xiong
6
6
  Author-email: aiqqqqqqq@qq.com
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="pycoze",
5
- version="0.1.334",
5
+ version="0.1.335",
6
6
  packages=find_packages(),
7
7
  install_requires=[],
8
8
  author="Yuan Jie Xiong",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes