beswarm 0.1.33__py3-none-any.whl → 0.1.34__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/__init__.py +2 -0
- {beswarm-0.1.33.dist-info → beswarm-0.1.34.dist-info}/METADATA +2 -4
- {beswarm-0.1.33.dist-info → beswarm-0.1.34.dist-info}/RECORD +5 -5
- {beswarm-0.1.33.dist-info → beswarm-0.1.34.dist-info}/WHEEL +0 -0
- {beswarm-0.1.33.dist-info → beswarm-0.1.34.dist-info}/top_level.txt +0 -0
beswarm/tools/__init__.py
CHANGED
@@ -14,6 +14,7 @@ from ..aient.src.aient.plugins import (
|
|
14
14
|
get_search_results,
|
15
15
|
write_to_file,
|
16
16
|
download_read_arxiv_pdf,
|
17
|
+
get_url_content,
|
17
18
|
)
|
18
19
|
|
19
20
|
__all__ = [
|
@@ -32,4 +33,5 @@ __all__ = [
|
|
32
33
|
"get_search_results",
|
33
34
|
"write_to_file",
|
34
35
|
"download_read_arxiv_pdf",
|
36
|
+
"get_url_content",
|
35
37
|
]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: beswarm
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.34
|
4
4
|
Summary: MAS
|
5
5
|
Requires-Python: >=3.11
|
6
6
|
Description-Content-Type: text/markdown
|
@@ -57,9 +57,7 @@ arXiv:2502.14831v2 和 arXiv:2503.10618v2 的 渐进式 VAE 训练方法有一
|
|
57
57
|
```
|
58
58
|
|
59
59
|
```
|
60
|
-
docker build --platform linux/amd64 -t beswarm .
|
61
|
-
docker tag beswarm:latest yym68686/beswarm:latest
|
62
|
-
docker push yym68686/beswarm:latest
|
60
|
+
docker buildx build --platform linux/amd64,linux/arm64 -t yym68686/beswarm:latest --push .
|
63
61
|
```
|
64
62
|
|
65
63
|
```
|
@@ -118,14 +118,14 @@ beswarm/queries/tree-sitter-languages/ruby-tags.scm,sha256=vIidsCeE2A0vdFN18yXKq
|
|
118
118
|
beswarm/queries/tree-sitter-languages/rust-tags.scm,sha256=9ljM1nzhfPs_ZTRw7cr2P9ToOyhGcKkCoN4_HPXSWi4,1451
|
119
119
|
beswarm/queries/tree-sitter-languages/scala-tags.scm,sha256=UxQjz80JIrrJ7Pm56uUnQyThfmQNvwk7aQzPNypB-Ao,1761
|
120
120
|
beswarm/queries/tree-sitter-languages/typescript-tags.scm,sha256=OMdCeedPiA24ky82DpgTMKXK_l2ySTuF2zrQ2fJAi9E,1253
|
121
|
-
beswarm/tools/__init__.py,sha256=
|
121
|
+
beswarm/tools/__init__.py,sha256=j9PmGcWTRmVHnAofF37TRMNVsPVjZFwZsZDa06YEwrY,805
|
122
122
|
beswarm/tools/edit_file.py,sha256=qKOVanfh_79eavRrqqyFirRo07sZ897jUL2PD4GRKJk,6965
|
123
123
|
beswarm/tools/planner.py,sha256=lguBCS6kpwNPoXQvqH-WySabVubT82iyWOkJnjt6dXw,1265
|
124
124
|
beswarm/tools/repomap.py,sha256=CwvwoN5Swr42EzrORTTeV8MMb7mPviy4a4b0fxBu50k,40828
|
125
125
|
beswarm/tools/search_arxiv.py,sha256=9slwBemXjEqrd7-YgVmyMijPXlkhZCybEDRVhWVQ9B0,7937
|
126
126
|
beswarm/tools/think.py,sha256=WLw-7jNIsnS6n8MMSYUin_f-BGLENFmnKM2LISEp0co,1760
|
127
127
|
beswarm/tools/worker.py,sha256=FfKCx7KFNbMRoAXtjU1_nJQjx9WHny7KBq8OXSYICJs,5334
|
128
|
-
beswarm-0.1.
|
129
|
-
beswarm-0.1.
|
130
|
-
beswarm-0.1.
|
131
|
-
beswarm-0.1.
|
128
|
+
beswarm-0.1.34.dist-info/METADATA,sha256=ZzWNx6f5KsaFLCHxqRLO_BS9q-cJHWkphwPRwIIh9e0,2826
|
129
|
+
beswarm-0.1.34.dist-info/WHEEL,sha256=ooBFpIzZCPdw3uqIQsOo4qqbA4ZRPxHnOH7peeONza0,91
|
130
|
+
beswarm-0.1.34.dist-info/top_level.txt,sha256=pJw4O87wvt5882smuSO6DfByJz7FJ8SxxT8h9fHCmpo,8
|
131
|
+
beswarm-0.1.34.dist-info/RECORD,,
|
File without changes
|
File without changes
|