feat: adjust steps
This commit is contained in:
parent
00c8445276
commit
f89e07ac95
|
|
@ -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",
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue