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