Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
c8437f8
refactor(ltm): redesign long-term memory with append-only incrementa…
RC-CHN May 9, 2026
d76e835
test(ltm): add 37 unit tests for long-term memory v2 rewrite
RC-CHN May 9, 2026
ba4b7c1
fix:@bot prompt inclusion in contexts
RC-CHN May 9, 2026
590fb46
test(ltm): add 10 integration tests
RC-CHN May 9, 2026
b7f5a73
style: format code
RC-CHN May 11, 2026
40bd637
fix(long_term_memory): prevent exponential context inflation from to…
RC-CHN May 11, 2026
dce4d2b
fix(long_term_memory): dead code in _trim_raw_records size-based pruning
RC-CHN May 11, 2026
ac5dfed
fix(long_term_memory): correct CHATROOM_SYSTEM_NOTE and harden _parse…
RC-CHN May 11, 2026
94e2c7c
style: format code
RC-CHN May 11, 2026
2b2c2d4
feat: add truncate i18n
RC-CHN May 11, 2026
71d711c
fix(agent): wrap async iterator next call for create_task typing
RC-CHN May 12, 2026
b853d4d
refactor(agent): move conversation compaction to session layer, make …
RC-CHN May 12, 2026
56909ab
feat(long_term_memory): add LTM round compaction with two strategies
RC-CHN May 12, 2026
f0d1629
feat(long_term_memory): expose MAX_RAW_BYTES as configurable ltm_raw_…
RC-CHN May 12, 2026
b547f3c
test(long_term_memory): add LTM compaction tests
RC-CHN May 12, 2026
19138b9
style: format code
RC-CHN May 12, 2026
3a08305
feat(long_term_memory): burst-drop compaction triggers, remove group_…
RC-CHN May 12, 2026
65b112d
docs(i18n): clarify ltm_raw_records_max_bytes hint across 3 locales
RC-CHN May 12, 2026
d85d329
fix(long_term_memory): guard against empty LLM summary response
RC-CHN May 12, 2026
c698b2d
fix(long_term_memory): add cooldown for LLM summary retry on failure
RC-CHN May 12, 2026
c858d6d
style: format code
RC-CHN May 12, 2026
1df41ba
fix(long_term_memory): auto-resolve current chat model when ltm_summa…
RC-CHN May 12, 2026
942ae2d
test(long_term_memory): cover history_tool_result_truncate=False path
RC-CHN May 12, 2026
280cc08
style: format code
RC-CHN May 12, 2026
74b430e
Merge remote-tracking branch 'origin/master' into refactor-ltm
RC-CHN May 12, 2026
54695bb
fix(long_term_memory): use per-session locks for LTM state
RC-CHN May 14, 2026
47b83e1
test(agent): cover guarded context refresh in tool loop
RC-CHN May 14, 2026
780138b
fix(agent): defer history compaction until turn limit is exceeded
RC-CHN May 14, 2026
68fd4e3
fix(agent): resolve default provider for history compression
RC-CHN May 14, 2026
c63a86a
Merge remote-tracking branch 'origin/master' into refactor-ltm
RC-CHN May 14, 2026
bd4b8d8
fix(core): decouple request-time guard from persistent compaction
RC-CHN May 15, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading