{% extends "base.html" %} {% set active = "config" %} {% block head %} {% endblock %} {% block content %}
Configure the LLM provider, workspace paths, database connection, and sandbox rules.
Where generated tool files are saved.
Comma-separated module names allowed in the sandbox.
PostgreSQL connection string for the tool-maker store.
{{ config | tojson(indent=2) }}
Loading...