LICENSE
README.md
pyproject.toml
src/llm_batch_annotate/__init__.py
src/llm_batch_annotate/_model.py
src/llm_batch_annotate/_version.py
src/llm_batch_annotate/enums.py
src/llm_batch_annotate.egg-info/PKG-INFO
src/llm_batch_annotate.egg-info/SOURCES.txt
src/llm_batch_annotate.egg-info/dependency_links.txt
src/llm_batch_annotate.egg-info/entry_points.txt
src/llm_batch_annotate.egg-info/requires.txt
src/llm_batch_annotate.egg-info/top_level.txt
src/llm_batch_annotate/artifacts/__init__.py
src/llm_batch_annotate/artifacts/local.py
src/llm_batch_annotate/artifacts/naming.py
src/llm_batch_annotate/builders/__init__.py
src/llm_batch_annotate/builders/assets.py
src/llm_batch_annotate/builders/base.py
src/llm_batch_annotate/builders/programmatic.py
src/llm_batch_annotate/builders/template.py
src/llm_batch_annotate/cli/__init__.py
src/llm_batch_annotate/cli/__main__.py
src/llm_batch_annotate/cli/main.py
src/llm_batch_annotate/configs/__init__.py
src/llm_batch_annotate/configs/models.py
src/llm_batch_annotate/contracts/__init__.py
src/llm_batch_annotate/contracts/base.py
src/llm_batch_annotate/contracts/records.py
src/llm_batch_annotate/execution/__init__.py
src/llm_batch_annotate/execution/base.py
src/llm_batch_annotate/execution/providers/__init__.py
src/llm_batch_annotate/execution/providers/openai_batch.py
src/llm_batch_annotate/grouping/__init__.py
src/llm_batch_annotate/grouping/fixed_size.py
src/llm_batch_annotate/manifests/__init__.py
src/llm_batch_annotate/manifests/models.py
src/llm_batch_annotate/orchestration/__init__.py
src/llm_batch_annotate/orchestration/offline.py
src/llm_batch_annotate/orchestration/run.py
src/llm_batch_annotate/parsers/__init__.py
src/llm_batch_annotate/parsers/base.py
src/llm_batch_annotate/parsers/structured.py
src/llm_batch_annotate/tasks/__init__.py
src/llm_batch_annotate/tasks/base.py
src/llm_batch_annotate/units/__init__.py
src/llm_batch_annotate/units/materialization.py
src/llm_batch_annotate/validation/__init__.py
src/llm_batch_annotate/validation/coverage.py
tests/test_artifact_naming.py
tests/test_artifact_store.py
tests/test_builders.py
tests/test_cli.py
tests/test_configs.py
tests/test_contracts.py
tests/test_coverage_validation.py
tests/test_enums.py
tests/test_execution.py
tests/test_grouping.py
tests/test_imports.py
tests/test_manifests.py
tests/test_openai_batch_provider.py
tests/test_orchestration.py
tests/test_parsers.py
tests/test_tasks.py
tests/test_units.py