.coderabbit.yaml
.gitignore
.zenodo.json
CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
run_calibration.py
run_pipeline.py
.github/CODEOWNERS
.github/FUNDING.yml
.github/PULL_REQUEST_TEMPLATE.md
.github/SECURITY.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/ci.yml
.github/workflows/codeql.yml
.github/workflows/links.yml
.github/workflows/publish.yml
calibration_output/nsga2_all_profiles.json
calibration_output/nsga2_default.json
configs/default.json
docs/GUIDE.md
docs/THEORY.md
synthed/__init__.py
synthed/calibration.py
synthed/doc_facts.py
synthed/pipeline.py
synthed/agents/__init__.py
synthed/agents/backstory_templates.py
synthed/agents/factory.py
synthed/agents/name_pools.py
synthed/agents/persona.py
synthed/analysis/__init__.py
synthed/analysis/_sim_runner.py
synthed/analysis/auto_bounds.py
synthed/analysis/nsga2_calibrator.py
synthed/analysis/oulad_targets.py
synthed/analysis/oulad_validator.py
synthed/analysis/pareto_utils.py
synthed/analysis/sensitivity.py
synthed/analysis/sobol_sensitivity.py
synthed/analysis/trait_calibrator.py
synthed/benchmarks/__init__.py
synthed/benchmarks/generator.py
synthed/benchmarks/profiles.py
synthed/data_output/__init__.py
synthed/data_output/exporter.py
synthed/data_output/oulad_exporter.py
synthed/data_output/oulad_mappings.py
synthed/simulation/__init__.py
synthed/simulation/engine.py
synthed/simulation/engine_config.py
synthed/simulation/environment.py
synthed/simulation/grading.py
synthed/simulation/institutional.py
synthed/simulation/semester.py
synthed/simulation/social_network.py
synthed/simulation/statistics.py
synthed/simulation/theories/__init__.py
synthed/simulation/theories/academic_exhaustion.py
synthed/simulation/theories/baulke.py
synthed/simulation/theories/bean_metzner.py
synthed/simulation/theories/epstein_axtell.py
synthed/simulation/theories/garrison_coi.py
synthed/simulation/theories/kember.py
synthed/simulation/theories/moore_td.py
synthed/simulation/theories/positive_events.py
synthed/simulation/theories/rovai.py
synthed/simulation/theories/sdt_motivation.py
synthed/simulation/theories/tinto.py
synthed/simulation/theories/unavoidable_withdrawal.py
synthed/utils/__init__.py
synthed/utils/llm.py
synthed/utils/llm_memory.py
synthed/utils/log_config.py
synthed/utils/validation.py
synthed/validation/__init__.py
synthed/validation/types.py
synthed/validation/validator.py
synthedu.egg-info/PKG-INFO
synthedu.egg-info/SOURCES.txt
synthedu.egg-info/dependency_links.txt
synthedu.egg-info/requires.txt
synthedu.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_auto_bounds.py
tests/test_backstory_templates.py
tests/test_benchmarks.py
tests/test_calibration.py
tests/test_coverage_boost.py
tests/test_coverage_gaps.py
tests/test_dual_track_gpa.py
tests/test_engine.py
tests/test_engine_config.py
tests/test_engine_grading.py
tests/test_environment.py
tests/test_environmental_shocks.py
tests/test_factory.py
tests/test_gpa.py
tests/test_grading.py
tests/test_institutional_config.py
tests/test_institutional_integration.py
tests/test_llm_cache.py
tests/test_llm_client.py
tests/test_llm_cost_warning.py
tests/test_llm_enrichment.py
tests/test_llm_memory.py
tests/test_name_pools.py
tests/test_network_scaling.py
tests/test_nsga2_calibrator.py
tests/test_opportunity_cost.py
tests/test_oulad_export.py
tests/test_pareto_utils.py
tests/test_persona.py
tests/test_pipeline_integration.py
tests/test_semester.py
tests/test_sensitivity.py
tests/test_sobol.py
tests/test_social_network.py
tests/test_theories.py
tests/test_trait_calibration.py
tests/test_unavoidable_withdrawal.py
tests/test_utils.py
tests/test_validator.py