Skip to content

feat: add optional social_sentiment tool#187

Open
alexander-schneider wants to merge 4 commits intovirattt:mainfrom
alexander-schneider:codex/market-sentiment-tool
Open

feat: add optional social_sentiment tool#187
alexander-schneider wants to merge 4 commits intovirattt:mainfrom
alexander-schneider:codex/market-sentiment-tool

Conversation

@alexander-schneider
Copy link
Copy Markdown

@alexander-schneider alexander-schneider commented Mar 19, 2026

Summary

  • add an optional social_sentiment tool for structured cross-source social stock sentiment
  • return normalized sentiment snapshots across Reddit, X/Twitter, and Polymarket
  • register the tool only when ADANOS_API_KEY is set
  • keep Dexter's existing financial_search flow unchanged
  • add tests for normalization, partial source failures, registry gating, and the full paid lookback window

Why

Dexter already covers fundamentals, quotes, company news, and raw X search well.
What it does not currently have is a compact cross-source social stock sentiment snapshot for prompts like:

  • "How much are Reddit users talking about TSLA right now?"
  • "How hot is NVDA on X.com compared with AMD?"
  • "How many active Polymarket bets are there on Microsoft right now?"
  • "Are Reddit and X aligned on META?"

This PR fills that gap as a small optional tool without introducing provider selection or changing the current Financial Datasets-centered path.

Notes

  • the tool is intentionally separate from financial_search
  • it is env-gated and unavailable unless ADANOS_API_KEY is configured
  • V1 focuses on Reddit, X/Twitter, and Polymarket only

@alexander-schneider alexander-schneider changed the title feat: add optional market_sentiment tool feat: add optional social_sentiment tool Mar 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant