markitect-main/markitect/infospace
tegwick df1fdf1842 feat(pipeline): per-stage max_tokens, LLM provenance, processing log
- PipelineStage now supports max_tokens to override the 4096 default
- SourcePipeline records provider/model on each entity file as HTML comment
- output/processing-log.yaml tracks tokens, cost, duration, retries, errors
- _call_llm returns (content, metadata) for downstream traceability
- _http.py wraps JSON parse errors with body preview for debugging
- infospace.yaml stages: extract/map=6000 tokens, synthesize=3000 tokens

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-19 14:50:49 +01:00
..
checks feat(infospace): add collection-level quality checks C1–C5 (S2.4) 2026-02-19 01:54:22 +01:00
__init__.py feat(infospace): add infospace configuration model and state (S2.1) 2026-02-19 01:44:14 +01:00
cli.py feat(pipeline): per-stage max_tokens, LLM provenance, processing log 2026-02-19 14:50:49 +01:00
composition.py feat(infospace): add composition model for discipline binding (S2.6) 2026-02-19 02:03:54 +01:00
config.py feat(pipeline): per-stage max_tokens, LLM provenance, processing log 2026-02-19 14:50:49 +01:00
entity_parser.py feat(infospace): add entity metadata parser (S1.1) 2026-02-19 00:27:45 +01:00
evaluate.py feat(infospace): add per-entity evaluation pipeline and CLI command (S2.3) 2026-02-19 01:48:34 +01:00
evaluation.py feat(infospace): add structured evaluation output with history and diffing (S1.5) 2026-02-19 01:35:22 +01:00
evaluation_io.py feat(infospace): add structured evaluation output with history and diffing (S1.5) 2026-02-19 01:35:22 +01:00
history.py feat(infospace): add metrics history and viability tracking (S2.5) 2026-02-19 02:01:00 +01:00
models.py feat(infospace): add entity metadata parser (S1.1) 2026-02-19 00:27:45 +01:00
pipeline.py feat(pipeline): per-stage max_tokens, LLM provenance, processing log 2026-02-19 14:50:49 +01:00
schema.py feat(infospace): add schema compliance validator (S1.2) 2026-02-19 00:48:57 +01:00
state.py feat(infospace): add infospace configuration model and state (S2.1) 2026-02-19 01:44:14 +01:00
validator.py feat(infospace): add schema compliance validator (S1.2) 2026-02-19 00:48:57 +01:00