Add experimental remote thread store config (#18714)

Add experimental config to use remote thread store rather than local
thread store implementation in app server
This commit is contained in:
Tom
2026-04-20 15:20:39 -07:00
committed by GitHub
parent cc96a03f10
commit 46e5814f77
5 changed files with 30 additions and 3 deletions

View File

@@ -302,6 +302,10 @@ pub struct ConfigToml {
/// instructions inserted into developer messages when realtime becomes
/// active.
pub experimental_realtime_start_instructions: Option<String>,
/// Experimental / do not use. When set, app-server uses a remote thread
/// store at this endpoint instead of the local filesystem/SQLite store.
pub experimental_thread_store_endpoint: Option<String>,
pub projects: Option<HashMap<String, ProjectConfig>>,
/// Controls the web search tool mode: disabled, cached, or live.