CKVD Codebase Research
Research the crypto-kline-vision-data codebase to answer questions about: $ARGUMENTS
Research Focus
Key Areas to Investigate
- •
FCP Implementation (
src/ckvd/core/sync/crypto_kline_vision_data.py)- •How failover decisions are made
- •Cache → Vision → REST priority
- •
Provider Implementations (
src/ckvd/core/providers/binance/)- •Vision API client
- •REST API client
- •Cache manager
- •
Utilities (
src/ckvd/utils/)- •Market constraints and validation
- •Timestamp handling
- •DataFrame utilities
Research Instructions
- •Use Glob to find relevant files
- •Use Grep to search for specific patterns
- •Read key files to understand implementation
- •Summarize findings with specific file:line references
Expected Output
Provide:
- •Summary: Brief answer to the research question
- •Key Files: Files most relevant to the topic
- •Code References: Specific file:line references
- •Related Topics: Other areas worth investigating