MCPcopy Create free account

hub / github.com/AgriQuantAI/AgriQuant-AI / types & classes

Types & classes32 in github.com/AgriQuantAI/AgriQuant-AI

↓ 4 callersClassClaudeAnalysisEngine
Uses Claude Sonnet 4 to analyze weather data and generate predictions
claude_engine.py:17
↓ 4 callersClassRiskAssessment
Supply risk assessment output
risk_analyzer.py:37
↓ 2 callersClassAIDatabase
PostgreSQL database for storing all AgriQuant AI data
database.py:17
↓ 2 callersClassTimeSeriesDataset
PyTorch Dataset for time series data
lstm_predictor.py:26
↓ 1 callersClassAIBacktest
Historical validation of prediction accuracy
backtest.py:21
↓ 1 callersClassAIOrchestrator
Main system coordinator Runs continuous monitoring and generates predictions
main.py:26
↓ 1 callersClassCocoaWestAfricaCollector
Collects weather, vegetation, and supply data for West African cocoa regions. Sources: Ghana Met Agency, NOAA GFS (for Ivory Coast), NASA MOD
cocoa_westafrica_collector.py:82
↓ 1 callersClassCoffeeBrazilCollector
Collects and analyzes weather data for Brazilian Arabica coffee regions. Primary data sources: INMET (Brazilian meteorological service),
coffee_brazil_collector.py:84
↓ 1 callersClassCorrelationAnalyzer
Analyzes correlations and dependencies across multiple time series: - Weather variables vs OJ prices - OJ vs related commodities (sugar,
correlation_analyzer.py:17
↓ 1 callersClassDeepLearningPredictor
Deep learning-based price prediction system Uses LSTM with attention for sophisticated pattern recognition
lstm_predictor.py:115
↓ 1 callersClassEnsemblePricePredictor
Sophisticated ensemble prediction model for ag commodity futures prices Combines weather impact, seasonal patterns, and market dynamics
ensemble_predictor.py:20
↓ 1 callersClassGrainsCollector
Corn and Wheat weather monitoring across US Corn Belt and Great Plains. Sources: NOAA, USDA Crop Progress reports, US Drought Monitor (USDM),
grains_collector.py:78
↓ 1 callersClassGroveHealthMetrics
Satellite-derived grove health metrics
satellite_data_processor.py:18
↓ 1 callersClassGroveHealthMonitor
Monitor current grove health conditions Affects vulnerability to weather events
risk_analyzer.py:52
↓ 1 callersClassLSTMPricePredictor
Multi-layer LSTM network for ag commodity futures price prediction Captures temporal dependencies in weather and market patterns
lstm_predictor.py:40
↓ 1 callersClassMarketImpactAnalyzer
Translate supply disruptions into price impact forecasts Uses: - Supply/demand elasticity - Historical price responses - Cur
market_impact_analyzer.py:31
↓ 1 callersClassMarketMicrostructureAnalyzer
Analyzes market microstructure for ag commodity futures - Order flow imbalance - Liquidity metrics - Price impact models - Volume
microstructure_analyzer.py:17
↓ 1 callersClassPerformanceTracker
Tracks trading performance metrics for transparency reporting Calculates accuracy, profitability, risk metrics
performance_tracker.py:16
↓ 1 callersClassPriceImpactForecast
Price impact prediction
market_impact_analyzer.py:18
↓ 1 callersClassSatelliteDataProcessor
Process satellite imagery to monitor grove health Data sources: - Sentinel-2 (ESA): Free, 10m resolution, 5-day revisit - Planet
satellite_data_processor.py:31
↓ 1 callersClassSugarCollector
Sugar #11 weather and supply data collection. Monitors Brazil drought, India monsoon, Thailand floods, and policy signals.
sugar_collector.py:49
↓ 1 callersClassSupplyRiskAnalyzer
Comprehensive supply risk analysis for agricultural crop Combines: - Weather forecasts - Historical patterns - Current grove
risk_analyzer.py:131
↓ 1 callersClassTokenBuybackExecutor
Executes monthly token buybacks from trading profits Buys $AGQNT from market and sends to burn address
crypto_fundraise.py:21
↓ 1 callersClassUSDTAirdropDistributor
Distributes USDT airdrops to $AGQNT token holders quarterly 50% of trading profits allocated to USDT distributions
investor_distribution.py:19
↓ 1 callersClassVolatilityForecaster
Advanced volatility forecasting for ag commodity futures - GARCH(1,1) model - EWMA (Exponentially Weighted Moving Average) - Regime-s
volatility_forecaster.py:18
ClassElNinoMonitor
Monitors ENSO phase using NOAA Climate Prediction Center (CPC) data. Oni Index (Oceanic Nino Index): 3-month running mean of SST anomalies
el_nino_monitor.py:49
ClassEventType
Weather event types
risk_analyzer.py:27
ClassMultiCommodityEngine
Central engine that: 1. Runs all 6 commodity collectors in sequence 2. Aggregates signals with correlation adjustments 3. Detects por
multi_commodity_engine.py:34
ClassRiskLevel
Supply risk levels
risk_analyzer.py:18
ClassSatelliteDataDownloader
Download satellite imagery from various sources
satellite_data_processor.py:357
ClassSatelliteNDVIProcessor
Multi-source satellite data processor for vegetation health monitoring. Combines MODIS (free, 250m, 16-day), Sentinel-2 (free, 10m, 5-day),
satellite_ndvi_processor.py:47
ClassSupplyReportMonitor
Monitors and ingests supply/demand reports from all relevant agencies. Detects revision magnitude to assess price impact before market open.
icco_usda_scraper.py:42