Plan Execute¶
This strategy is a practise provided with LangGraph
Planner
Plan steps to achieve final Goal => Goto “Executor”
Executor:
Leverage React Agent Executor to complete steps one by one => Goto “Planner”
Replanner:
Judge on executor result and provide response => Goto “CompletionChecker”
CompletionChecker:
Judge on Replanner output
option plan_executor: Goto “Executor”
option END: Complete the query with Final answer.