README.md
pyproject.toml
bgs_translator/__init__.py
bgs_translator/__main__.py
bgs_translator.egg-info/PKG-INFO
bgs_translator.egg-info/SOURCES.txt
bgs_translator.egg-info/dependency_links.txt
bgs_translator.egg-info/entry_points.txt
bgs_translator.egg-info/requires.txt
bgs_translator.egg-info/top_level.txt
bgs_translator/cli/__init__.py
bgs_translator/cli/app.py
bgs_translator/cli/batch.py
bgs_translator/cli/config.py
bgs_translator/cli/edit.py
bgs_translator/cli/envelopes.py
bgs_translator/cli/gui_launcher.py
bgs_translator/cli/inspect.py
bgs_translator/cli/profile.py
bgs_translator/cli/project.py
bgs_translator/cli/validate.py
bgs_translator/config/__init__.py
bgs_translator/config/migrations.py
bgs_translator/config/paths.py
bgs_translator/config/pricing.py
bgs_translator/config/profiles.py
bgs_translator/config/settings.py
bgs_translator/core/__init__.py
bgs_translator/core/event_publisher.py
bgs_translator/core/event_queue.py
bgs_translator/core/memory.py
bgs_translator/core/project.py
bgs_translator/core/runtime_pid.py
bgs_translator/core/session.py
bgs_translator/core/web_ipc_client.py
bgs_translator/kb/__init__.py
bgs_translator/kb/_schema.py
bgs_translator/kb/glossary.py
bgs_translator/kb/models.py
bgs_translator/kb/reader.py
bgs_translator/kb/retriever.py
bgs_translator/kb/terminology_sources.py
bgs_translator/observability/__init__.py
bgs_translator/observability/cost_tracker.py
bgs_translator/observability/logging.py
bgs_translator/observability/rate_tracker.py
bgs_translator/output/__init__.py
bgs_translator/output/eet_xml/__init__.py
bgs_translator/output/eet_xml/reader.py
bgs_translator/output/eet_xml/writer.py
bgs_translator/parsers/__init__.py
bgs_translator/parsers/encoding.py
bgs_translator/parsers/extractor.py
bgs_translator/parsers/form_versions.py
bgs_translator/parsers/strings_io.py
bgs_translator/parsers/tes3.py
bgs_translator/parsers/tes4_family.py
bgs_translator/parsers/schemas/__init__.py
bgs_translator/parsers/schemas/_base.py
bgs_translator/parsers/schemas/fnv.py
bgs_translator/parsers/schemas/fo3.py
bgs_translator/parsers/schemas/fo4.py
bgs_translator/parsers/schemas/fo76.py
bgs_translator/parsers/schemas/morrowind.py
bgs_translator/parsers/schemas/oblivion.py
bgs_translator/parsers/schemas/skyrim_le.py
bgs_translator/parsers/schemas/skyrim_se.py
bgs_translator/parsers/schemas/starfield.py
bgs_translator/parsers/schemas/data/fnv.yaml
bgs_translator/parsers/schemas/data/fo3.yaml
bgs_translator/parsers/schemas/data/fo4.yaml
bgs_translator/parsers/schemas/data/fo76.yaml
bgs_translator/parsers/schemas/data/morrowind.yaml
bgs_translator/parsers/schemas/data/oblivion.yaml
bgs_translator/parsers/schemas/data/skyrim_le.yaml
bgs_translator/parsers/schemas/data/skyrim_se.yaml
bgs_translator/parsers/schemas/data/starfield.yaml
bgs_translator/parsers/schemas/data/starfield_recorddefs.txt
bgs_translator/pipeline/__init__.py
bgs_translator/pipeline/batcher.py
bgs_translator/pipeline/extractor.py
bgs_translator/pipeline/item_payload.py
bgs_translator/pipeline/mask.py
bgs_translator/pipeline/prompt.py
bgs_translator/pipeline/retry.py
bgs_translator/pipeline/runner.py
bgs_translator/pipeline/signatures.py
bgs_translator/pipeline/validator.py
bgs_translator/pipeline/clients/__init__.py
bgs_translator/pipeline/clients/anthropic_messages.py
bgs_translator/pipeline/clients/base.py
bgs_translator/pipeline/clients/gemini_generate.py
bgs_translator/pipeline/clients/openai_compat_cc.py
bgs_translator/pipeline/clients/openai_responses.py
bgs_translator/pipeline/clients/synthetic.py
bgs_translator/sst/__init__.py
bgs_translator/sst/envelope.py
bgs_translator/sst/hash.py
bgs_translator/sst/reader.py
bgs_translator/sst/status.py
bgs_translator/sst/writer.py
bgs_translator/tools/__init__.py
bgs_translator/tools/xtranslator_sst_to_kb_pack.py
bgs_translator/web/__init__.py
bgs_translator/web/app.py
bgs_translator/web/events.py
bgs_translator/web/security.py
bgs_translator/web/api/__init__.py
bgs_translator/web/components/__init__.py
bgs_translator/web/i18n/loader.py
bgs_translator/web/pages/__init__.py
bgs_translator/web/themes/amber.css
bgs_translator/web/themes/base.css
bgs_translator/web/themes/green.css
bgs_translator/web/themes/mono.css
tests/test_adwryos_init_smoke.py
tests/test_adwryos_smoke.py
tests/test_batch_plan_cli.py
tests/test_batch_run_cli.py
tests/test_batch_run_preview_integration.py
tests/test_batcher.py
tests/test_config_cli.py
tests/test_cost_tracker.py
tests/test_edit_cli.py
tests/test_eet_xml_reader.py
tests/test_eet_xml_roundtrip.py
tests/test_eet_xml_writer.py
tests/test_encoding.py
tests/test_event_publisher.py
tests/test_extractor.py
tests/test_form_versions.py
tests/test_glossary_composer.py
tests/test_glossary_retriever.py
tests/test_inspect.py
tests/test_kb_no_packs.py
tests/test_kb_reader.py
tests/test_mask.py
tests/test_memory.py
tests/test_migrations.py
tests/test_morrowind_schema.py
tests/test_paths.py
tests/test_pipeline_extractor.py
tests/test_pricing.py
tests/test_profile_cli.py
tests/test_profiles.py
tests/test_project_export_sst_status.py
tests/test_project_init.py
tests/test_prompt.py
tests/test_provider_clients.py
tests/test_rate_tracker.py
tests/test_resolve_api_key.py
tests/test_retry.py
tests/test_runner.py
tests/test_runner_persistence.py
tests/test_runtime_pid.py
tests/test_schemas.py
tests/test_settings.py
tests/test_skeleton.py
tests/test_sst_envelope.py
tests/test_sst_hash.py
tests/test_sst_reader.py
tests/test_sst_real_fixture.py
tests/test_sst_status.py
tests/test_sst_to_kb_pack.py
tests/test_sst_writer.py
tests/test_strings_io.py
tests/test_synthetic_client.py
tests/test_tes3_extractor.py
tests/test_tes3_walker.py
tests/test_tes4_family_walker.py
tests/test_validate_project_cli.py
tests/test_validate_sst_cli.py
tests/test_validator.py