Files
MemoryBear/api/app/services
Ke Sun 48f95e0ea4 refactor(memory): simplify config retrieval and remove redundant functions
- Remove get_memory_config_id function from end_user_repository.py as it's no longer needed
- Remove get_end_user_memory_config_id function from memory_agent_service.py to reduce duplication
- Simplify get_end_user_connected_config to use MemoryConfigService.get_config_with_fallback
- Update get_config_with_fallback signature to accept memory_config_id directly instead of end_user_id
- Remove unnecessary AppRelease query and config parsing logic from get_end_user_connected_config
- Streamline memory config retrieval flow to use service layer abstraction
- Improves code maintainability by centralizing config fallback logic in MemoryConfigService
2026-02-02 14:38:17 +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