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
..
2025-12-02 20:28:01 +08:00
2025-12-15 14:09:43 +08:00
2026-01-10 16:35:32 +08:00
2025-12-15 14:09:43 +08:00
2025-12-02 20:28:01 +08:00
2026-01-20 10:39:12 +08:00
2025-12-02 20:28:01 +08:00
2025-12-20 07:02:46 +00:00
2026-01-07 16:00:53 +08:00
2025-12-02 20:28:01 +08:00
2026-01-20 15:03:29 +08:00
2026-01-07 18:14:25 +08:00
2026-01-05 04:30:36 +00:00
2026-01-20 10:39:12 +08:00
2026-01-07 16:00:53 +08:00