LICENSE
README.md
pyproject.toml
src/xent/__init__.py
src/xent/py.typed
src/xent.egg-info/PKG-INFO
src/xent.egg-info/SOURCES.txt
src/xent.egg-info/dependency_links.txt
src/xent.egg-info/entry_points.txt
src/xent.egg-info/requires.txt
src/xent.egg-info/top_level.txt
src/xent/analysis/__init__.py
src/xent/analysis/analyze.py
src/xent/analysis/plot.py
src/xent/analysis/report.py
src/xent/benchmark/expand_benchmark.py
src/xent/benchmark/run_benchmark.py
src/xent/benchmark/run_haltable.py
src/xent/cli/analyze.py
src/xent/cli/cli_util.py
src/xent/cli/configure.py
src/xent/cli/main.py
src/xent/cli/run.py
src/xent/cli/serve.py
src/xent/common/__init__.py
src/xent/common/benchmark_event.py
src/xent/common/configuration_types.py
src/xent/common/constants.py
src/xent/common/errors.py
src/xent/common/game_discovery.py
src/xent/common/paths.py
src/xent/common/token_xent_list.py
src/xent/common/util.py
src/xent/common/version.py
src/xent/common/x_flag.py
src/xent/common/x_list.py
src/xent/common/x_string.py
src/xent/common/xent_event.py
src/xent/games/Alethiometer.xent
src/xent/games/Alethiometer_presentation.py
src/xent/games/Condense.xent
src/xent/games/Condense_presentation.py
src/xent/games/Contrast.xent
src/xent/games/Contrast_presentation.py
src/xent/games/Horizon.xent
src/xent/games/Horizon_presentation.py
src/xent/games/Synthesize.xent
src/xent/games/Synthesize_presentation.py
src/xent/games/Two-Ways.xent
src/xent/games/Two-Ways_presentation.py
src/xent/games/__init__.py
src/xent/presentation/executor.py
src/xent/presentation/sdk.py
src/xent/runtime/execution.py
src/xent/runtime/judge.py
src/xent/runtime/runtime.py
src/xent/runtime/variables.py
src/xent/runtime/players/base_player.py
src/xent/runtime/players/default_players.py
src/xent/runtime/players/halting_player.py
src/xent/runtime/players/human_player.py
src/xent/runtime/players/llm_api_client.py
src/xent/runtime/players/player_configuration.py
src/xent/runtime/players/players.py
src/xent/runtime/players/websocket_player.py
src/xent/runtime/text_generation/community_archive_generation.py
src/xent/runtime/text_generation/cosmopedia_generation.py
src/xent/runtime/text_generation/judge_generation.py
src/xent/runtime/text_generation/text_generation.py
src/xent/storage/directory_storage.py
src/xent/storage/storage_interface.py
src/xent/web/__init__.py
src/xent/web/keys_store.py
src/xent/web/server.py
src/xent/web/websocket_game_runner.py
src/xent/web/static/index.html
src/xent/web/static/assets/index-CVjSj-np.js
src/xent/web/static/assets/index-Dvd2fQMr.css
tests/test_cli.py
tests/test_dsl.py
tests/test_haltable_integration.py
tests/test_integration.py
tests/test_runtime.py
tests/test_serde.py
tests/test_text_generation.py