beswarm 0.2.4__py3-none-any.whl → 0.2.5__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.
beswarm/prompt.py CHANGED
@@ -34,6 +34,8 @@ When making code changes, NEVER output code to the USER, unless requested. Inste
34
34
  <user_info>
35
35
  The user's OS version is {os_version}. The absolute path of the user's workspace is {workspace_path} which is also the project root directory. The user's shell is {shell}.
36
36
  请在指令中使用绝对路径。所有操作必须基于工作目录。禁止在工作目录之外进行任何操作。你当前运行目录不一定就是工作目录。禁止默认你当前就在工作目录。
37
+
38
+ 当前时间:{current_time}
37
39
  </user_info>
38
40
 
39
41
  <instructions for tool use>
beswarm/tools/worker.py CHANGED
@@ -53,6 +53,7 @@ async def worker(goal, tools, work_dir, cache_messages=None):
53
53
  os_version=platform.platform(),
54
54
  workspace_path=work_dir,
55
55
  shell=os.getenv('SHELL', 'Unknown'),
56
+ current_time=datetime.now().strftime("%Y-%m-%d %H:%M:%S"),
56
57
  tools_list=tools_json
57
58
  )
58
59
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: beswarm
3
- Version: 0.2.4
3
+ Version: 0.2.5
4
4
  Summary: MAS
5
5
  Requires-Python: >=3.11
6
6
  Description-Content-Type: text/markdown
@@ -1,5 +1,5 @@
1
1
  beswarm/__init__.py,sha256=HZjUOJtZR5QhMuDbq-wukQQn1VrBusNWai_ysGo-VVI,20
2
- beswarm/prompt.py,sha256=3WoI_1lwqvK9O3WF4a3gaZGgQICsa1ygn07iOfuSzyI,31984
2
+ beswarm/prompt.py,sha256=_hYKZ0MUiMRs3C-1PMlFKIVgTKFcp_irla3p3wQNF3c,32015
3
3
  beswarm/utils.py,sha256=lm0drN1ebXM9haoKaW2DLzJJRCOpLmiJ864mH4jAdB4,6697
4
4
  beswarm/aient/main.py,sha256=SiYAIgQlLJqYusnTVEJOx1WNkSJKMImhgn5aWjfroxg,3814
5
5
  beswarm/aient/setup.py,sha256=rROoj5y5L8xuCRH08xVIiLgkk9BilfVZVZ3AOOIShIY,487
@@ -133,8 +133,8 @@ beswarm/tools/repomap.py,sha256=YsTPq5MXfn_Ds5begcvHDnY_Xp2d4jH-xmWqNMHnNHY,4523
133
133
  beswarm/tools/screenshot.py,sha256=u6t8FCgW5YHJ_Oc4coo8e0F3wTusWE_-H8dFh1rBq9Q,1011
134
134
  beswarm/tools/search_arxiv.py,sha256=GpuIOYX8T0iRC-X-hmuR9AUJVn15WWZq864DaoC7BUc,8004
135
135
  beswarm/tools/search_web.py,sha256=w0T0aCqOVlb6Of5hn_TtpnrGXo6bMtw2aKZdkrYjycI,12069
136
- beswarm/tools/worker.py,sha256=ubZ0nqmHlY9a02SL4_HwKEzYec0bVZI-0gJWIfWTJg4,21058
137
- beswarm-0.2.4.dist-info/METADATA,sha256=3rdScnu9Ulr2a3u3OBumzr8fshqUZeN7ZFKhlXmOb7w,3846
138
- beswarm-0.2.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
139
- beswarm-0.2.4.dist-info/top_level.txt,sha256=pJw4O87wvt5882smuSO6DfByJz7FJ8SxxT8h9fHCmpo,8
140
- beswarm-0.2.4.dist-info/RECORD,,
136
+ beswarm/tools/worker.py,sha256=Ibq2gzOOwCy6oKAfN4KR5D8RXxtxnaAgXQv1QHyOUYQ,21125
137
+ beswarm-0.2.5.dist-info/METADATA,sha256=ifInBvLauur8xz_qsE6LAqfaN9Z-o2N8qCFeVetoA_U,3846
138
+ beswarm-0.2.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
139
+ beswarm-0.2.5.dist-info/top_level.txt,sha256=pJw4O87wvt5882smuSO6DfByJz7FJ8SxxT8h9fHCmpo,8
140
+ beswarm-0.2.5.dist-info/RECORD,,