{% block head %}{% endblock %}
AG
Agent Generator
{% set current_step = current_step | default(1) %}
{% set steps = [ (1, "Describe"), (2, "Plan"), (3, "Configure"), (4, "Generate") ] %} {% for num, label in steps %} {% if num < current_step %}
{{ label }}
{% elif num == current_step %}
{{ num }}
{{ label }}
{% else %}
{{ num }}
{{ label }}
{% endif %} {% if not loop.last %}
→
{% endif %} {% endfor %}
Offline
{% block content %}{% endblock %}
LLM Settings
Checking connection...
Provider
Ollama
Local LLM
OllaBridge
Remote LLM
OpenAI
Cloud API
Endpoint URL
Model
Authentication
Local Trust
No auth
Device Pair
Code-based
API Key
Bearer token
Pairing Code
Pair
Paired — device
API Key
(optional for local)
Temperature
0.7
Test Connection
Cancel
Save
{% block scripts %}{% endblock %}