Commit Graph

12 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 71ad21a1e7 Implement progressive report generation for comprehensive detail level reports. This adds a new ProgressiveReportSynthesizer class that extends ReportSynthesizer to implement an iterative refinement approach for very large document collections. The implementation includes chunk prioritization, state management, termination conditions, and progress tracking. 2025-03-12 10:39:02 -05:00
Steve White 01c1a74484 Update current focus with progressive report generation implementation plan 2025-03-12 10:28:46 -05:00
Steve White 33d159f00c Update memory bank with report templates implementation details 2025-03-12 10:15:20 -05:00
Steve White 7744249d65 Update memory bank to reflect project directory reorganization 2025-03-11 15:30:35 -05:00
Steve White 7f440286bc Fully functional end-to-end test of research with gemini flash 2025-03-01 11:55:57 -06:00
Steve White 9d9fea8b5b Update memory bank with Gradio UI fixes and future enhancement plans 2025-02-28 10:25:24 -06:00
Steve White 1e3e2b7258 Update memory bank with enhanced report detail levels and synthesis process 2025-02-28 09:01:32 -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
Steve White 695e4b7ecd Implement Phase 2 of Report Generation module: document prioritization and chunking strategies 2025-02-27 17:47:02 -06:00
Steve White bdc3a8fe60 Add Gradio web interface for the intelligent research system 2025-02-27 16:27:24 -06:00
Steve White 540bf22b52 Initial commit: Intelligent Research System with search execution module 2025-02-27 16:21:54 -06:00