Vanzeren
c2002d9fac
feat(memory): add memory tool sets (#4023)
* feat: add memory-as-tool mode alongside existing middleware mode
- Add memory.mode config field (middleware|tool, default middleware)
- Add search_memory_facts() for case-insensitive fact lookup
- Add 4 memory tools: memory_search, memory_add, memory_update, memory_delete
- Wire mode gating in factory.py and lead_agent/agent.py
- 256 memory tests passing, zero regressions
* fix: harden tool-mode memory scoping and docs
* fix: address memory tool mode review feedback
* fix(memory): address tool mode review feedback
* fix: update config_version to 22 in values.yaml
2026-07-11 15:28:16 +08:00
..
2026-05-07 16:15:15 +08:00
2026-03-27 20:03:30 +08:00
2026-04-14 00:03:38 +08:00
2026-07-04 22:56:24 +08:00
2026-07-08 17:10:27 +08:00
2026-06-21 15:47:53 +08:00
2026-06-16 23:04:39 +08:00
2026-06-08 08:38:36 +08:00
2026-04-26 11:09:55 +08:00
2026-07-09 16:26:31 +08:00
2026-03-23 18:07:33 +08:00
2026-07-08 17:10:27 +08:00
2026-05-07 16:15:15 +08:00
2026-07-11 15:28:16 +08:00
2026-06-07 17:47:11 +08:00
2026-07-04 13:54:04 +08:00
2026-07-03 17:21:04 +08:00
2026-07-04 21:51:57 +08:00
2026-04-26 11:05:47 +08:00
2026-05-01 22:19:50 +08:00
2026-05-22 21:20:28 +08:00
2026-07-09 17:21:25 +08:00
2026-07-04 21:51:57 +08:00
2026-04-06 22:07:11 +08:00
2026-07-07 21:44:28 +08:00
2026-07-04 23:09:29 +08:00
2026-07-04 16:07:42 +08:00
2026-07-10 11:17:35 +08:00
2026-06-15 17:59:25 +08:00
2026-07-04 11:27:19 +08:00
2026-06-30 18:58:02 +08:00
2026-06-21 22:25:15 +08:00
2026-05-10 22:00:57 +08:00
2026-03-14 22:55:52 +08:00
2026-05-29 22:59:26 +08:00
2026-07-06 20:57:41 +08:00
2026-07-10 07:54:36 +08:00
2026-05-21 16:49:31 +08:00