README.md
pyproject.toml
src/choose_adventure/__init__.py
src/choose_adventure/config.py
src/choose_adventure/main.py
src/choose_adventure/client/__init__.py
src/choose_adventure/client/api.py
src/choose_adventure/client/main.py
src/choose_adventure/llm/__init__.py
src/choose_adventure/llm/client.py
src/choose_adventure/llm/errors.py
src/choose_adventure/llm/parse.py
src/choose_adventure/llm/prompts.py
src/choose_adventure/llm/storygen.py
src/choose_adventure/server/__init__.py
src/choose_adventure/server/app.py
src/choose_adventure/server/main.py
src/choose_adventure/storage/__init__.py
src/choose_adventure/storage/db.py
src/choose_adventure/storage/repo.py
src/choose_adventure/story/__init__.py
src/choose_adventure/story/engine.py
src/choose_adventure/story/errors.py
src/choose_adventure/story/models.py
src/choose_adventure/ui/__init__.py
src/choose_adventure/ui/app.py
src/choose_adventure/ui/widgets.py
src/saga_adventure.egg-info/PKG-INFO
src/saga_adventure.egg-info/SOURCES.txt
src/saga_adventure.egg-info/dependency_links.txt
src/saga_adventure.egg-info/entry_points.txt
src/saga_adventure.egg-info/requires.txt
src/saga_adventure.egg-info/top_level.txt
tests/test_cli.py
tests/test_client_api.py
tests/test_engine.py
tests/test_live_smoke.py
tests/test_llm_client.py
tests/test_models.py
tests/test_parse.py
tests/test_prompts.py
tests/test_server_api.py
tests/test_smoke.py
tests/test_storage.py
tests/test_storygen.py
tests/test_ui_indicator.py
tests/test_ui_lifecycle.py
tests/test_ui_menu.py
tests/test_ui_remote.py
tests/test_ui_story.py