Ke Sun
7167c2002f
feat(implicit memory): upgrade pydantic v2 compatibility and confidence level handling
- Replace deprecated `.dict()` with `.model_dump(mode='json')` for pydantic v2 compatibility
- Convert confidence level from enum-based strings to numerical values (0-100 scale)
- Add confidence level mapping in controller (high: 85, medium: 50, low: 20)
- Update dimension analyzer to handle both string and numeric confidence inputs
- Refactor habit analyzer confidence level validation logic
- Remove ConfidenceLevel enum import and replace with integer-based approach
- Update memory config validators for numerical confidence level support
- Ensure all implicit memory schemas use model_dump for serialization
- Improve type consistency across memory analytics modules
2026-01-08 17:50:01 +08:00
..
2026-01-06 20:05:18 +08:00
2026-01-07 18:14:25 +08:00
2025-12-18 17:58:55 +08:00
2026-01-08 16:13:22 +08:00
2025-12-02 20:28:01 +08:00
2026-01-05 12:18:31 +08:00
2026-01-05 12:18:31 +08:00
2025-12-20 15:37:08 +08:00
2025-12-24 16:06:54 +08:00
2026-01-05 12:18:31 +08:00
2026-01-06 15:25:25 +08:00
2026-01-08 17:50:01 +08:00
2026-01-05 12:18:31 +08:00
2025-12-15 14:09:43 +08:00
2025-12-23 17:17:04 +08:00
2025-12-23 08:05:06 +00:00
2026-01-08 15:15:13 +08:00
2026-01-07 16:00:22 +08:00
2025-12-23 17:30:09 +08:00
2026-01-07 16:36:11 +08:00
2026-01-05 04:30:36 +00:00
2025-12-18 14:08:40 +08:00
2025-12-29 14:51:23 +08:00
2025-12-24 20:35:04 +08:00
2026-01-06 14:27:51 +08:00
2026-01-06 20:05:18 +08:00
2025-12-02 20:28:01 +08:00
2025-12-02 20:28:01 +08:00
2025-12-02 20:28:01 +08:00
2026-01-07 15:51:12 +08:00
2026-01-07 18:59:28 +08:00
2025-12-02 20:28:01 +08:00
2025-12-24 20:35:04 +08:00
2026-01-06 18:03:28 +08:00
2025-12-20 17:51:49 +08:00
2025-12-24 21:00:10 +08:00