PyCatan-AI / examples /ai_testing /__init__.py
EZTIME2025
1
e36cfa2
"""
AI Testing Tools
----------------
This package provides tools for testing AI agents in PyCatan.
Main Entry Points:
- play_with_ai.py - Run a game with AI agents (manual or LLM mode)
- play_and_capture.py - Play and capture game states for analysis
- web_viewer.py - Visualize AI prompts and responses
Key Files:
- my_games/ - Session storage for AI interactions
- sample_states/ - Example game states for testing
- templates/ - Prompt templates
Deprecated Files (in _deprecated/):
- Old prompt generation and testing scripts
- See _deprecated/__init__.py for details
Usage:
# Run a game with AI agents (manual mode):
python examples/ai_testing/play_with_ai.py
# Run a game and capture states:
python examples/ai_testing/play_and_capture.py
"""