agents.planning.llm_compiler.configΒΆ

Configuration for the LLMCompiler agent using AugLLMConfig system.

ClassesΒΆ

LLMCompilerAgentConfig

Configuration for the LLM Compiler Agent using AugLLMConfig system.

Module ContentsΒΆ

class agents.planning.llm_compiler.config.LLMCompilerAgentConfigΒΆ

Bases: haive.core.engine.agent.config.AgentConfig

Configuration for the LLM Compiler Agent using AugLLMConfig system.

The LLM Compiler agent creates a directed acyclic graph (DAG) of tasks and executes them in parallel when dependencies are satisfied.

validate_configs(values)ΒΆ

Ensure that the configurations are valid.

Return type:

Any