yao/agent/search/rerank
Max 534f4d6ed5 Refactor Search Module and Update Documentation
- Introduced a new TODO.md file to outline the implementation plan and progress for the search module.
- Updated DESIGN.md to reflect changes in the directory structure and clarify the roles of various components, including the new Handler + Registry pattern for reranking and keyword extraction.
- Refactored the Searcher struct to utilize a direct reference to the rerank package, enhancing modularity and clarity in the search process.
- Modified the Search and SearchMultiple methods to include context parameters, improving flexibility for agent mode operations.
- Revised the Reranker interface to require context for Agent and MCP modes, ensuring compatibility with different reranking strategies.
- Enhanced documentation to provide comprehensive guidance on the updated search architecture and its components.
2025-12-13 15:01:53 +08:00
..
agent.go Refactor Search Module and Update Documentation 2025-12-13 15:01:53 +08:00
agent_test.go Refactor Search Module and Update Documentation 2025-12-13 15:01:53 +08:00
builtin.go Refactor Search Module and Update Documentation 2025-12-13 15:01:53 +08:00
builtin_test.go Refactor Search Module and Update Documentation 2025-12-13 15:01:53 +08:00
mcp.go Refactor Search Module and Update Documentation 2025-12-13 15:01:53 +08:00
mcp_test.go Refactor Search Module and Update Documentation 2025-12-13 15:01:53 +08:00
reranker.go Refactor Search Module and Update Documentation 2025-12-13 15:01:53 +08:00
reranker_test.go Refactor Search Module and Update Documentation 2025-12-13 15:01:53 +08:00