mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-29 19:35:20 +02:00
chore: cleaned comments slop
This commit is contained in:
parent
f23be16b35
commit
f9b5367754
34 changed files with 274 additions and 232 deletions
|
|
@ -250,12 +250,12 @@ LANGSMITH_PROJECT=surfsense
|
|||
|
||||
|
||||
# =============================================================================
|
||||
# OPTIONAL: New-chat agent feature flags (OpenCode-port)
|
||||
# OPTIONAL: New-chat agent feature flags
|
||||
# =============================================================================
|
||||
# Master kill-switch — when true, every flag below is forced OFF.
|
||||
# SURFSENSE_DISABLE_NEW_AGENT_STACK=false
|
||||
|
||||
# Tier 1 — Agent quality
|
||||
# Agent quality
|
||||
# SURFSENSE_ENABLE_CONTEXT_EDITING=false
|
||||
# SURFSENSE_ENABLE_COMPACTION_V2=false
|
||||
# SURFSENSE_ENABLE_RETRY_AFTER=false
|
||||
|
|
@ -265,24 +265,24 @@ LANGSMITH_PROJECT=surfsense
|
|||
# SURFSENSE_ENABLE_TOOL_CALL_REPAIR=false
|
||||
# SURFSENSE_ENABLE_DOOM_LOOP=false # leave OFF until UI handles permission='doom_loop'
|
||||
|
||||
# Tier 2 — Safety
|
||||
# Safety
|
||||
# SURFSENSE_ENABLE_PERMISSION=false
|
||||
# SURFSENSE_ENABLE_BUSY_MUTEX=false
|
||||
# SURFSENSE_ENABLE_LLM_TOOL_SELECTOR=false # adds a per-turn LLM call
|
||||
|
||||
# Tier 3b — Observability (also requires OTEL_EXPORTER_OTLP_ENDPOINT)
|
||||
# Observability — OTel (also requires OTEL_EXPORTER_OTLP_ENDPOINT)
|
||||
# SURFSENSE_ENABLE_OTEL=false
|
||||
|
||||
# Tier 4 — Skills + subagents
|
||||
# Skills + subagents
|
||||
# SURFSENSE_ENABLE_SKILLS=false
|
||||
# SURFSENSE_ENABLE_SPECIALIZED_SUBAGENTS=false
|
||||
# SURFSENSE_ENABLE_KB_PLANNER_RUNNABLE=false
|
||||
|
||||
# Tier 5 — Snapshot / revert
|
||||
# Snapshot / revert
|
||||
# SURFSENSE_ENABLE_ACTION_LOG=false
|
||||
# SURFSENSE_ENABLE_REVERT_ROUTE=false # Backend-only; flip when UI ships
|
||||
|
||||
# Tier 6 — Plugins
|
||||
# Plugins
|
||||
# SURFSENSE_ENABLE_PLUGIN_LOADER=false
|
||||
# Comma-separated allowlist of plugin entry-point names
|
||||
# SURFSENSE_ALLOWED_PLUGINS=year_substituter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue