haive.games.clue.engines ======================== .. py:module:: haive.games.clue.engines .. autoapi-nested-parse:: Engines for the Clue game. This module contains the engines for the Clue game, including the player engines, guess engines, and analysis engines. Functions --------- .. autoapisummary:: haive.games.clue.engines.generate_analysis_prompt haive.games.clue.engines.generate_player_prompt Module Contents --------------- .. py:function:: generate_analysis_prompt() Generate a prompt for analyzing Clue game state. This function constructs a prompt template for the analysis engine, which analyzes the current game state and provides insights. .. py:function:: generate_player_prompt() Generate a prompt for playing Clue. This function constructs a prompt template for the player engine, which makes guesses in the Clue game.