beswarm 0.2.18__py3-none-any.whl → 0.2.19__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/tools/click.py +1 -1
- {beswarm-0.2.18.dist-info → beswarm-0.2.19.dist-info}/METADATA +1 -1
- {beswarm-0.2.18.dist-info → beswarm-0.2.19.dist-info}/RECORD +5 -5
- {beswarm-0.2.18.dist-info → beswarm-0.2.19.dist-info}/WHEEL +0 -0
- {beswarm-0.2.18.dist-info → beswarm-0.2.19.dist-info}/top_level.txt +0 -0
beswarm/tools/click.py
CHANGED
@@ -223,7 +223,7 @@ Returns:
|
|
223
223
|
|
224
224
|
# 工作agent初始化
|
225
225
|
click_agent = chatgpt(**click_agent_config)
|
226
|
-
prompt = f"Give the segmentation masks for the {target_element}. Output a JSON list of segmentation masks where each entry contains the 2D bounding box in \"box_2d\" and the mask in \"mask\". Only output the one that meets the criteria the most."
|
226
|
+
prompt = f"Give the segmentation masks for the {target_element}. Output a JSON list of segmentation masks where each entry contains the 2D bounding box in \"box_2d\" (format: ymin, xmin, ymax, xmax) and the mask in \"mask\". Only output the one that meets the criteria the most."
|
227
227
|
|
228
228
|
print("正在截取当前屏幕...")
|
229
229
|
try:
|
@@ -126,7 +126,7 @@ beswarm/queries/tree-sitter-languages/rust-tags.scm,sha256=9ljM1nzhfPs_ZTRw7cr2P
|
|
126
126
|
beswarm/queries/tree-sitter-languages/scala-tags.scm,sha256=UxQjz80JIrrJ7Pm56uUnQyThfmQNvwk7aQzPNypB-Ao,1761
|
127
127
|
beswarm/queries/tree-sitter-languages/typescript-tags.scm,sha256=OMdCeedPiA24ky82DpgTMKXK_l2ySTuF2zrQ2fJAi9E,1253
|
128
128
|
beswarm/tools/__init__.py,sha256=egPX4B021Pf8dIaOodJ2yxQ_YCG-giI4cHiXsbX70BA,1306
|
129
|
-
beswarm/tools/click.py,sha256=
|
129
|
+
beswarm/tools/click.py,sha256=I62GF-bzcoNzhfu3DeWdiA88Sd_6gMFihrQSwFj4nks,20795
|
130
130
|
beswarm/tools/edit_file.py,sha256=iwWl7a8sTVq4vj0e1ny3H6UGcHfYnxALRGcLuk5hZS8,9155
|
131
131
|
beswarm/tools/planner.py,sha256=lguBCS6kpwNPoXQvqH-WySabVubT82iyWOkJnjt6dXw,1265
|
132
132
|
beswarm/tools/repomap.py,sha256=YsTPq5MXfn_Ds5begcvHDnY_Xp2d4jH-xmWqNMHnNHY,45239
|
@@ -136,7 +136,7 @@ beswarm/tools/search_arxiv.py,sha256=caVIUOzMhFu-r_gVgJZrH2EO9xI5iV_qLAg0b3Ie9Xg
|
|
136
136
|
beswarm/tools/search_web.py,sha256=Zxt2Mpeuqa40sKttCxeI71O_TWnoANw7na7CdlGknvg,11659
|
137
137
|
beswarm/tools/taskmanager.py,sha256=oB_768qy6Lb58JNIcSLVgbPrgNB3duIq9DawbVHRbrg,6270
|
138
138
|
beswarm/tools/worker.py,sha256=W-NqcO8T6Y_gsgVvNaKk4hbpqA8_odz18v6qb17s64w,23674
|
139
|
-
beswarm-0.2.
|
140
|
-
beswarm-0.2.
|
141
|
-
beswarm-0.2.
|
142
|
-
beswarm-0.2.
|
139
|
+
beswarm-0.2.19.dist-info/METADATA,sha256=oCjYTpJs4-Sxc8Z4K3G-Z0sFm5hv0NxNU0QwIMduPpE,3847
|
140
|
+
beswarm-0.2.19.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
141
|
+
beswarm-0.2.19.dist-info/top_level.txt,sha256=pJw4O87wvt5882smuSO6DfByJz7FJ8SxxT8h9fHCmpo,8
|
142
|
+
beswarm-0.2.19.dist-info/RECORD,,
|
File without changes
|
File without changes
|