{% extends 'base.html' %} {% load static %} {# AGENT TEMPLATE STARTER - Enhanced Version with Modern UX Patterns Copy this file and customize for new agents REQUIRED CUSTOMIZATIONS: 1. File names: "agent-template-starter" -> "your-agent-slug" 2. Agent info: "Agent Template Starter" -> Your agent name 3. Form fields: Replace example fields with your agent's specific inputs 4. JavaScript: Update agent-template-starter.js with your agent logic 5. Agent config: Add your agent to workflows/config/agents.py TEMPLATE FEATURES INCLUDED: ✅ Enhanced file upload with preview, progress, and validation ✅ Real-time form validation with detailed error messages ✅ Drag-and-drop file support with visual feedback ✅ Class-based JavaScript architecture following data-analyzer pattern ✅ Comprehensive CSS framework with all modern patterns ✅ Mobile-responsive design with proper accessibility ✅ Integration with workflows-core.js and existing components KEEP THE FOLLOWING UNCHANGED: - All {% include %} statements for shared components - Template structure (agent-container, agent-grid, etc.) - Processing and results components - Authentication and wallet balance checks - CSS variable system and design tokens OPTIONAL CUSTOMIZATIONS: - How it works steps (change steps parameter) - Custom CSS in the designated section - Additional form sections or validation rules - Custom result formatting in JavaScript #} {% block title %}Agent Template Starter - Quantum Tasks AI{% endblock %} {% block extra_css %} {% endblock %} {% block content %}