{% extends 'base.html' %} {% block content %}

🐝 Swarm Creator

Build multi-bot swarms with custom coordination logic

Team Configuration
{% csrf_token %}

Bot Definitions
Generated Swarm Blueprint

Configure your swarm and click "Generate Swarm Blueprint" to see the Python blueprint.

Available Agents Reference
{% for agent in existing_agents %}
{{ agent.name }}
{{ agent.description }}
{% endfor %}
{% endblock %}