haive.games.fox_and_geese.fixed_runner¶
Fixed runner for Fox and Geese game without LangGraph streaming issues.
Classes¶
Fixed Fox and Geese agent that handles state directly. |
Functions¶
|
Run the Fox and Geese game with the fixed runner. |
Parse command line arguments. |
Module Contents¶
- class haive.games.fox_and_geese.fixed_runner.FixedFoxAndGeeseAgent(config=FoxAndGeeseConfig())[source]¶
Bases:
haive.games.fox_and_geese.agent.FoxAndGeeseAgent
Fixed Fox and Geese agent that handles state directly.
Initialize the Fox and Geese agent.
- Parameters:
config (FoxAndGeeseConfig) – The configuration for the Fox and Geese game.