LICENSE
MANIFEST.in
README.md
pyproject.toml
src/longtext_pipeline/__init__.py
src/longtext_pipeline/cli.py
src/longtext_pipeline/config.py
src/longtext_pipeline/grouper.py
src/longtext_pipeline/logging_utils.py
src/longtext_pipeline/manifest.py
src/longtext_pipeline/models.py
src/longtext_pipeline/renderer.py
src/longtext_pipeline/splitter.py
src/longtext_pipeline.egg-info/PKG-INFO
src/longtext_pipeline.egg-info/SOURCES.txt
src/longtext_pipeline.egg-info/dependency_links.txt
src/longtext_pipeline.egg-info/entry_points.txt
src/longtext_pipeline.egg-info/requires.txt
src/longtext_pipeline.egg-info/top_level.txt
src/longtext_pipeline/errors/__init__.py
src/longtext_pipeline/errors/continuation.py
src/longtext_pipeline/llm/__init__.py
src/longtext_pipeline/llm/base.py
src/longtext_pipeline/llm/factory.py
src/longtext_pipeline/llm/openai_compatible.py
src/longtext_pipeline/llm/progress.py
src/longtext_pipeline/pipeline/__init__.py
src/longtext_pipeline/pipeline/audit.py
src/longtext_pipeline/pipeline/final_analysis.py
src/longtext_pipeline/pipeline/ingest.py
src/longtext_pipeline/pipeline/orchestrator.py
src/longtext_pipeline/pipeline/stage_synthesis.py
src/longtext_pipeline/pipeline/summarize.py
src/longtext_pipeline/prompts/audit_general.txt
src/longtext_pipeline/prompts/audit_relationship.txt
src/longtext_pipeline/prompts/final_general.txt
src/longtext_pipeline/prompts/final_relationship.txt
src/longtext_pipeline/prompts/stage_general.txt
src/longtext_pipeline/prompts/stage_relationship.txt
src/longtext_pipeline/prompts/summary_general.txt
src/longtext_pipeline/prompts/summary_relationship.txt
src/longtext_pipeline/prompts/validation.py
src/longtext_pipeline/utils/__init__.py
src/longtext_pipeline/utils/hashing.py
src/longtext_pipeline/utils/io.py
src/longtext_pipeline/utils/metrics.py
src/longtext_pipeline/utils/process_lock.py
src/longtext_pipeline/utils/retry.py
src/longtext_pipeline/utils/text_clean.py
src/longtext_pipeline/utils/token_budget.py
src/longtext_pipeline/utils/token_estimator.py
tests/test_audit.py
tests/test_cli_init.py
tests/test_config.py
tests/test_e2e_smoke.py
tests/test_f3_performance_qa.py
tests/test_grouper.py
tests/test_integration.py
tests/test_llm.py
tests/test_llm_async.py
tests/test_llm_mock_server.py
tests/test_logging_config.py
tests/test_metrics.py
tests/test_multi_agent.py
tests/test_openai_compatible_regressions.py
tests/test_orchestrator_helpers.py
tests/test_orchestrator_paths.py
tests/test_orchestrator_resume.py
tests/test_pipeline_e2e.py
tests/test_pipeline_parallel.py
tests/test_renderer.py
tests/test_splitter.py
tests/test_streaming.py
tests/test_token_budget.py