haive.games.fox_and_geese.config ================================ .. py:module:: haive.games.fox_and_geese.config .. autoapi-nested-parse:: Configuration for the Fox and Geese game agent. This module defines the configuration for the Fox and Geese game agent, which includes the game name, state schema, AugLLM configurations, enable_analysis, visualize, and max_turns. Classes ------- .. autoapisummary:: haive.games.fox_and_geese.config.FoxAndGeeseConfig Module Contents --------------- .. py:class:: FoxAndGeeseConfig Bases: :py:obj:`haive.games.framework.base.config.GameConfig` Configuration for the Fox and Geese game agent. This class defines the configuration for the Fox and Geese game agent, which includes the game name, state schema, AugLLM configurations, enable_analysis, visualize, recursion_limit and max_turns. .. py:method:: default_config() :classmethod: Create a default configuration.