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 +2 -0
- beswarm/tools/worker.py +1 -0
- {beswarm-0.2.4.dist-info → beswarm-0.2.5.dist-info}/METADATA +1 -1
- {beswarm-0.2.4.dist-info → beswarm-0.2.5.dist-info}/RECORD +6 -6
- {beswarm-0.2.4.dist-info → beswarm-0.2.5.dist-info}/WHEEL +0 -0
- {beswarm-0.2.4.dist-info → beswarm-0.2.5.dist-info}/top_level.txt +0 -0
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
@@ -1,5 +1,5 @@
|
|
1
1
|
beswarm/__init__.py,sha256=HZjUOJtZR5QhMuDbq-wukQQn1VrBusNWai_ysGo-VVI,20
|
2
|
-
beswarm/prompt.py,sha256=
|
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=
|
137
|
-
beswarm-0.2.
|
138
|
-
beswarm-0.2.
|
139
|
-
beswarm-0.2.
|
140
|
-
beswarm-0.2.
|
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,,
|
File without changes
|
File without changes
|