Files
MemoryBear/api
Ke Sun 6452733c4e fix(memory): simplify summary tool by removing LLM processing
- Remove template_service extraction and template rendering logic
- Remove LLM client initialization from MemoryClientFactory
- Remove structured response call to LLM with RetrieveSummaryResponse model
- Replace LLM-based answer generation with direct retrieval information
- Simplify response to use raw retrieved info or default fallback message
- Update logging to reflect non-LLM quick answer approach
- Reduce unnecessary dependencies and improve performance by eliminating LLM call overhead
2026-01-14 15:58:24 +08:00
..
2025-12-24 10:40:34 +08:00
2025-12-22 17:52:00 +08:00
2025-12-24 21:01:04 +08:00
2025-12-29 14:51:23 +08:00