yao/agent/search
Max 7da06a4ae1 feat(search): refactor builtinSearch to utilize websearch tool and enhance context handling
- Updated the builtinSearch function to delegate search operations to the websearch tool, improving modularity and maintainability.
- Enhanced context handling by passing the agent context to builtinSearch, allowing for user and team identification during searches.
- Added a new DecryptValue function in cloud.go to streamline value decryption, delegating to the existing config.DecryptValue method.
- Updated .gitignore to include tools/README.md for better project organization.
2026-05-02 19:58:03 +08:00
..
defaults Implement search configuration management and testing enhancements 2025-12-13 11:19:20 +08:00
handlers feat(search): refactor builtinSearch to utilize websearch tool and enhance context handling 2026-05-02 19:58:03 +08:00
interfaces Implement Context-Aware Search Functionality and Enhance QueryDSL Generation 2025-12-18 11:49:28 +08:00
nlp Refactor Context Management to Use Memory Instead of Space 2025-12-22 11:19:00 +08:00
rerank Refactor Agent Response Handling to Use Structured Response Types 2025-12-18 17:32:49 +08:00
types Refactor KB Search Handler and Update Test Cases 2025-12-20 14:43:00 +08:00
citation.go Refactor Citation Handling and Enhance Search Result Storage 2025-12-15 17:17:51 +08:00
citation_test.go Refactor Citation Handling and Enhance Search Result Storage 2025-12-15 17:17:51 +08:00
DESIGN.md Enhance Search Result Storage and Intermediate Data Handling 2025-12-15 16:06:11 +08:00
jsapi.go Enhance Search API with New V8 Binding Methods 2025-12-13 16:11:30 +08:00
jsapi_db_test.go Refactor Test Files and Enhance Test Environment Initialization 2025-12-18 12:11:51 +08:00
jsapi_test.go Refactor Context Management to Use Memory Instead of Space 2025-12-22 11:19:00 +08:00
reference.go Refactor Citation Handling and Enhance Search Result Storage 2025-12-15 17:17:51 +08:00
reference_test.go Refactor Citation Handling and Enhance Search Result Storage 2025-12-15 17:17:51 +08:00
registry.go Implement search configuration management and testing enhancements 2025-12-13 11:19:20 +08:00
registry_test.go Enhance Search API with Parallel Search Methods 2025-12-13 15:35:52 +08:00
search.go Enhance PDF and Content Processing with New File Handling Features 2025-12-29 15:20:38 +08:00
search_test.go Refactor Citation Handling and Enhance Search Result Storage 2025-12-15 17:17:51 +08:00
search_web_test.go Skip Tests Requiring External API Keys in search_web_test.go 2025-12-27 20:07:16 +08:00