mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-04 05:12:38 +02:00
feat: updated agent harness
This commit is contained in:
parent
9ec9b64348
commit
31a372bb84
139 changed files with 12583 additions and 1111 deletions
|
|
@ -247,3 +247,42 @@ LANGSMITH_TRACING=true
|
|||
LANGSMITH_ENDPOINT=https://api.smith.langchain.com
|
||||
LANGSMITH_API_KEY=lsv2_pt_.....
|
||||
LANGSMITH_PROJECT=surfsense
|
||||
|
||||
|
||||
# =============================================================================
|
||||
# OPTIONAL: New-chat agent feature flags (OpenCode-port)
|
||||
# =============================================================================
|
||||
# Master kill-switch — when true, every flag below is forced OFF.
|
||||
# SURFSENSE_DISABLE_NEW_AGENT_STACK=false
|
||||
|
||||
# Tier 1 — Agent quality
|
||||
# SURFSENSE_ENABLE_CONTEXT_EDITING=false
|
||||
# SURFSENSE_ENABLE_COMPACTION_V2=false
|
||||
# SURFSENSE_ENABLE_RETRY_AFTER=false
|
||||
# SURFSENSE_ENABLE_MODEL_FALLBACK=false
|
||||
# SURFSENSE_ENABLE_MODEL_CALL_LIMIT=false
|
||||
# SURFSENSE_ENABLE_TOOL_CALL_LIMIT=false
|
||||
# SURFSENSE_ENABLE_TOOL_CALL_REPAIR=false
|
||||
# SURFSENSE_ENABLE_DOOM_LOOP=false # leave OFF until UI handles permission='doom_loop'
|
||||
|
||||
# Tier 2 — 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)
|
||||
# SURFSENSE_ENABLE_OTEL=false
|
||||
|
||||
# Tier 4 — Skills + subagents
|
||||
# SURFSENSE_ENABLE_SKILLS=false
|
||||
# SURFSENSE_ENABLE_SPECIALIZED_SUBAGENTS=false
|
||||
# SURFSENSE_ENABLE_KB_PLANNER_RUNNABLE=false
|
||||
|
||||
# Tier 5 — Snapshot / revert
|
||||
# SURFSENSE_ENABLE_ACTION_LOG=false
|
||||
# SURFSENSE_ENABLE_REVERT_ROUTE=false # Backend-only; flip when UI ships
|
||||
|
||||
# Tier 6 — 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