Leonydis137 commited on
Commit
4d81052
·
verified ·
1 Parent(s): b8e582c

Delete agents/planner.py

Browse files
Files changed (1) hide show
  1. agents/planner.py +0 -5
agents/planner.py DELETED
@@ -1,5 +0,0 @@
1
- from app import llm_model
2
-
3
- def plan_task(goal, memory=None):
4
- prompt = f"Plan the steps to accomplish the following goal:\n{goal}"
5
- return llm_model(prompt).split("\n") # simple split into steps