.env.example
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/DISTRIBUTION.md
docs/METHODOLOGY.md
docs/RELEASE.md
packaging/install.sh.in
scripts/build_executable.py
scripts/frozen_entry.py
scripts/prepare_installer.py
scripts/smoke_executable.py
scripts/smoke_installed.py
synthetic_surveys/__init__.py
synthetic_surveys/aggregator.py
synthetic_surveys/census_fetcher.py
synthetic_surveys/cli.py
synthetic_surveys/conditional_sampler.py
synthetic_surveys/config.py
synthetic_surveys/cost_estimates.py
synthetic_surveys/costs.py
synthetic_surveys/credential_store.py
synthetic_surveys/doc_ingest.py
synthetic_surveys/gui.py
synthetic_surveys/ipums_api.py
synthetic_surveys/llm_runner.py
synthetic_surveys/onboarding.py
synthetic_surveys/openrouter_auth.py
synthetic_surveys/reporter.py
synthetic_surveys/robust_prompts.py
synthetic_surveys/simulation.py
synthetic_surveys/ssr_mapper.py
synthetic_surveys/survey_generator.py
synthetic_surveys/terminal_ui.py
synthetic_surveys/text_input.py
synthetic_surveys.egg-info/PKG-INFO
synthetic_surveys.egg-info/SOURCES.txt
synthetic_surveys.egg-info/dependency_links.txt
synthetic_surveys.egg-info/entry_points.txt
synthetic_surveys.egg-info/requires.txt
synthetic_surveys.egg-info/top_level.txt
synthetic_surveys/assets/anchors/likert_en.json
tests/test_ablation_metrics.py
tests/test_assets.py
tests/test_cli_flow.py
tests/test_cost_flow.py
tests/test_costs.py
tests/test_credential_store.py
tests/test_doc_ingest.py
tests/test_gui_helpers.py
tests/test_imports.py
tests/test_installer.py
tests/test_ipums_api.py
tests/test_ipums_setup.py
tests/test_live_release.py
tests/test_llm_runner_attachments.py
tests/test_model_output_validation.py
tests/test_onboarding.py
tests/test_openai_integration.py
tests/test_openrouter_auth.py
tests/test_provider_routing.py
tests/test_release_regressions.py
tests/test_reporter.py
tests/test_sampling_profiles.py
tests/test_ssr_mapper.py
tests/test_survey_prompt.py
tests/test_text_input.py