README.md
pyproject.toml
src/synthneura/__init__.py
src/synthneura.egg-info/PKG-INFO
src/synthneura.egg-info/SOURCES.txt
src/synthneura.egg-info/dependency_links.txt
src/synthneura.egg-info/requires.txt
src/synthneura.egg-info/top_level.txt
src/synthneura/core/config.py
src/synthneura/core/logger.py
src/synthneura/core/schemas.py
src/synthneura/ingestion/clinical_trials.py
src/synthneura/llm/__init__.py
src/synthneura/llm/anthropic_client.py
src/synthneura/llm/base.py
src/synthneura/llm/local_client.py
src/synthneura/llm/openai_client.py
src/synthneura/services/extraction.py
src/synthneura/services/pipeline.py
src/synthneura/services/summary.py
src/synthneura/storage/__init__.py
src/synthneura/storage/base.py
src/synthneura/storage/sqlite_sink.py
src/synthneura/ui/cli.py
src/synthneura/ui/web/app.py
src/synthneura/ui/web/run_pipeline.py
tests/test_normalize.py
tests/test_store_trial.py
tests/test_summary.py
tests/test_web_api.py