⚙️ Configuration

LLM Provider

Provider {{ config.llm.provider }}
Model {{ config.llm.model }}
Status {% if config.llm.configured %} Configured {% else %} Not Configured {% endif %}

Behavior

Require Approval {% if config.behavior.require_approval %} Yes {% else %} No {% endif %}
Auto-approve Low Risk {% if config.behavior.auto_approve_low_risk %} Yes {% else %} No {% endif %}
Confidence Threshold {{ "%.0f"|format(config.behavior.confidence_threshold * 100) }}%
Max Iterations {{ config.behavior.max_iterations }}
Timeout {{ config.behavior.timeout_seconds }}s

Integrations

Prometheus {{ config.integrations.prometheus_url }}
Slack {% if config.integrations.slack_enabled %} Enabled {% else %} Disabled {% endif %}
PagerDuty {% if config.integrations.pagerduty_enabled %} Enabled {% else %} Disabled {% endif %}
MCP {% if config.integrations.mcp_enabled %} Enabled {% else %} Disabled {% endif %}

Edit .env file to change configuration