mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-03 21:02:40 +02:00
feat: improved agent streaming
This commit is contained in:
parent
afb4b09cde
commit
c110f5b955
60 changed files with 8068 additions and 303 deletions
|
|
@ -282,6 +282,14 @@ LANGSMITH_PROJECT=surfsense
|
|||
# SURFSENSE_ENABLE_ACTION_LOG=false
|
||||
# SURFSENSE_ENABLE_REVERT_ROUTE=false # Backend-only; flip when UI ships
|
||||
|
||||
# Streaming parity v2 — opt in to LangChain's structured AIMessageChunk
|
||||
# content (typed reasoning blocks, tool-input deltas) and propagate the
|
||||
# real tool_call_id to the SSE layer. When OFF, the stream falls back to
|
||||
# the str-only text path and synthetic "call_<run_id>" tool-call ids.
|
||||
# Schema migrations 135/136 ship unconditionally because they are
|
||||
# forward-compatible.
|
||||
# SURFSENSE_ENABLE_STREAM_PARITY_V2=false
|
||||
|
||||
# Plugins
|
||||
# SURFSENSE_ENABLE_PLUGIN_LOADER=false
|
||||
# Comma-separated allowlist of plugin entry-point names
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue