Commit a048fa7
committed
fix: wire compact_semantic_duplicates setting to env var
the compact_semantic_duplicates parameter in compact_long_term_memories()
was hardcoded to True with no corresponding Settings field. setting
COMPACT_SEMANTIC_DUPLICATES=false as an env var had no effect because
pydantic-settings never read it. add the field to Settings so the
docket perpetual scheduler respects the env var.1 parent d9d788c commit a048fa7
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
| 492 | + | |
492 | 493 | | |
493 | 494 | | |
494 | 495 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
638 | 638 | | |
639 | 639 | | |
640 | 640 | | |
641 | | - | |
| 641 | + | |
642 | 642 | | |
643 | 643 | | |
644 | 644 | | |
| |||
0 commit comments