feat: Refine keyword generation logic, enforce Serper API usage, and enhance search query construction with platform-specific templates.

This commit is contained in:
2026-02-03 22:52:13 +00:00
parent 358f2a42dd
commit f9222627ef
7 changed files with 274 additions and 209 deletions

View File

@@ -23,7 +23,6 @@ export interface PlatformConfig {
export interface SearchConfig {
platforms: PlatformConfig[]
strategies: SearchStrategy[]
intensity: 'broad' | 'balanced' | 'targeted'
maxResults: number
timeFilter?: 'past-day' | 'past-week' | 'past-month' | 'past-year' | 'all'
}