Merge branch 'sipeed:main' into reasoning-chnl

This commit is contained in:
Avisek Ray
2026-02-27 14:50:14 +05:30
committed by GitHub
28 changed files with 369 additions and 200 deletions
+3 -3
View File
@@ -13,10 +13,10 @@ func DefaultConfig() *Config {
Workspace: "~/.picoclaw/workspace",
RestrictToWorkspace: true,
Provider: "",
Model: "glm-4.7",
MaxTokens: 8192,
Model: "",
MaxTokens: 32768,
Temperature: nil, // nil means use provider default
MaxToolIterations: 20,
MaxToolIterations: 50,
},
},
Bindings: []AgentBinding{},