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", ],