refactor Config to add Version and migratable

This commit is contained in:
Cytown
2026-03-11 16:33:01 +08:00
parent d5cbf198b2
commit 1c123e0162
128 changed files with 7357 additions and 1773 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ func testConfig(agents []config.AgentConfig, bindings []config.AgentBinding) *co
Agents: config.AgentsConfig{
Defaults: config.AgentDefaults{
Workspace: "/tmp/picoclaw-test",
Model: "gpt-4",
ModelName: "gpt-4",
},
List: agents,
},