Commit Graph

8 Commits

Author SHA1 Message Date
Steve White b6b50e4ef8 Add code search capability with GitHub and StackExchange APIs
This commit implements specialized code/programming search functionality:
- Add CODE as a new query type with templates at all detail levels
- Implement GitHub and StackExchange search handlers
- Add code query detection based on programming languages and frameworks
- Update result ranking to prioritize code-related sources
- Implement integration testing for code queries
- Update configuration and documentation
2025-03-14 16:12:26 -05:00
Steve White cf7d7f6966 Clean up repository: Remove unused test files and add new test directories 2025-03-11 16:56:58 -05:00
Steve White d53198d5ab Make generate_search_queries async to fix runtime errors 2025-02-28 16:46:25 -06:00
Steve White 6b749b9cb6 Convert LLM interface methods to async to fix runtime errors 2025-02-28 16:44:10 -06:00
Steve White ae130ac49b Add support for custom models and thinking tag processing 2025-02-28 09:19:27 -06:00
Steve White 646922ef4a Implement customizable report detail levels with four options: brief, standard, detailed, and comprehensive 2025-02-28 08:27:14 -06:00
Steve White ed34f807b4 Add test script for query to report workflow 2025-02-28 08:07:35 -06:00
Steve White 941620f178 Fix Jina reranker integration and successfully test end-to-end query to report pipeline with EV query. Document report detail level configuration options. 2025-02-27 18:12:55 -06:00