feat: support dynamic agent runner defaults

This commit is contained in:
huanghuoguoguo
2026-05-16 09:35:40 +08:00
parent b1cde952e4
commit c2037f9833
16 changed files with 981 additions and 117 deletions
+2
View File
@@ -137,4 +137,6 @@ space:
# OAuth authorization page URL (user will be redirected here)
oauth_authorize_url: 'https://space.langbot.app/auth/authorize'
disable_models_service: false
# Max seconds to wait for startup model-list sync. Set to 0 to disable the timeout.
models_sync_timeout: 10
disable_telemetry: false
@@ -38,12 +38,10 @@
},
"ai": {
"runner": {
"id": "plugin:langbot/local-agent/default",
"id": "",
"expire-time": 0
},
"runner_config": {
"plugin:langbot/local-agent/default": {}
}
"runner_config": {}
},
"output": {
"long-text-processing": {
@@ -64,4 +62,4 @@
"remove-think": false
}
}
}
}