Plan Execute

This strategy is a practise provided with LangGraph

  1. Planner

    Plan steps to achieve final Goal => Goto “Executor”

  2. Executor:

    Leverage React Agent Executor to complete steps one by one => Goto “Planner”

  3. Replanner:

    Judge on executor result and provide response => Goto “CompletionChecker”

  4. CompletionChecker:

    Judge on Replanner output

    • option plan_executor: Goto “Executor”

    • option END: Complete the query with Final answer.

PlanExecute