feat: 支持长篇小说分层架构(卷/弧/章三级结构)

This commit is contained in:
voocel
2026-03-12 16:27:15 +08:00
parent 3d65afa276
commit bce0adeff1
19 changed files with 1045 additions and 16 deletions

View File

@@ -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{