feat: adjust steps

This commit is contained in:
Li Xin 2025-05-02 21:06:56 +08:00
parent 00c8445276
commit f89e07ac95

View File

@ -32,8 +32,9 @@ export const playbook = {
{ {
description: description:
"The Research Team is responsible for conducting the core research tasks.", "The Research Team is responsible for conducting the core research tasks.",
activeNodes: ["HumanFeedback", "ResearchTeam"], activeNodes: ["Planner", "HumanFeedback", "ResearchTeam"],
activeEdges: [ activeEdges: [
"Planner->HumanFeedback",
"HumanFeedback->ResearchTeam", "HumanFeedback->ResearchTeam",
"ResearchTeam->HumanFeedback", "ResearchTeam->HumanFeedback",
], ],