agents.planning.plan_and_execute.simpleΒΆ
Simple Plan and Execute Agent - clean and proper.
ClassesΒΆ
Plan and Execute using MultiAgent with proper graph building. |
Module ContentsΒΆ
- class agents.planning.plan_and_execute.simple.PlanAndExecuteAgentΒΆ
Bases:
haive.agents.multi.agent.MultiAgent
Plan and Execute using MultiAgent with proper graph building.
- build_graph()ΒΆ
Build the plan-execute-replan graph using BaseGraph.
- Return type:
haive.agents.planning.plan_and_execute.v2.prompts.Any
- classmethod create(tools=None, name='plan_and_execute', **kwargs)ΒΆ
Create Plan and Execute agent with planner, executor, replanner.
- Parameters:
- Return type: