From f89e07ac9518252a586068f1f8aac568eeec7f07 Mon Sep 17 00:00:00 2001 From: Li Xin Date: Fri, 2 May 2025 21:06:56 +0800 Subject: [PATCH] feat: adjust steps --- web/src/app/landing/store/playbook.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/src/app/landing/store/playbook.ts b/web/src/app/landing/store/playbook.ts index 81e7b74..1425f3d 100644 --- a/web/src/app/landing/store/playbook.ts +++ b/web/src/app/landing/store/playbook.ts @@ -32,8 +32,9 @@ export const playbook = { { description: "The Research Team is responsible for conducting the core research tasks.", - activeNodes: ["HumanFeedback", "ResearchTeam"], + activeNodes: ["Planner", "HumanFeedback", "ResearchTeam"], activeEdges: [ + "Planner->HumanFeedback", "HumanFeedback->ResearchTeam", "ResearchTeam->HumanFeedback", ],