{% extends "base.html" %} {% set active = "config" %} {% block head %} {% endblock %} {% block content %}
⚙️ Configuration

Settings

Configure the LLM provider, workspace paths, database connection, and sandbox rules.

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}

LLM Provider

Workspace

Where generated tool files are saved.

Comma-separated module names allowed in the sandbox.

Database

PostgreSQL connection string for the tool-maker store.

Current Config

{{ config | tojson(indent=2) }}

Database Migrations

Loading...

{% endblock %}