open-swarm 0.1.1744949106__py3-none-any.whl → 0.1.1744952955__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.1744949106
3
+ Version: 0.1.1744952955
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
@@ -41,7 +41,7 @@ swarm/blueprints/messenger/templates/messenger/messenger.html,sha256=izuFtFn40Gm
41
41
  swarm/blueprints/mission_improbable/blueprint_mission_improbable.py,sha256=JseHJ7CXTvNqWfuN38JTXDsaf2VrMX7J1llXXroZMZg,12737
42
42
  swarm/blueprints/monkai_magic/blueprint_monkai_magic.py,sha256=2Ay_IO2NgQEdVqwyw_kkyK6bzGl9XXlpcktmpv1RD4M,14219
43
43
  swarm/blueprints/nebula_shellz/blueprint_nebula_shellz.py,sha256=gKe26daAUm7sDcALD_31RRe8jXSCSvL0jywkS4IboD8,11755
44
- swarm/blueprints/omniplex/blueprint_omniplex.py,sha256=lCp_FXo1rkHtDu2UZVUa8px-1nIh9cl_LhorwL3hteY,13377
44
+ swarm/blueprints/omniplex/blueprint_omniplex.py,sha256=NwsuwP1aVzdAV_RylCflkVT90RGjU__6LB4Sgu2QXEU,13390
45
45
  swarm/blueprints/rue_code/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
46
46
  swarm/blueprints/rue_code/blueprint_rue_code.py,sha256=kL6MJ-dYdwTsQBkmL_tTXnZUqai2KD1t94EuiVNUv2g,15401
47
47
  swarm/blueprints/suggestion/blueprint_suggestion.py,sha256=NvQgGAR9iVlmEOk5i1xb5OLvxOTlXMEMtxT3_5g1tHY,7096
@@ -255,8 +255,8 @@ swarm/views/message_views.py,sha256=sDUnXyqKXC8WwIIMAlWf00s2_a2T9c75Na5FvYMJwBM,
255
255
  swarm/views/model_views.py,sha256=aAbU4AZmrOTaPeKMWtoKK7FPYHdaN3Zbx55JfKzYTRY,2937
256
256
  swarm/views/utils.py,sha256=8Usc0g0L0NPegNAyY20tJBNBy-JLwODf4VmxV0yUtpw,3627
257
257
  swarm/views/web_views.py,sha256=T1CKe-Nyv1C8aDt6QFTGWo_dkH7ojWAvS_QW9mZnZp0,7371
258
- open_swarm-0.1.1744949106.dist-info/METADATA,sha256=Sj5chmukxUqcFhymNi4AlWmThDc10EgXZ9pR6yFm75Y,18813
259
- open_swarm-0.1.1744949106.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
260
- open_swarm-0.1.1744949106.dist-info/entry_points.txt,sha256=fo28d0_zJrytRsh8QqkdlWQT_9lyAwYUx1WuSTDI3HM,177
261
- open_swarm-0.1.1744949106.dist-info/licenses/LICENSE,sha256=BU9bwRlnOt_JDIb6OT55Q4leLZx9RArDLTFnlDIrBEI,1062
262
- open_swarm-0.1.1744949106.dist-info/RECORD,,
258
+ open_swarm-0.1.1744952955.dist-info/METADATA,sha256=Gsp3Nv10qodvZNshl6JS97-2fFbzlyWhuF8KSL5CQlY,18813
259
+ open_swarm-0.1.1744952955.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
260
+ open_swarm-0.1.1744952955.dist-info/entry_points.txt,sha256=fo28d0_zJrytRsh8QqkdlWQT_9lyAwYUx1WuSTDI3HM,177
261
+ open_swarm-0.1.1744952955.dist-info/licenses/LICENSE,sha256=BU9bwRlnOt_JDIb6OT55Q4leLZx9RArDLTFnlDIrBEI,1062
262
+ open_swarm-0.1.1744952955.dist-info/RECORD,,
@@ -1,6 +1,7 @@
1
1
  import logging
2
2
  import os
3
3
  import sys
4
+ import shlex
4
5
  from typing import Dict, Any, List, ClassVar, Optional
5
6
 
6
7
  # Ensure src is in path for BlueprintBase import