{% extends "base.html" %} {% set current_step = 1 %} {% block title %}Agent Generator - Build Multi-Agent AI Systems{% endblock %} {% block content %}
Step 1 of 4 — Describe Your System

What do you want to build?

Describe your multi-agent system in plain English. We will generate a complete, production-ready project for you.

{% if error %}
{{ error }}
{% endif %}
0 / 2000

Describe agents, tasks, and goals in plain English. Minimum 10 characters.

How It Works

1

Describe

Write what you need in plain English

2

Plan

Review and edit detected agents, tasks, and tools

3

Configure

Choose framework, tools, and output mode

4

Generate

Download your complete, production-ready project

{% endblock %} {% block scripts %} {% endblock %}