haive.agents.planning.llm_compiler.state ======================================== .. py:module:: haive.agents.planning.llm_compiler.state .. autoapi-nested-parse:: State model for the LLM Compiler agent. Classes ------- .. autoapisummary:: haive.agents.planning.llm_compiler.state.CompilerState Module Contents --------------- .. py:class:: CompilerState(/, **data) Bases: :py:obj:`pydantic.BaseModel` State for the LLM Compiler agent. Tracks query, DAG plan, execution results, messages, and replan count. Create a new model by parsing and validating input data from keyword arguments. Raises [`ValidationError`][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model. `self` is explicitly positional-only to allow `self` as a field name.