feat(history): add bounded persona semantic review

This commit is contained in:
冰朔 2026-08-01 18:55:25 +08:00
commit dc1548518a
3 changed files with 315 additions and 0 deletions

View file

@ -10,6 +10,10 @@
"notion_batch_size": 600,
"git_batch_size": 500,
"review_queue_backfill_batch_size": 500,
"semantic_review_endpoint": "http://127.0.0.1:8077/v1/broadcast",
"semantic_review_interval_seconds": 300,
"semantic_review_batch_size": 4,
"semantic_excerpt_bytes": 6000,
"sources": [
{
"id": "GPT-LANGUAGE-CHAOS-ORIGINAL",