open-swarm 0.1.1745125879__py3-none-any.whl → 0.1.1745125888__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.1745125879.dist-info → open_swarm-0.1.1745125888.dist-info}/METADATA +1 -1
- {open_swarm-0.1.1745125879.dist-info → open_swarm-0.1.1745125888.dist-info}/RECORD +6 -6
- swarm/extensions/cli/utils/__init__.py +1 -1
- {open_swarm-0.1.1745125879.dist-info → open_swarm-0.1.1745125888.dist-info}/WHEEL +0 -0
- {open_swarm-0.1.1745125879.dist-info → open_swarm-0.1.1745125888.dist-info}/entry_points.txt +0 -0
- {open_swarm-0.1.1745125879.dist-info → open_swarm-0.1.1745125888.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.1745125888
|
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
|
@@ -105,7 +105,7 @@ swarm/extensions/cli/commands/edit_config.py,sha256=g5BN8DZXIolx5b3U-OMWOETEgSI1
|
|
105
105
|
swarm/extensions/cli/commands/list_blueprints.py,sha256=jqyecR1tKpN9Q2tuanSL3rI4kTsqGCV6Lmc3JAsf1BY,752
|
106
106
|
swarm/extensions/cli/commands/validate_env.py,sha256=8vRd0UBIO_FO4XU3Qoc0g6uLbruhYgQpjgNImFg4rkE,2236
|
107
107
|
swarm/extensions/cli/commands/validate_envvars.py,sha256=ctXNHtvgPtIgk3vPj5D8OAJ-gQLHkEHEd0vvpDI8Luk,1613
|
108
|
-
swarm/extensions/cli/utils/__init__.py,sha256=
|
108
|
+
swarm/extensions/cli/utils/__init__.py,sha256=eUxoVdoPpEE1_24F9Jfo_kW2nbehHxHe23ov0vKUxPY,37
|
109
109
|
swarm/extensions/cli/utils/async_input.py,sha256=jtclui4tRaS2FWJLfjYR9yrS8qliZkw3ySQwkoxH4rM,1336
|
110
110
|
swarm/extensions/cli/utils/discover_commands.py,sha256=aJdU3kSmLlpBxzGdfOA88AaCwpknHSD2cE0piCHZRUY,1053
|
111
111
|
swarm/extensions/cli/utils/env_setup.py,sha256=k7QxRjzIGx5HC6RVZP9QSaaXEKMkcKCewD66u0e7qfE,496
|
@@ -276,8 +276,8 @@ swarm/views/message_views.py,sha256=sDUnXyqKXC8WwIIMAlWf00s2_a2T9c75Na5FvYMJwBM,
|
|
276
276
|
swarm/views/model_views.py,sha256=aAbU4AZmrOTaPeKMWtoKK7FPYHdaN3Zbx55JfKzYTRY,2937
|
277
277
|
swarm/views/utils.py,sha256=8Usc0g0L0NPegNAyY20tJBNBy-JLwODf4VmxV0yUtpw,3627
|
278
278
|
swarm/views/web_views.py,sha256=T1CKe-Nyv1C8aDt6QFTGWo_dkH7ojWAvS_QW9mZnZp0,7371
|
279
|
-
open_swarm-0.1.
|
280
|
-
open_swarm-0.1.
|
281
|
-
open_swarm-0.1.
|
282
|
-
open_swarm-0.1.
|
283
|
-
open_swarm-0.1.
|
279
|
+
open_swarm-0.1.1745125888.dist-info/METADATA,sha256=kzF5948majacP5Fn-7hO3iAr059U6MxWvH9z-eOCXpc,26977
|
280
|
+
open_swarm-0.1.1745125888.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
281
|
+
open_swarm-0.1.1745125888.dist-info/entry_points.txt,sha256=fo28d0_zJrytRsh8QqkdlWQT_9lyAwYUx1WuSTDI3HM,177
|
282
|
+
open_swarm-0.1.1745125888.dist-info/licenses/LICENSE,sha256=BU9bwRlnOt_JDIb6OT55Q4leLZx9RArDLTFnlDIrBEI,1062
|
283
|
+
open_swarm-0.1.1745125888.dist-info/RECORD,,
|
@@ -1 +1 @@
|
|
1
|
-
from
|
1
|
+
from .prompt_user import prompt_user
|
File without changes
|
{open_swarm-0.1.1745125879.dist-info → open_swarm-0.1.1745125888.dist-info}/entry_points.txt
RENAMED
File without changes
|
{open_swarm-0.1.1745125879.dist-info → open_swarm-0.1.1745125888.dist-info}/licenses/LICENSE
RENAMED
File without changes
|