LICENSE
README.md
pyproject.toml
./ez_chess/__init__.py
./ez_chess/cli.py
./ez_chess/py.typed
./ez_chess/core/__init__.py
./ez_chess/core/agent.py
./ez_chess/core/board_state.py
./ez_chess/core/config.py
./ez_chess/core/engine.py
./ez_chess/core/pgn_parser.py
./ez_chess/tools/__init__.py
./ez_chess/ui/__init__.py
./ez_chess/ui/main.py
./src/__init__.py
./src/agent.py
./src/async_analysis.py
./src/board_state.py
./src/chess_fundamentals.py
./src/config.py
./src/deep_analysis.py
./src/engine.py
./src/enhanced_explainability.py
./src/explainability_service.py
./src/explanation_framework.py
./src/groq_agent.py
./src/llm_prompts.py
./src/move_parser.py
./src/pgn_parser.py
./src/query_understanding.py
./src/tool_schemas.py
./src/why_engine.py
./ui/__init__.py
./ui/analysis_panel.py
./ui/board.py
./ui/chat_panel.py
./ui/game_panel.py
./ui/main.py
./ui/theme.py
ez_chess/__init__.py
ez_chess/cli.py
ez_chess/py.typed
ez_chess.egg-info/PKG-INFO
ez_chess.egg-info/SOURCES.txt
ez_chess.egg-info/dependency_links.txt
ez_chess.egg-info/entry_points.txt
ez_chess.egg-info/requires.txt
ez_chess.egg-info/top_level.txt
ez_chess/core/__init__.py
ez_chess/core/agent.py
ez_chess/core/board_state.py
ez_chess/core/config.py
ez_chess/core/engine.py
ez_chess/core/pgn_parser.py
ez_chess/tools/__init__.py
ez_chess/ui/__init__.py
ez_chess/ui/main.py
src/__init__.py
src/agent.py
src/async_analysis.py
src/board_state.py
src/chess_fundamentals.py
src/config.py
src/deep_analysis.py
src/engine.py
src/enhanced_explainability.py
src/explainability_service.py
src/explanation_framework.py
src/groq_agent.py
src/llm_prompts.py
src/move_parser.py
src/pgn_parser.py
src/query_understanding.py
src/tool_schemas.py
src/why_engine.py
tests/test_agent_chunk1.py
tests/test_agent_chunk2.py
tests/test_agent_tools.py
tests/test_chat_snapshot.py
tests/test_deep_analysis_only.py
tests/test_engine.py
tests/test_enhanced_explainability.py
tests/test_fundamentals_only.py
tests/test_integration_full.py
tests/test_new_features.py
tests/test_pgn.py
tests/test_prompts_only.py
tests/test_tools_chunk1.py
tests/test_tools_chunk2.py
ui/__init__.py
ui/analysis_panel.py
ui/board.py
ui/chat_panel.py
ui/game_panel.py
ui/main.py
ui/theme.py