infospace-bench/src/infospace_bench
tegwick 13f9c1895c IB-WP-0016-T03: scale-aware planning
Replace generate plan's full-prompt dump with a compact summary that
reports selected-chunk counts, selected chapter numbers, per-workflow
call counts, prompt-word and token estimates, and a rough USD cost when
--cost-per-1k is supplied. Selection filters --chapter (label or number,
repeatable), --from-chapter / --to-chapter (numeric range), and --chunk
(repeatable id) shape the estimate. Budget caps --max-calls and
--cost-cap are reported as exceeds_* booleans so callers can fail fast
before run.

The old full per-workflow plan with prompts remains available behind
--full so deep inspection is opt-in instead of the default.

Whole-Lefevre estimate at default max_words=800: 146 chunks, 730 calls,
~518k prompt tokens, ~$155 at $0.30/1k. Chapters 3-5 only: 19 chunks,
95 calls, ~64k tokens. 87 tests pass.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 18:18:09 +02:00
..
profiles/general-knowledge generic source-to-infospace generator 2026-05-14 19:33:22 +02:00
__init__.py IB-WP-0014: archive-list, restore, retention annotation, docs (T03-T05) 2026-05-17 11:46:23 +02:00
__main__.py Initial implementation 2026-05-14 11:32:25 +02:00
archive.py archive: include contracts/, schemas/; report skipped top-level dirs 2026-05-17 12:21:19 +02:00
checks.py Initial implementation 2026-05-14 11:32:25 +02:00
cli.py IB-WP-0016-T03: scale-aware planning 2026-05-17 18:18:09 +02:00
engine.py engine and lifecycle 2026-05-14 16:26:42 +02:00
errors.py Initial implementation 2026-05-14 11:32:25 +02:00
evaluation.py eval history and metrics 2026-05-14 15:35:04 +02:00
evaluation_io.py infospace pipeline for wealth of nations example 2026-05-14 18:04:38 +02:00
generation.py infospace pipeline for wealth of nations example 2026-05-14 18:04:38 +02:00
generator.py IB-WP-0016-T03: scale-aware planning 2026-05-17 18:18:09 +02:00
history.py eval history and metrics 2026-05-14 15:35:04 +02:00
inspection.py Initial implementation 2026-05-14 11:32:25 +02:00
lifecycle.py engine and lifecycle 2026-05-14 16:26:42 +02:00
markdown_adapter.py acceptance matrix and workflow generation 2026-05-14 16:01:32 +02:00
models.py Initial implementation 2026-05-14 11:32:25 +02:00
openrouter.py generic source-to-infospace generator 2026-05-14 19:33:22 +02:00
semantics.py entity relationship model 2026-05-14 15:06:17 +02:00
source_intake.py IB-WP-0016-T02: chapter-aware chunking and stable IDs 2026-05-17 15:52:47 +02:00
viability.py Initial implementation 2026-05-14 11:32:25 +02:00
workflow.py generic source-to-infospace generator 2026-05-14 19:33:22 +02:00