haive.games.mancala.engines =========================== .. py:module:: haive.games.mancala.engines .. autoapi-nested-parse:: Engines for the Mancala game. This module defines the engines for the Mancala game, including the move and analysis prompts. Functions --------- .. autoapisummary:: haive.games.mancala.engines.generate_analysis_prompt haive.games.mancala.engines.generate_move_prompt Module Contents --------------- .. py:function:: generate_analysis_prompt(player) Generate a prompt for analyzing a Mancala position. This function constructs a prompt template for the analysis engine, which analyzes the current game state from the perspective of the specified player. .. py:function:: generate_move_prompt(player) Generate a prompt for making a move in Mancala. This function constructs a prompt template for the move engine, which generates a move for the Mancala game.