Files
MemoryBear/api/app
Ke Sun a3cf773e75 fix(agent): add memory config validation and fix config id reference
- Add null check for actual_config_id before calling term_memory_save in langchain_agent.py to prevent errors when memory config is unavailable
- Add warning log when skipping term_memory_save due to missing memory config
- Fix incorrect attribute reference from memory_config.id to memory_config.config_id in memory_agent_service.py
- Fix method call from private _get_workspace_default_config to public get_workspace_default_config in memory_config_service.py
- Ensures graceful handling of missing memory configurations and prevents runtime errors
2026-02-05 10:19:43 +08:00
..
2026-01-12 15:59:10 +08:00
2026-01-19 16:41:11 +08:00
2026-01-30 19:09:43 +08:00
2026-01-26 11:53:34 +08:00
2026-01-20 10:36:30 +08:00
2025-12-24 20:35:04 +08:00
2026-01-29 12:33:40 +08:00
2026-02-03 16:03:08 +08:00