perfectra1n b37d9b4b3d feat(llm): add smart search tool for unified search interface
* Add SmartSearchTool that automatically selects best search method based on query analysis
* Intelligent detection of semantic, keyword, attribute, and temporal searches
* Automatic fallback to alternative methods when primary search yields poor results
* Support for exact phrase matching, boolean operators, and date/time patterns
* Comprehensive error handling with helpful suggestions and examples
* Standardized response format with execution metadata
* Add parameter validation helpers for consistent error messaging
* Remove unified_search_tool.ts to eliminate duplicate search interfaces

This provides LLMs with a single, intelligent search interface while maintaining
backward compatibility with individual search tools for specialized cases.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-09 15:29:20 -07:00
..