chrysopedia/backend/pipeline
jlightner 906b6491fe fix: static 96k max_tokens for all pipeline stages — dynamic estimator was truncating thinking model output
The dynamic token estimator calculated max_tokens from input size × stage ratio,
which produced ~9k for stage 5 compose calls. Thinking models consume unpredictable
budget for internal reasoning, leaving 0 visible output tokens.

Changed: hard_limit 32768→96000, estimate_max_tokens now returns hard_limit directly.
2026-04-03 08:18:28 +00:00
..
quality test: Added BodySection/BodySubSection schema models, changed Synthesiz… 2026-04-03 00:50:30 +00:00
__init__.py fix: restore complete project tree from ub01 canonical state 2026-03-31 02:10:41 +00:00
citation_utils.py test: Added BodySection/BodySubSection schema models, changed Synthesiz… 2026-04-03 00:50:30 +00:00
embedding_client.py fix: restore complete project tree from ub01 canonical state 2026-03-31 02:10:41 +00:00
export_fixture.py feat: add pipeline iteration tooling — offline test harness, stage re-runs, chunking inspector 2026-04-02 15:47:46 +00:00
llm_client.py fix: static 96k max_tokens for all pipeline stages — dynamic estimator was truncating thinking model output 2026-04-03 08:18:28 +00:00
qdrant_client.py feat: Added per-section embedding to stage 6 for v2 technique pages wit… 2026-04-03 02:12:56 +00:00
schemas.py test: Added BodySection/BodySubSection schema models, changed Synthesiz… 2026-04-03 00:50:30 +00:00
stages.py fix: add /app to sys.path for Celery forked workers importing services.avatar 2026-04-03 05:58:14 +00:00
test_citation_utils.py test: Added BodySection/BodySubSection schema models, changed Synthesiz… 2026-04-03 00:50:30 +00:00
test_compose_pipeline.py test: Added 12 unit tests covering compose prompt construction, branchi… 2026-04-03 01:33:16 +00:00
test_harness.py test: Added compose subcommand with build_compose_prompt(), run_compose… 2026-04-03 01:05:25 +00:00
test_harness_compose.py test: 16 unit tests covering compose prompt XML structure, citation off… 2026-04-03 01:08:41 +00:00
test_harness_v2_format.py test: Updated test_harness.py word-count/section-count logic for list[B… 2026-04-03 00:54:27 +00:00
test_section_embedding.py feat: Added per-section embedding to stage 6 for v2 technique pages wit… 2026-04-03 02:12:56 +00:00