open-swarm 0.1.1745273981__py3-none-any.whl → 0.1.1745274103__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.
- {open_swarm-0.1.1745273981.dist-info → open_swarm-0.1.1745274103.dist-info}/METADATA +1 -1
- {open_swarm-0.1.1745273981.dist-info → open_swarm-0.1.1745274103.dist-info}/RECORD +5 -6
- swarm/extensions/launchers/swarm-wrapper.spec +0 -38
- {open_swarm-0.1.1745273981.dist-info → open_swarm-0.1.1745274103.dist-info}/WHEEL +0 -0
- {open_swarm-0.1.1745273981.dist-info → open_swarm-0.1.1745274103.dist-info}/entry_points.txt +0 -0
- {open_swarm-0.1.1745273981.dist-info → open_swarm-0.1.1745274103.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: open-swarm
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.1745274103
|
4
4
|
Summary: Open Swarm: Orchestrating AI Agent Swarms with Django
|
5
5
|
Project-URL: Homepage, https://github.com/yourusername/open-swarm
|
6
6
|
Project-URL: Documentation, https://github.com/yourusername/open-swarm/blob/main/README.md
|
@@ -132,7 +132,6 @@ swarm/extensions/cli/utils/prompt_user.py,sha256=ac0tQCL2PjIttBmYA9jrna_b1vK7pLZ
|
|
132
132
|
swarm/extensions/config/__init__.py,sha256=WjmGxMU5k3S40TNQxTfByYcT2YAchq_5gzXFWDLrLzU,141
|
133
133
|
swarm/extensions/config/config_loader.py,sha256=t-qa_wrdyRDQpk6rczOIY56pRZokQMcxc6_Y-y11E4M,5471
|
134
134
|
swarm/extensions/launchers/__init__.py,sha256=RR4up00HKqXOOToxb63mKZ2o9fq-o75bUw7dZuxkAVk,56
|
135
|
-
swarm/extensions/launchers/swarm-wrapper.spec,sha256=U8jx1guHchVFN9CozTiUIPbPUFddugEhTgzE9V8asHc,674
|
136
135
|
swarm/extensions/launchers/swarm_api.py,sha256=1qcBtwD77q9hpI0vXgVLKmbryMuslRCx7dd4gBPgDFU,204
|
137
136
|
swarm/extensions/launchers/swarm_cli.py,sha256=2dbU9OU3PCfHNPr_mDM4J1t3bJubjK3nQH0SQjS85tI,195
|
138
137
|
swarm/management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -299,8 +298,8 @@ swarm/views/message_views.py,sha256=sDUnXyqKXC8WwIIMAlWf00s2_a2T9c75Na5FvYMJwBM,
|
|
299
298
|
swarm/views/model_views.py,sha256=aAbU4AZmrOTaPeKMWtoKK7FPYHdaN3Zbx55JfKzYTRY,2937
|
300
299
|
swarm/views/utils.py,sha256=8Usc0g0L0NPegNAyY20tJBNBy-JLwODf4VmxV0yUtpw,3627
|
301
300
|
swarm/views/web_views.py,sha256=T1CKe-Nyv1C8aDt6QFTGWo_dkH7ojWAvS_QW9mZnZp0,7371
|
302
|
-
open_swarm-0.1.
|
303
|
-
open_swarm-0.1.
|
304
|
-
open_swarm-0.1.
|
305
|
-
open_swarm-0.1.
|
306
|
-
open_swarm-0.1.
|
301
|
+
open_swarm-0.1.1745274103.dist-info/METADATA,sha256=FUcmOqd3IJE4oWlDIEljW7ZsTIiqD0wWjFCeH_8ovH4,27659
|
302
|
+
open_swarm-0.1.1745274103.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
303
|
+
open_swarm-0.1.1745274103.dist-info/entry_points.txt,sha256=fo28d0_zJrytRsh8QqkdlWQT_9lyAwYUx1WuSTDI3HM,177
|
304
|
+
open_swarm-0.1.1745274103.dist-info/licenses/LICENSE,sha256=BU9bwRlnOt_JDIb6OT55Q4leLZx9RArDLTFnlDIrBEI,1062
|
305
|
+
open_swarm-0.1.1745274103.dist-info/RECORD,,
|
@@ -1,38 +0,0 @@
|
|
1
|
-
# -*- mode: python ; coding: utf-8 -*-
|
2
|
-
|
3
|
-
|
4
|
-
a = Analysis(
|
5
|
-
['swarm_wrapper.py'],
|
6
|
-
pathex=[],
|
7
|
-
binaries=[],
|
8
|
-
datas=[],
|
9
|
-
hiddenimports=[],
|
10
|
-
hookspath=[],
|
11
|
-
hooksconfig={},
|
12
|
-
runtime_hooks=[],
|
13
|
-
excludes=[],
|
14
|
-
noarchive=False,
|
15
|
-
optimize=0,
|
16
|
-
)
|
17
|
-
pyz = PYZ(a.pure)
|
18
|
-
|
19
|
-
exe = EXE(
|
20
|
-
pyz,
|
21
|
-
a.scripts,
|
22
|
-
a.binaries,
|
23
|
-
a.datas,
|
24
|
-
[],
|
25
|
-
name='swarm-wrapper',
|
26
|
-
debug=False,
|
27
|
-
bootloader_ignore_signals=False,
|
28
|
-
strip=False,
|
29
|
-
upx=True,
|
30
|
-
upx_exclude=[],
|
31
|
-
runtime_tmpdir=None,
|
32
|
-
console=True,
|
33
|
-
disable_windowed_traceback=False,
|
34
|
-
argv_emulation=False,
|
35
|
-
target_arch=None,
|
36
|
-
codesign_identity=None,
|
37
|
-
entitlements_file=None,
|
38
|
-
)
|
File without changes
|
{open_swarm-0.1.1745273981.dist-info → open_swarm-0.1.1745274103.dist-info}/entry_points.txt
RENAMED
File without changes
|
{open_swarm-0.1.1745273981.dist-info → open_swarm-0.1.1745274103.dist-info}/licenses/LICENSE
RENAMED
File without changes
|