LICENSE
pyproject.toml
readme.md
gs2txt/__init__.py
gs2txt/__main__.py
gs2txt/batch.py
gs2txt/cli.py
gs2txt/config.py
gs2txt/config_loader.py
gs2txt/core.py
gs2txt/io.py
gs2txt/pipeline.py
gs2txt.egg-info/PKG-INFO
gs2txt.egg-info/SOURCES.txt
gs2txt.egg-info/dependency_links.txt
gs2txt.egg-info/entry_points.txt
gs2txt.egg-info/requires.txt
gs2txt.egg-info/top_level.txt
gs2txt/enrichment/__init__.py
gs2txt/enrichment/base.py
gs2txt/enrichment/custom.py
gs2txt/enrichment/pathway.py
gs2txt/enrichment/ppi.py
gs2txt/llm/__init__.py
gs2txt/llm/anthropic_provider.py
gs2txt/llm/base.py
gs2txt/llm/litellm_provider.py
gs2txt/llm/openai_provider.py
gs2txt/prompts/__init__.py
gs2txt/prompts/builder.py
tests/test_batch.py
tests/test_cli.py
tests/test_core.py
tests/test_io.py