infospace-bench/docs
tegwick 0a83e908ce IB-WP-0018-T01+T02+T05: routing bridge to llm-connect
T01 — task-type taxonomy. docs/routing-task-types.md names the five
generation stages as the default identity-mapped task types
(summarize-source, extract-entities, extract-relations,
evaluate-entity, synthesize-report) and records the recommended quality
floors per stage. The taxonomy explicitly does not decide which adapter
ships per task type, where the ledger lives, or what a quality score
means — those stay with the caller per the LLM-WP-0004 scope guardrail.

T02 — RoutingAssistedGenerationAdapter bridge in
src/infospace_bench/routing.py. Wraps any llm-connect RoutingPolicy or
AdaptiveRoutingPolicy as an infospace-bench AssistedGenerationAdapter:
maps stage_id -> task_type (overridable), resolves an LLMAdapter,
delegates execute_prompt with a configurable RunConfig, and surfaces
the resolved adapter id, task type, model, usage, and finish_reason
back on AssistedGenerationResult.metadata. Provider tag stays
back-compatible with the strings already used in run records and the
budget rollup (openrouter / claude_code / openai / gemini / mock /
routing).

T05 — eight tests in tests/test_routing_adapter.py cover: static-policy
per-stage resolution, stage_to_task_type overrides, default-mapping
completeness, fall-through for unmapped stage ids, the adaptive path
selecting the cheaper qualifying adapter when a quality_floor is set,
adaptive policy falling back to static when no floor is set, response
metadata round-trip with provider tagging, and estimated_cost_per_1k
pass-through.

Adds llm-connect as a path dependency on pyproject.toml and to the
pytest pythonpath. Static OpenRouter and fixture paths are unchanged;
this commit only adds the option of routing.

139 tests pass, 1 skipped (the OpenRouter live smoke, gated as before).

T03 (shadow-mode integration) and T04 (CLI + per-stage chosen-adapter
in the generation report) follow next.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-18 11:33:58 +02:00
..
agentic-memory-profile-pilot.md Agentic memory profile 2026-05-15 16:01:35 +02:00
archive-integration.md IB-WP-0014: archive-list, restore, retention annotation, docs (T03-T05) 2026-05-17 11:46:23 +02:00
entity-relation-model.md entity relationship model 2026-05-14 15:06:17 +02:00
evaluation-and-inspection.md Initial implementation 2026-05-14 11:32:25 +02:00
evaluation-history-and-metrics.md eval history and metrics 2026-05-14 15:35:04 +02:00
generic-source-generator.md IB-WP-0016-T06: OpenRouter live-run guardrails 2026-05-17 23:04:19 +02:00
infospace-layout.md engine and lifecycle 2026-05-14 16:26:42 +02:00
kontextual-engine-boundary.md engine and lifecycle 2026-05-14 16:26:42 +02:00
lefevre-epub3-validation.md IB-WP-0016: refresh validation baseline after T01/T02 smoke run 2026-05-17 16:13:39 +02:00
lefevre-readiness.md IB-WP-0016-T07: review report and output policy; close IB-WP-0016 2026-05-18 01:22:41 +02:00
legacy-command-parity.md infospace pipeline for wealth of nations example 2026-05-14 18:04:38 +02:00
legacy-infospace-feature-inventory.md docs and stuff 2026-05-14 13:47:36 +02:00
legacy-infospace-migration-guide.md command parity and migration guide 2026-05-14 17:16:39 +02:00
markitect-main-scope-assessment.md State-hub connect and initial workplans 2026-05-03 20:43:56 +02:00
markitect-tool-adapter.md markitect-tool integration 2026-05-14 14:53:16 +02:00
markitect-tool-and-infospace-replacement-assessment.md Reestablishing intent based goals and workplans 2026-05-14 13:09:58 +02:00
orthogonal-successor-roadmap.md docs and stuff 2026-05-14 13:47:36 +02:00
reference-pilot-decision.md Initial implementation 2026-05-14 11:32:25 +02:00
replacement-acceptance-matrix.md infospace pipeline for wealth of nations example 2026-05-14 18:04:38 +02:00
replacement-readiness-decision.md command parity and migration guide 2026-05-14 17:16:39 +02:00
routing-task-types.md IB-WP-0018-T01+T02+T05: routing bridge to llm-connect 2026-05-18 11:33:58 +02:00
successor-boundary-interface-map.md engine and lifecycle 2026-05-14 16:26:42 +02:00
wealth-vsm-generation-pipeline.md infospace pipeline for wealth of nations example 2026-05-14 18:04:38 +02:00
workflow-generation-pipeline.md acceptance matrix and workflow generation 2026-05-14 16:01:32 +02:00