README.md
pyproject.toml
src/awescholar/__init__.py
src/awescholar/cli.py
src/awescholar/config.py
src/awescholar/db.py
src/awescholar/llm.py
src/awescholar/pipeline.py
src/awescholar/prompts.py
src/awescholar/record.py
src/awescholar/schemas.py
src/awescholar/search.py
src/awescholar/utils.py
src/awescholar.egg-info/PKG-INFO
src/awescholar.egg-info/SOURCES.txt
src/awescholar.egg-info/dependency_links.txt
src/awescholar.egg-info/entry_points.txt
src/awescholar.egg-info/requires.txt
src/awescholar.egg-info/top_level.txt
tests/test_cli.py
tests/test_config.py
tests/test_db.py
tests/test_pipeline.py
tests/test_record.py
tests/test_schemas.py
tests/test_utils.py