haive.games.debate_v2.example ============================= .. py:module:: haive.games.debate_v2.example .. autoapi-nested-parse:: Gamified Debate Examples - Modern Implementation. This module demonstrates the new gamified debate system that works properly with topic handling and doesn't suffer from the DynamicGraph initialization issues. Functions --------- .. autoapisummary:: haive.games.debate_v2.example.example_1_simple_game_debate haive.games.debate_v2.example.example_2_ai_regulation_tournament haive.games.debate_v2.example.example_3_rapid_fire_debate haive.games.debate_v2.example.main haive.games.debate_v2.example.run_all_examples Module Contents --------------- .. py:function:: example_1_simple_game_debate() Example 1: Simple Gamified Debate with Scoring. Demonstrates the basic gamified debate with: - Proper topic handling (no None issues) - Scoring system for arguments and rebuttals - Evidence bonuses and repetition penalties - Clean game-like conclusion .. py:function:: example_2_ai_regulation_tournament() Example 2: AI Regulation Tournament Match. Demonstrates: - Tournament-style competitive debate - Multiple evidence-based arguments - Performance tracking - Professional tournament atmosphere .. py:function:: example_3_rapid_fire_debate() Example 3: Rapid-Fire Debate Game. Demonstrates: - Quick, focused debate format - Lower scoring thresholds for speed - Concise arguments only - Fast-paced game experience .. py:function:: main() Main entry point for gamified debate examples. .. py:function:: run_all_examples() :async: Run all gamified debate examples.