Version: 0.7.9.dev.260326
后端: 1.把最后一块拼图:schedule_refine也搬迁到了agent2,此时agent已经完全解耦。但是它没融入新架构,Codex只尝试把它调整了一部分,回退了一些错误的更改,保持着现在的可运行状态。下次继续改。 2.agent目录先保留,直到refine彻底融入新架构。 3.改善Codex主导的新史山结构:node文件夹里面大量文件,转而改成了module.go+module_tool.go的双文件格局,极大提升架构整洁度和代码可读性。 前端: 1.新开了日历界面,正在保持往前推进。做了很多更改,感觉越来越好了。
This commit is contained in:
4
backend/agent2/node/schedule_refine_tool.go
Normal file
4
backend/agent2/node/schedule_refine_tool.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package agentnode
|
||||
|
||||
// schedule_refine_tool.go keeps the dual-file layout stable during migration.
|
||||
// The concrete refine tool implementation remains in schedule_refine_impl for now.
|
||||
Reference in New Issue
Block a user