yao/agent/store/xun
Max 00f9d86788 Enhance Search Result Storage and Intermediate Data Handling
- Introduced a new `Search` type to store intermediate processing results, including extracted keywords, entities, relations, and generated QueryDSL for improved debugging and citation support.
- Updated the `executeAutoSearch` method to populate the new `Search` structure, ensuring all relevant data is captured during search execution.
- Implemented methods for saving and retrieving search records in MongoDB and Redis, enhancing data persistence across sessions.
- Revised localization files to include new keys for search-related messages, improving user experience.
- Updated DESIGN.md to reflect changes in the search result structure and data flow, ensuring comprehensive documentation of the new features.
2025-12-15 16:06:11 +08:00
..
assistant.go Implement search configuration management and testing enhancements 2025-12-13 11:19:20 +08:00
assistant_test.go Implement search configuration management and testing enhancements 2025-12-13 11:19:20 +08:00
chat.go Add assistant info retrieval and chat mode management 2025-12-10 12:15:55 +08:00
chat_test.go Add assistant info retrieval and chat mode management 2025-12-10 12:15:55 +08:00
message.go Add assistant info retrieval and chat mode management 2025-12-10 12:15:55 +08:00
message_test.go Add assistant info retrieval and chat mode management 2025-12-10 12:15:55 +08:00
resume.go Enhance chat filtering and management in Xun store 2025-12-09 11:18:55 +08:00
resume_test.go Enhance chat filtering and management in Xun store 2025-12-09 11:18:55 +08:00
search.go Enhance Search Result Storage and Intermediate Data Handling 2025-12-15 16:06:11 +08:00
search_test.go Enhance Search Result Storage and Intermediate Data Handling 2025-12-15 16:06:11 +08:00
utils.go Refactor completion request handling in context tests 2025-11-11 16:23:22 +08:00
xun.go Refactor chat storage design to enhance chat and assistant management 2025-12-09 10:44:34 +08:00