Add crypto derivatives/on-chain signals and crypto-native subreddits - #1209
Open
Felipe-Luvizotto wants to merge 1 commit into
Open
Add crypto derivatives/on-chain signals and crypto-native subreddits#1209Felipe-Luvizotto wants to merge 1 commit into
Felipe-Luvizotto wants to merge 1 commit into
Conversation
The market analyst had no signal for crypto-specific positioning: perpetual funding rate, open interest, market-wide sentiment, or network health. Add a keyless crypto_signals vendor category (Binance funding rate/open interest, alternative.me Fear & Greed Index, mempool.space Bitcoin hashrate), bound to the market analyst only when asset_type == "crypto". Also fix the sentiment analyst's Reddit source for crypto assets: the equities-default subreddits (wallstreetbets/stocks/investing) return near-zero signal for a ticker like BTC-USD in practice; a crypto asset now searches CryptoCurrency/Bitcoin/CryptoMarkets instead. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
funding rate, open interest, market-wide sentiment, or network health.
crypto_signalsvendor category (Binance funding rate/openinterest, alternative.me Fear & Greed Index, mempool.space Bitcoin hashrate),
bound to the market analyst only when
asset_type == "crypto".equities-default subreddits (wallstreetbets/stocks/investing) return
near-zero signal for a ticker like BTC-USD in practice; a crypto asset now
searches CryptoCurrency/Bitcoin/CryptoMarkets instead.
Test plan
pytest tests/ -m unit)ruff checkclean on all changed/new filesdegradation on network errors, vendor routing, and a regression guard
ensuring the new tools are registered in both the LLM binding and the
executor ToolNode (the same wiring-gap class as an existing test)
🤖 Generated with Claude Code