beswarm 0.1.0__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.
@@ -0,0 +1,55 @@
1
+ Metadata-Version: 2.4
2
+ Name: beswarm
3
+ Version: 0.1.0
4
+ Summary: MAS
5
+ Requires-Python: >=3.11
6
+ Description-Content-Type: text/markdown
7
+ Requires-Dist: aient>=1.0.71
8
+ Requires-Dist: diskcache>=5.6.3
9
+ Requires-Dist: grep-ast>=0.8.1
10
+ Requires-Dist: networkx>=3.4.2
11
+ Requires-Dist: numpy>=2.2.4
12
+ Requires-Dist: pygments>=2.19.1
13
+ Requires-Dist: scipy>=1.15.2
14
+ Requires-Dist: tqdm>=4.67.1
15
+
16
+ # beswarm
17
+
18
+ beswarm: be swarm
19
+
20
+ beswarm is a tool for creating a swarm of agents to complete a task.
21
+
22
+ ## 任务
23
+
24
+ ```
25
+ DiT-Air 架构与MMDiT和PixArt的区别是什么?详细分析三个模型的架构,并给出代码实现。
26
+ ```
27
+
28
+ ```
29
+ arXiv:2502.14831v2 和 arXiv:2503.10618v2 的 渐进式 VAE 训练方法有一定的相似性,请详细分析这两种方法的异同,底层原理的异同。
30
+ ```
31
+
32
+ ```
33
+ 论文地址:'/Users/yanyuming/Library/Mobile Documents/iCloud~QReader~MarginStudy~easy/Documents/论文/EQ-VAE Equivariance Regularized Latent Space for Improved Generative Image Modeling.pdf'
34
+ 仓库地址:https://github.com/zelaki/eqvae
35
+ ```
36
+
37
+ ```
38
+ 论文地址:'/Users/yanyuming/Library/Mobile Documents/iCloud~QReader~MarginStudy~easy/Documents/论文/Vector Quantized Diffusion Model for Text-to-Image Synthesis.pdf'
39
+
40
+ 查看代码库,我需要将论文的公式,代码,理论,实验结果,总结,形成一个文档。请进行彻底的分析。
41
+
42
+ 找到每一个数学概念对应的代码实现。整理成文档保存到本地。
43
+ ```
44
+
45
+ ```
46
+ docker build --platform linux/amd64 -t beswarm .
47
+ ```
48
+
49
+ ```
50
+ docker run --rm \
51
+ --network="host" \
52
+ --env-file .env \
53
+ -v ./work:/app/work beswarm \
54
+ --goal "分析这个仓库 https://github.com/cloneofsimo/minRF"
55
+ ```
@@ -0,0 +1,4 @@
1
+ beswarm-0.1.0.dist-info/METADATA,sha256=yRs8k_X0qSbR_COTCk-MFfEV5Xr3sdqaUYqw1FjqX7w,1650
2
+ beswarm-0.1.0.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
3
+ beswarm-0.1.0.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
4
+ beswarm-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (79.0.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+