Ke Sun
83fe793e72
refactor(memory): clean up deprecated config and self-reflexion utilities
- Remove deprecated self_reflexion endpoint from memory_storage_controller
- Delete obsolete config modules (config_optimization, definitions, get_example_data, litellm_config)
- Remove self_reflexion_utils package and related evaluation/reflexion modules
- Refactor hot_memory_tags to use Neo4jConnector instead of direct GraphDatabase connection
- Simplify LLM client initialization by removing DEFAULT_LLM_ID fallback logic
- Remove unnecessary sys.path manipulation and project root resolution code
- Update filter_tags_with_llm to properly handle missing config with clear error messages
- Migrate get_raw_tags_from_db to async function using Neo4jConnector
- Consolidate imports and remove unused dependencies (uuid, sys)
- Improve error handling with explicit ValueError messages for missing configuration
2026-01-20 15:03:29 +08:00
..
2026-01-20 15:03:29 +08:00
2025-12-02 20:28:01 +08:00
2025-12-15 20:50:15 +08:00
2025-12-15 19:53:33 +08:00
2025-12-15 14:09:43 +08:00
2026-01-08 18:48:29 +08:00
2026-01-20 10:39:12 +08:00
2025-12-02 20:28:01 +08:00
2026-01-05 04:34:12 +00:00
2025-12-02 20:28:01 +08:00
2026-01-08 15:15:13 +08:00
2025-12-02 20:28:01 +08:00
2026-01-05 14:38:36 +08:00
2025-12-30 04:20:04 +00:00
2025-12-30 11:53:16 +08:00
2026-01-19 10:46:53 +08:00
2026-01-07 16:00:22 +08:00
2026-01-07 16:36:11 +08:00
2025-12-18 14:08:40 +08:00
2025-12-19 14:09:05 +08:00
2025-12-02 20:28:01 +08:00
2025-12-15 14:09:43 +08:00
2026-01-06 12:09:55 +08:00
2025-12-15 14:09:43 +08:00
2025-12-15 19:53:33 +08:00
2025-12-02 20:28:01 +08:00
2025-12-02 20:28:01 +08:00