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
..
2025-12-24 20:35:04 +08:00
2025-12-15 19:53:33 +08:00
2026-01-07 14:08:42 +08:00
2025-12-30 11:53:16 +08:00
2025-12-02 20:28:01 +08:00
2025-12-02 20:28:01 +08:00
2025-12-20 07:02:46 +00:00
2026-01-05 04:34:12 +00:00
2025-12-02 20:28:01 +08:00
2025-12-02 20:28:01 +08:00
2026-01-05 14:38:36 +08:00
2026-01-08 17:50:01 +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
2025-12-24 16:06:54 +08:00
2025-12-26 11:43:51 +08:00
2025-12-23 17:17:04 +08:00
2025-12-02 20:28:01 +08:00
2026-01-07 16:00:22 +08:00
2025-12-30 08:37:37 +00:00
2026-01-08 15:15:13 +08:00
2025-12-02 20:28:01 +08:00
2026-01-07 18:19:05 +08:00
2025-12-24 20:35:04 +08:00
2025-12-17 18:11:01 +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
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-08 14:00:28 +08:00
2025-12-15 14:09:43 +08:00
2025-12-29 11:57:13 +00:00
2025-12-24 18:21:47 +08:00