agenr 0.9.29 → 0.9.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.9.30 - 2026-03-01
4
+
5
+ ### Changed
6
+ - Split src/extractor.ts (2,569 lines) into focused modules under src/extractor/
7
+ - parser.ts: entry validation, coercion, and schema mapping
8
+ - dedup.ts: LLM dedup pipeline and batch processing
9
+ - prefetch.ts: related entry pre-fetching and blocked subjects
10
+ - chunk-runner.ts: chunk extraction with retry logic
11
+ - debug.ts: extraction debug logging
12
+ - index.ts: pipeline orchestration and public API
13
+ - Centralized all LLM prompts under src/prompts/ (extraction, maintain, consolidate, handoff)
14
+
3
15
  ## 0.9.29 - 2026-03-01
4
16
 
5
17
  ### Changed