AI Analysis and Content Strategy fixes. Enhanced Strategy Routes refactoring.

This commit is contained in:
ajaysi
2026-01-10 19:32:50 +05:30
parent 0b63ae7fc1
commit 8193cdba67
298 changed files with 45678 additions and 10952 deletions

View File

@@ -100,7 +100,8 @@ class ResearchConfig(BaseModel):
exa_category: Optional[str] = None # company, research paper, news, linkedin profile, github, tweet, movie, song, personal site, pdf, financial report
exa_include_domains: List[str] = [] # Domain whitelist
exa_exclude_domains: List[str] = [] # Domain blacklist
exa_search_type: Optional[str] = "auto" # "auto", "keyword", "neural"
exa_search_type: Optional[str] = "auto" # "auto", "keyword", "neural", "fast", "deep"
exa_additional_queries: Optional[List[str]] = None # Additional query variations for Deep search (only works with type="deep")
# Tavily-specific options
tavily_topic: Optional[str] = "general" # general, news, finance