open-swarm 0.1.1745126277__py3-none-any.whl → 0.1.1745126446__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.1745126277.dist-info → open_swarm-0.1.1745126446.dist-info}/METADATA +2 -1
- {open_swarm-0.1.1745126277.dist-info → open_swarm-0.1.1745126446.dist-info}/RECORD +6 -5
- {open_swarm-0.1.1745126277.dist-info → open_swarm-0.1.1745126446.dist-info}/entry_points.txt +1 -0
- swarm/extensions/launchers/swarm-wrapper.spec +38 -0
- {open_swarm-0.1.1745126277.dist-info → open_swarm-0.1.1745126446.dist-info}/WHEEL +0 -0
- {open_swarm-0.1.1745126277.dist-info → open_swarm-0.1.1745126446.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.1745126446
|
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
|
@@ -45,6 +45,7 @@ Requires-Dist: jmespath>=1.0.1
|
|
45
45
|
Requires-Dist: openai-agents>=0.0.1
|
46
46
|
Requires-Dist: openai<2.0.0,>=1.3.0
|
47
47
|
Requires-Dist: platformdirs>=4.0.0
|
48
|
+
Requires-Dist: psutil>=7.0.0
|
48
49
|
Requires-Dist: psycopg2-binary>=2.9.0
|
49
50
|
Requires-Dist: pyinstaller>=5.13.0
|
50
51
|
Requires-Dist: python-dotenv>=1.0.0
|
@@ -132,6 +132,7 @@ 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
|
135
136
|
swarm/extensions/launchers/swarm_api.py,sha256=1qcBtwD77q9hpI0vXgVLKmbryMuslRCx7dd4gBPgDFU,204
|
136
137
|
swarm/extensions/launchers/swarm_cli.py,sha256=2dbU9OU3PCfHNPr_mDM4J1t3bJubjK3nQH0SQjS85tI,195
|
137
138
|
swarm/management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -298,8 +299,8 @@ swarm/views/message_views.py,sha256=sDUnXyqKXC8WwIIMAlWf00s2_a2T9c75Na5FvYMJwBM,
|
|
298
299
|
swarm/views/model_views.py,sha256=aAbU4AZmrOTaPeKMWtoKK7FPYHdaN3Zbx55JfKzYTRY,2937
|
299
300
|
swarm/views/utils.py,sha256=8Usc0g0L0NPegNAyY20tJBNBy-JLwODf4VmxV0yUtpw,3627
|
300
301
|
swarm/views/web_views.py,sha256=T1CKe-Nyv1C8aDt6QFTGWo_dkH7ojWAvS_QW9mZnZp0,7371
|
301
|
-
open_swarm-0.1.
|
302
|
-
open_swarm-0.1.
|
303
|
-
open_swarm-0.1.
|
304
|
-
open_swarm-0.1.
|
305
|
-
open_swarm-0.1.
|
302
|
+
open_swarm-0.1.1745126446.dist-info/METADATA,sha256=0HVoBMiz2Gli-wPICah6UMVm5CqELOHpKVw53QBxKSo,27688
|
303
|
+
open_swarm-0.1.1745126446.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
304
|
+
open_swarm-0.1.1745126446.dist-info/entry_points.txt,sha256=yOVyu61n9PktSVbdW8QVNjNugAZ5Kr0umUi4zUYS0zA,229
|
305
|
+
open_swarm-0.1.1745126446.dist-info/licenses/LICENSE,sha256=BU9bwRlnOt_JDIb6OT55Q4leLZx9RArDLTFnlDIrBEI,1062
|
306
|
+
open_swarm-0.1.1745126446.dist-info/RECORD,,
|
@@ -0,0 +1,38 @@
|
|
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.1745126277.dist-info → open_swarm-0.1.1745126446.dist-info}/licenses/LICENSE
RENAMED
File without changes
|