feat(llm): restart action (#24427)

This commit is contained in:
Zexi Li
2026-03-11 19:08:28 +08:00
committed by GitHub
parent 2203c2322c
commit 6dbc39b04f
20 changed files with 1257 additions and 46 deletions

View File

@@ -25,7 +25,9 @@ type LLMOptions struct {
InstantModelSyncTaskWorkerCount int `help:"backup task worker count" default:"128"`
ModelSyncTaskWaitSecs int `help:"model sync task wait seconds" default:"30"`
StartTaskWorkerCount int `help:"start task worker count" default:"128"`
BackupTaskWorkerCount int `help:"backup task worker count" default:"128"`
ImportTaskWorkerCount int `help:"import task worker count" default:"8"`
StartTaskWorkerCount int `help:"start task worker count" default:"128"`
// MCP Agent 配置
MCPServerURL string `help:"MCP Server URL" default:"http://default-mcp-server:30876"`