agents.planning.plan_and_execute_multiΒΆ

Plan and Execute Agent Implementation.

from typing import Any, Dict Simple Plan and Execute agent using MultiAgentBase with proper configuration.

FunctionsΒΆ

should_continue(state)

Determine if execution should continue or replan.

should_end(state)

Determine if execution should end.

Module ContentsΒΆ

agents.planning.plan_and_execute_multi.should_continue(state)ΒΆ

Determine if execution should continue or replan.

Parameters:

state (dict[str, Any])

Return type:

str

agents.planning.plan_and_execute_multi.should_end(state)ΒΆ

Determine if execution should end.

Parameters:

state (dict[str, Any])

Return type:

str