open-swarm 0.1.1745126446__py3-none-any.whl → 0.1.1745273981__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: open-swarm
3
- Version: 0.1.1745126446
3
+ Version: 0.1.1745273981
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,7 +45,6 @@ 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
49
48
  Requires-Dist: psycopg2-binary>=2.9.0
50
49
  Requires-Dist: pyinstaller>=5.13.0
51
50
  Requires-Dist: python-dotenv>=1.0.0
@@ -299,8 +299,8 @@ swarm/views/message_views.py,sha256=sDUnXyqKXC8WwIIMAlWf00s2_a2T9c75Na5FvYMJwBM,
299
299
  swarm/views/model_views.py,sha256=aAbU4AZmrOTaPeKMWtoKK7FPYHdaN3Zbx55JfKzYTRY,2937
300
300
  swarm/views/utils.py,sha256=8Usc0g0L0NPegNAyY20tJBNBy-JLwODf4VmxV0yUtpw,3627
301
301
  swarm/views/web_views.py,sha256=T1CKe-Nyv1C8aDt6QFTGWo_dkH7ojWAvS_QW9mZnZp0,7371
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,,
302
+ open_swarm-0.1.1745273981.dist-info/METADATA,sha256=12XDuwTL_iEITMc9-Lcexzip5nDOjhqUF9XfMijHBsE,27659
303
+ open_swarm-0.1.1745273981.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
304
+ open_swarm-0.1.1745273981.dist-info/entry_points.txt,sha256=fo28d0_zJrytRsh8QqkdlWQT_9lyAwYUx1WuSTDI3HM,177
305
+ open_swarm-0.1.1745273981.dist-info/licenses/LICENSE,sha256=BU9bwRlnOt_JDIb6OT55Q4leLZx9RArDLTFnlDIrBEI,1062
306
+ open_swarm-0.1.1745273981.dist-info/RECORD,,
@@ -1,5 +1,4 @@
1
1
  [console_scripts]
2
2
  codey = swarm.blueprints.codey.blueprint_codey:main
3
- poets = swarm.blueprints.poets.blueprint_poets:main
4
3
  swarm-api = swarm.extensions.launchers.swarm_api:main
5
4
  swarm-cli = swarm.extensions.launchers.swarm_cli:app