feat: 支持长篇小说分层架构(卷/弧/章三级结构)
This commit is contained in:
@@ -36,10 +36,12 @@ func BuildCoordinator(
|
||||
tools.NewCommitChapterTool(store),
|
||||
}
|
||||
|
||||
// Editor SubAgent 工具(V1)
|
||||
// Editor SubAgent 工具
|
||||
editorTools := []agentcore.Tool{
|
||||
contextTool,
|
||||
tools.NewSaveReviewTool(store),
|
||||
tools.NewSaveArcSummaryTool(store),
|
||||
tools.NewSaveVolumeSummaryTool(store),
|
||||
}
|
||||
|
||||
architect := agentcore.SubAgentConfig{
|
||||
|
||||
Reference in New Issue
Block a user