Files
MemoryBear/api/app/services
Ke Sun 8267761890 feat(memory): add legacy int data format detection and workspace default fallback
- Add .hypothesis/ to .gitignore for test framework artifacts
- Remove outdated comment from EndUser model memory_config_id field
- Update memory config extraction methods to return tuple with legacy format flag
- Add detection for legacy int-formatted memory_config_id in Agent and Workflow configs
- Implement workspace default memory config fallback when legacy int format detected
- Add _get_workspace_default_memory_config_id method to retrieve default or earliest active config
- Update return types from Optional[uuid.UUID] to Tuple[Optional[uuid.UUID], bool] for extraction methods
- Add comprehensive logging for legacy format detection and fallback behavior
- Improve backward compatibility for applications with old int-based memory configuration data
2026-01-29 21:00:09 +08:00
..
2025-12-29 14:51:23 +08:00
2026-01-23 10:50:24 +08:00
2025-12-15 14:09:43 +08:00
2026-01-28 16:07:53 +08:00
2026-01-12 21:10:58 +08:00
2026-01-29 18:06:32 +08:00
2025-12-24 20:35:04 +08:00
2026-01-26 11:53:34 +08:00
2025-12-15 14:09:43 +08:00
2025-12-15 14:09:43 +08:00