You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "Track competitor mentions across news sites, blogs, and social media to extract product launches, partnerships, funding rounds, and key hires"
requires-python = ">=3.11"
dependencies = [
"cocoindex>=0.3.9,<1",
"mcp[cli]>=1.27,<2",
"tavily-python>=0.3.0", # AI-native search API
"psycopg[binary,pool]",
"psycopg-pool", # Connection pooling for query handlers