agents.planning.p_and_e.enginesΒΆ
AugLLM configurations for Plan and Execute Agent System.
This module defines the AugLLM configurations for planning, execution, and replanning agents.
FunctionsΒΆ
|
Create AugLLM configuration for the execution agent. |
|
Create AugLLM configuration for the planning agent. |
|
Create AugLLM configuration for the replanning agent. |
Module ContentsΒΆ
- agents.planning.p_and_e.engines.create_executor_aug_llm_config(model_name='gpt-4o', tools=None, force_tool_use=False)ΒΆ
Create AugLLM configuration for the execution agent.
- Parameters:
- Returns:
Configured AugLLMConfig for execution
- Return type:
haive.core.engine.aug_llm.AugLLMConfig
- agents.planning.p_and_e.engines.create_planner_aug_llm_config(model_name='gpt-4o', temperature=0.1, use_context=True)ΒΆ
Create AugLLM configuration for the planning agent.
- agents.planning.p_and_e.engines.create_replan_aug_llm_config(model_name='gpt-4o', temperature=0.2, max_replan_attempts=3)ΒΆ
Create AugLLM configuration for the replanning agent.