{% extends 'base.html' %} {% block title %}Create Custom Blueprint - Open Swarm{% endblock %} {% block content %}

Create Custom Blueprint

Use AI to generate custom blueprints tailored to your needs. Describe what you want, and we'll create it for you.

Blueprint Details
{% csrf_token %}
Choose a descriptive name for your blueprint
Provide a clear description of the blueprint's purpose and functionality
Comma-separated tags to help categorize your blueprint
Detailed requirements help generate more accurate blueprints
Avatar Generation (Optional)
Choose the style for your avatar
ComfyUI Required: Avatar generation requires ComfyUI to be running and configured.
Tips for Better Results
  • Be specific about functionality
  • Mention any external dependencies
  • Describe error handling needs
  • Specify input/output formats
  • Include performance requirements
Example Requirements
Data Processor
"Process CSV files, validate data, generate reports, handle errors gracefully, support async operations"
API Wrapper
"Connect to REST API, handle authentication, rate limiting, JSON parsing, error retry logic"
Task Scheduler
"Schedule recurring tasks, store configuration, logging, notification system, status tracking"
{% endblock %}