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-12 15:59:10 +08:00
2026-01-19 16:41:11 +08:00
2026-01-20 15:03:29 +08:00
2026-01-20 15:03:29 +08:00
2026-01-19 16:41:11 +08:00
2026-01-20 15:03:29 +08:00
2026-01-20 10:39:12 +08:00
2026-01-20 11:24:33 +08:00
2026-01-19 12:24:13 +08:00
2026-01-16 14:15:33 +08:00
2025-12-02 20:28:01 +08:00
2026-01-05 04:30:36 +00:00
2026-01-20 10:36:30 +08:00
2025-12-26 14:39:17 +08:00
2025-12-24 20:35:04 +08:00
2025-12-24 20:35:04 +08:00
2026-01-20 10:36:30 +08:00
2026-01-16 11:44:19 +08:00