open-swarm 0.1.1745125895__tar.gz → 0.1.1745125904__tar.gz
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.1745125895 → open_swarm-0.1.1745125904}/PKG-INFO +1 -1
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/pyproject.toml +1 -1
- open_swarm-0.1.1745125904/src/swarm/utils/ansi_box.py +34 -0
- open_swarm-0.1.1745125904/src/swarm/ux/ansi_box.py +43 -0
- open_swarm-0.1.1745125904/src/swarm/ux/spinner.py +53 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/.gitignore +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/LICENSE +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/README.md +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/__init__.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/agent/__init__.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/apps.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/auth.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/README.md +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/blueprint_audit_status.json +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/chatbot/blueprint_chatbot.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/chatbot/templates/chatbot/chatbot.html +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/codey/CODEY.md +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/codey/README.md +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/codey/blueprint_codey.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/codey/codey_cli.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/codey/instructions.md +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/digitalbutlers/blueprint_digitalbutlers.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/divine_code/__init__.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/divine_code/apps.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/divine_code/blueprint_divine_code.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/django_chat/apps.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/django_chat/blueprint_django_chat.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/django_chat/templates/django_chat/django_chat_webpage.html +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/django_chat/urls.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/django_chat/views.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/echocraft/blueprint_echocraft.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/family_ties/apps.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/family_ties/blueprint_family_ties.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/family_ties/models.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/family_ties/serializers.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/family_ties/settings.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/family_ties/urls.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/family_ties/views.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/flock/__init__.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/geese/blueprint_geese.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/mcp_demo/blueprint_mcp_demo.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/messenger/templates/messenger/messenger.html +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/mission_improbable/blueprint_mission_improbable.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/monkai_magic/blueprint_monkai_magic.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/nebula_shellz/blueprint_nebula_shellz.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/omniplex/blueprint_omniplex.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/poets/blueprint_poets.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/rue_code/__init__.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/rue_code/blueprint_rue_code.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/suggestion/blueprint_suggestion.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/unapologetic_press/blueprint_unapologetic_press.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/whiskeytango_foxtrot/__init__.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/whiskeytango_foxtrot/apps.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/whiskeytango_foxtrot/blueprint_whiskeytango_foxtrot.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/consumers.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/core/agent_utils.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/core/blueprint_base.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/core/blueprint_discovery.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/core/blueprint_runner.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/core/blueprint_utils.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/core/blueprint_ux.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/core/build_launchers.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/core/build_swarm_wrapper.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/core/cli/__init__.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/core/cli/commands/__init__.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/core/cli/commands/blueprint_management.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/core/cli/interactive_shell.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/core/cli/main.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/core/cli/utils/__init__.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/core/cli/utils/discover_commands.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/core/common_utils.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/core/config_loader.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/core/config_manager.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/core/output_utils.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/core/server_config.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/core/session_logger.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/core/setup_wizard.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/core/slash_commands.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/core/spinner.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/core/swarm_api.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/core/swarm_cli.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/core/swarm_wrapper.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/core/utils/__init__.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/core/utils/logger.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/__init__.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/blueprint/__init__.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/blueprint/cli_handler.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/blueprint/django_utils.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/blueprint/interactive_mode.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/blueprint/modes/rest_mode.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/blueprint/runnable_blueprint.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/cli/__init__.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/cli/blueprint_runner.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/cli/cli_args.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/cli/commands/__init__.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/cli/commands/blueprint_management.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/cli/commands/config_management.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/cli/commands/edit_config.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/cli/commands/list_blueprints.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/cli/commands/validate_env.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/cli/commands/validate_envvars.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/cli/interactive_shell.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/cli/main.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/cli/selection.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/cli/utils/__init__.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/cli/utils/async_input.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/cli/utils/discover_commands.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/cli/utils/env_setup.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/cli/utils/prompt_user.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/cli/utils.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/config/__init__.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/config/config_loader.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/launchers/__init__.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/launchers/swarm_api.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/launchers/swarm_cli.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/management/__init__.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/management/commands/__init__.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/management/commands/runserver.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/messages.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/middleware.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/migrations/0010_initial_chat_models.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/migrations/__init__.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/models.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/permissions.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/repl/__init__.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/repl/repl.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/serializers.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/settings.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/contrib/fonts/fontawesome-webfont.ttf +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/contrib/fonts/fontawesome-webfont.woff +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/contrib/fonts/fontawesome-webfont.woff2 +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/contrib/markedjs/marked.min.js +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/contrib/tabler-icons/adjustments-horizontal.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/contrib/tabler-icons/alert-triangle.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/contrib/tabler-icons/archive.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/contrib/tabler-icons/artboard.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/contrib/tabler-icons/automatic-gearbox.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/contrib/tabler-icons/box-multiple.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/contrib/tabler-icons/carambola.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/contrib/tabler-icons/copy.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/contrib/tabler-icons/download.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/contrib/tabler-icons/edit.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/contrib/tabler-icons/filled/carambola.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/contrib/tabler-icons/filled/paint.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/contrib/tabler-icons/headset.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/contrib/tabler-icons/layout-sidebar-left-collapse.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/contrib/tabler-icons/layout-sidebar-left-expand.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/contrib/tabler-icons/layout-sidebar-right-collapse.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/contrib/tabler-icons/layout-sidebar-right-expand.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/contrib/tabler-icons/message-chatbot.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/contrib/tabler-icons/message-star.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/contrib/tabler-icons/message-x.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/contrib/tabler-icons/message.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/contrib/tabler-icons/paperclip.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/contrib/tabler-icons/playlist-add.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/contrib/tabler-icons/robot.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/contrib/tabler-icons/search.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/contrib/tabler-icons/settings.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/contrib/tabler-icons/thumb-down.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/contrib/tabler-icons/thumb-up.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/css/dropdown.css +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/htmx/htmx.min.js +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/js/dropdown.js +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/css/base.css +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/css/chat-history.css +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/css/chat.css +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/css/chatbot.css +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/css/chatgpt.css +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/css/colors/corporate.css +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/css/colors/pastel.css +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/css/colors/tropical.css +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/css/general.css +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/css/layout.css +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/css/layouts/messenger-layout.css +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/css/layouts/minimalist-layout.css +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/css/layouts/mobile-layout.css +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/css/messages.css +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/css/messenger.css +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/css/settings.css +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/css/simple.css +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/css/slack.css +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/css/style.css +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/css/theme.css +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/css/toast.css +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/js/auth.js +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/js/blueprint.js +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/js/blueprintUtils.js +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/js/chatLogic.js +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/js/debug.js +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/js/events.js +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/js/main.js +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/js/messages.js +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/js/messengerLogic.js +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/js/modules/apiService.js +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/js/modules/blueprintManager.js +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/js/modules/chatHistory.js +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/js/modules/debugLogger.js +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/js/modules/eventHandlers.js +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/js/modules/messageProcessor.js +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/js/modules/state.js +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/js/modules/userInteractions.js +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/js/modules/validation.js +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/js/rendering.js +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/js/settings.js +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/js/sidebar.js +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/js/simpleLogic.js +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/js/slackLogic.js +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/js/splash.js +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/js/theme.js +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/js/toast.js +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/js/ui.js +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/js/validation.js +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/svg/animated_spinner.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/svg/arrow_down.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/svg/arrow_left.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/svg/arrow_right.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/svg/arrow_up.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/svg/attach.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/svg/avatar.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/svg/canvas.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/svg/chat_history.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/svg/close.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/svg/copy.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/svg/dark_mode.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/svg/edit.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/svg/layout.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/svg/logo.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/svg/logout.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/svg/mobile.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/svg/new_chat.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/svg/not_visible.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/svg/plus.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/svg/run_code.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/svg/save.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/svg/search.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/svg/settings.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/svg/speaker.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/svg/stop.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/svg/thumbs_down.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/svg/thumbs_up.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/svg/toggle_off.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/svg/toggle_on.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/svg/trash.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/svg/undo.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/svg/visible.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/svg/voice.svg +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/templates/account/login.html +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/templates/account/signup.html +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/templates/base.html +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/templates/chat.html +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/templates/index.html +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/templates/rest_mode/components/chat_sidebar.html +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/templates/rest_mode/components/header.html +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/templates/rest_mode/components/main_chat_pane.html +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/templates/rest_mode/components/settings_dialog.html +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/templates/rest_mode/components/splash_screen.html +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/templates/rest_mode/components/top_bar.html +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/templates/rest_mode/message_ui.html +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/templates/rest_mode/slackbot.html +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/templates/simple_blueprint_page.html +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/templates/websocket_partials/final_system_message.html +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/templates/websocket_partials/system_message.html +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/templates/websocket_partials/user_message.html +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/tool_executor.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/urls.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/util.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/utils/color_utils.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/utils/context_utils.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/utils/disable_tracing.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/utils/general_utils.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/utils/log_utils.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/utils/logger.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/utils/logger_setup.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/utils/message_sequence.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/utils/message_utils.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/utils/openai_patch.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/utils/redact.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/views/__init__.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/views/api_views.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/views/chat_views.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/views/core_views.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/views/message_views.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/views/model_views.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/views/utils.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/views/web_views.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/wsgi.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/__init__.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/api/conftest.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/api/test_chat_completions_auth_async.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/api/test_chat_completions_failing_async.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/api/test_chat_completions_validation_async.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/blueprints/test_chatbot.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/blueprints/test_codey.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/blueprints/test_codey_approval_mode.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/blueprints/test_codey_github.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/blueprints/test_digitalbutlers.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/blueprints/test_dilbot_universe.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/blueprints/test_divine_code.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/blueprints/test_echocraft.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/blueprints/test_family_ties.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/blueprints/test_gaggle.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/blueprints/test_geese.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/blueprints/test_gotchaman.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/blueprints/test_mcp_demo.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/blueprints/test_mission_improbable.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/blueprints/test_monkai_magic.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/blueprints/test_nebula_shellz.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/blueprints/test_omniplex.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/blueprints/test_suggestion.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/blueprints/test_unapologetic_press.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/blueprints/test_whiskeytangofoxtrot.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/cli/test_cli_config.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/cli/test_launchers.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/cli/test_list_blueprints.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/conftest.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/extensions/launchers/test_swarm_api_launcher.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/integration/test_cli_commands.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/swarm_config.json +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/system/test_chucks_angels.sh +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/system/test_digitalbutlers.sh +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/system/test_dilbot_universe.sh +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/system/test_divine_code.sh +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/system/test_django_chat.sh +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/system/test_echocraft.sh +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/system/test_family_ties.sh +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/system/test_flock.sh +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/system/test_gaggle.sh +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/system/test_gotchaman.sh +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/system/test_monkai-magic.sh +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/system/test_nebula_shellz.sh +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/system/test_omniplex.sh +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/system/test_rue-code.sh +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/system/test_suggestion.sh +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/system/test_unapologetic_press.sh +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/system/test_university.sh +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/system/test_whiskeytango_foxtrot.sh +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/test_blueprint_loading.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/test_cli_mode_selection.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/test_core_filter_duplicate_system_messages.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/test_core_filter_messages.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/test_core_truncate_message_history.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/test_core_update_null_content.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/test_dummy.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/test_truncate_message_history.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/unit/blueprints/rue_code/test_rue_code_tools.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/unit/test_blueprint_base_config.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/unit/test_output_utils.py +0 -0
- {open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/tests/unit/test_slash_commands.py +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.1745125904
|
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
|
@@ -0,0 +1,34 @@
|
|
1
|
+
import shutil
|
2
|
+
|
3
|
+
ANSI_COLORS = {
|
4
|
+
'cyan': '\033[96m',
|
5
|
+
'green': '\033[92m',
|
6
|
+
'yellow': '\033[93m',
|
7
|
+
'magenta': '\033[95m',
|
8
|
+
'blue': '\033[94m',
|
9
|
+
'red': '\033[91m',
|
10
|
+
'white': '\033[97m',
|
11
|
+
'grey': '\033[90m',
|
12
|
+
'reset': '\033[0m',
|
13
|
+
}
|
14
|
+
|
15
|
+
|
16
|
+
def ansi_box(text, color='cyan', emoji='🤖', width=None):
|
17
|
+
"""
|
18
|
+
Draw a fancy ANSI box around the given text, with color and emoji.
|
19
|
+
"""
|
20
|
+
lines = [line.rstrip() for line in text.strip('\n').split('\n')]
|
21
|
+
max_len = max(len(line) for line in lines)
|
22
|
+
if width is None:
|
23
|
+
try:
|
24
|
+
width = min(shutil.get_terminal_size((80, 20)).columns, max_len + 6)
|
25
|
+
except Exception:
|
26
|
+
width = max_len + 6
|
27
|
+
box_width = max(width, max_len + 6)
|
28
|
+
color_code = ANSI_COLORS.get(color, ANSI_COLORS['cyan'])
|
29
|
+
reset = ANSI_COLORS['reset']
|
30
|
+
top = f"{color_code}╔{'═' * (box_width-2)}╗{reset}"
|
31
|
+
title = f"{color_code}║ {emoji} {' ' * (box_width-6)}║{reset}"
|
32
|
+
content = [f"{color_code}║ {line.ljust(box_width-4)} ║{reset}" for line in lines]
|
33
|
+
bottom = f"{color_code}╚{'═' * (box_width-2)}╝{reset}"
|
34
|
+
return '\n'.join([top, title] + content + [bottom])
|
@@ -0,0 +1,43 @@
|
|
1
|
+
import sys
|
2
|
+
|
3
|
+
def ansi_box(title, content, count=None, params=None, style='default', emoji=None):
|
4
|
+
"""
|
5
|
+
Print a visually distinct ANSI box summarizing search/analysis results.
|
6
|
+
- title: e.g. 'Searched filesystem', 'Analyzed code'
|
7
|
+
- content: main result string or list of strings
|
8
|
+
- count: result count (optional)
|
9
|
+
- params: dict of search parameters (optional)
|
10
|
+
- style: 'default', 'success', 'warning', etc.
|
11
|
+
- emoji: optional emoji prefix
|
12
|
+
"""
|
13
|
+
border = {
|
14
|
+
'default': '━',
|
15
|
+
'success': '━',
|
16
|
+
'warning': '━',
|
17
|
+
}.get(style, '━')
|
18
|
+
color = {
|
19
|
+
'default': '\033[36m', # Cyan
|
20
|
+
'success': '\033[32m', # Green
|
21
|
+
'warning': '\033[33m', # Yellow
|
22
|
+
}.get(style, '\033[36m')
|
23
|
+
reset = '\033[0m'
|
24
|
+
box_width = 80
|
25
|
+
lines = []
|
26
|
+
head = f"{emoji + ' ' if emoji else ''}{title}"
|
27
|
+
if count is not None:
|
28
|
+
head += f" | Results: {count}"
|
29
|
+
if params:
|
30
|
+
head += f" | Params: {params}"
|
31
|
+
lines.append(color + border * box_width + reset)
|
32
|
+
lines.append(color + f"{head[:box_width]:^{box_width}}" + reset)
|
33
|
+
lines.append(color + border * box_width + reset)
|
34
|
+
if isinstance(content, str):
|
35
|
+
content = [content]
|
36
|
+
for line in content:
|
37
|
+
for l in str(line).split('\n'):
|
38
|
+
lines.append(f"{l[:box_width]:<{box_width}}")
|
39
|
+
lines.append(color + border * box_width + reset)
|
40
|
+
print("\n".join(lines))
|
41
|
+
|
42
|
+
# Example usage:
|
43
|
+
# ansi_box('Searched filesystem', 'Found 12 files', count=12, params={'pattern': '*.py'}, style='success', emoji='💾')
|
@@ -0,0 +1,53 @@
|
|
1
|
+
import sys
|
2
|
+
import threading
|
3
|
+
import time
|
4
|
+
|
5
|
+
class Spinner:
|
6
|
+
"""
|
7
|
+
Displays spinner states: Generating., Generating.., Generating..., Running...,
|
8
|
+
and switches to 'Taking longer than expected' after a timeout.
|
9
|
+
"""
|
10
|
+
def __init__(self, base_message="Generating", long_wait_timeout=8):
|
11
|
+
self.base_message = base_message
|
12
|
+
self.states = [".", "..", "...", "..", "."]
|
13
|
+
self.running = False
|
14
|
+
self.thread = None
|
15
|
+
self.long_wait_timeout = long_wait_timeout
|
16
|
+
self._long_wait = False
|
17
|
+
|
18
|
+
def start(self):
|
19
|
+
self.running = True
|
20
|
+
self.thread = threading.Thread(target=self._spin, daemon=True)
|
21
|
+
self.thread.start()
|
22
|
+
|
23
|
+
def stop(self):
|
24
|
+
self.running = False
|
25
|
+
if self.thread:
|
26
|
+
self.thread.join()
|
27
|
+
sys.stdout.write("\r" + " " * 80 + "\r")
|
28
|
+
sys.stdout.flush()
|
29
|
+
|
30
|
+
def _spin(self):
|
31
|
+
idx = 0
|
32
|
+
start_time = time.time()
|
33
|
+
while self.running:
|
34
|
+
if not self._long_wait and (time.time() - start_time > self.long_wait_timeout):
|
35
|
+
self._long_wait = True
|
36
|
+
if self._long_wait:
|
37
|
+
msg = f"{self.base_message}... Taking longer than expected"
|
38
|
+
else:
|
39
|
+
msg = f"{self.base_message}{self.states[idx % len(self.states)]}"
|
40
|
+
sys.stdout.write(f"\r{msg}")
|
41
|
+
sys.stdout.flush()
|
42
|
+
time.sleep(0.4)
|
43
|
+
idx += 1
|
44
|
+
|
45
|
+
def set_message(self, message):
|
46
|
+
self.base_message = message
|
47
|
+
self._long_wait = False
|
48
|
+
|
49
|
+
# Example usage:
|
50
|
+
# spinner = Spinner()
|
51
|
+
# spinner.start()
|
52
|
+
# ... do work ...
|
53
|
+
# spinner.stop()
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/codey/README.md
RENAMED
File without changes
|
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/codey/codey_cli.py
RENAMED
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/codey/instructions.md
RENAMED
File without changes
|
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/divine_code/__init__.py
RENAMED
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/divine_code/apps.py
RENAMED
File without changes
|
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/django_chat/apps.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/django_chat/urls.py
RENAMED
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/django_chat/views.py
RENAMED
File without changes
|
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/family_ties/apps.py
RENAMED
File without changes
|
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/family_ties/models.py
RENAMED
File without changes
|
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/family_ties/settings.py
RENAMED
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/family_ties/urls.py
RENAMED
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/family_ties/views.py
RENAMED
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/flock/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/blueprints/rue_code/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/core/blueprint_discovery.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/core/build_swarm_wrapper.py
RENAMED
File without changes
|
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/core/cli/commands/__init__.py
RENAMED
File without changes
|
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/core/cli/interactive_shell.py
RENAMED
File without changes
|
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/core/cli/utils/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/blueprint/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/cli/__init__.py
RENAMED
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/cli/blueprint_runner.py
RENAMED
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/cli/cli_args.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/cli/selection.py
RENAMED
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/cli/utils/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/cli/utils/env_setup.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/config/__init__.py
RENAMED
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/config/config_loader.py
RENAMED
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/launchers/__init__.py
RENAMED
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/launchers/swarm_api.py
RENAMED
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/extensions/launchers/swarm_cli.py
RENAMED
File without changes
|
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/management/commands/__init__.py
RENAMED
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/management/commands/runserver.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/css/base.css
RENAMED
File without changes
|
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/css/chat.css
RENAMED
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/css/chatbot.css
RENAMED
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/css/chatgpt.css
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/css/general.css
RENAMED
File without changes
|
{open_swarm-0.1.1745125895 → open_swarm-0.1.1745125904}/src/swarm/static/rest_mode/css/layout.css
RENAMED
File without changes
|
File without changes
|