Add files via upload

This commit is contained in:
公明
2025-11-15 19:40:59 +08:00
committed by GitHub
parent 401a898947
commit 7fb3987309
10 changed files with 1668 additions and 22 deletions
+3 -1
View File
@@ -55,7 +55,9 @@ type DatabaseConfig struct {
}
type AgentConfig struct {
MaxIterations int `yaml:"max_iterations" json:"max_iterations"`
MaxIterations int `yaml:"max_iterations" json:"max_iterations"`
LargeResultThreshold int `yaml:"large_result_threshold" json:"large_result_threshold"` // 大结果阈值(字节),默认50KB
ResultStorageDir string `yaml:"result_storage_dir" json:"result_storage_dir"` // 结果存储目录,默认tmp
}
type AuthConfig struct {