Skip to content

Commit

Permalink
removing apollo from superagi workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TransformerOptimus committed Aug 17, 2023
1 parent 97d11ea commit a0bef52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions superagi/agent/workflow_seed.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ def build_sales_workflow(cls, session):
SendEmailTool().name,
"Customize the Email according to the company information in the mail")

AgentWorkflowStep.add_next_workflow_step(session, step1.id, step2.id)
AgentWorkflowStep.add_next_workflow_step(session, step2.id, step3.id)
# AgentWorkflowStep.add_next_workflow_step(session, step1.id, step2.id)
# AgentWorkflowStep.add_next_workflow_step(session, step2.id, step3.id)
AgentWorkflowStep.add_next_workflow_step(session, step3.id, step4.id)
AgentWorkflowStep.add_next_workflow_step(session, step4.id, -1, "COMPLETE")
AgentWorkflowStep.add_next_workflow_step(session, step4.id, step5.id)
Expand Down

0 comments on commit a0bef52

Please sign in to comment.