{% extends "base.html" %} {% set active = "config" %} {% block content %}

Configuration

{% 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 File

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

Database Migrations

Loading...

{% endblock %}