Quick Start
How It Works
| Agent | Responsibility | SLA |
|---|---|---|
MultispectralAnalyzer | Calculate NDVI/NDRE/CCCI vegetation indices and identify stress zones | ≤ 2 min per field |
DiseaseIdentifier | AI-based pest and disease classification with severity level | ≤ 30 s |
SprayRecommender | Targeted spray strategy — product, rate, GPS zones, weather window | ≤ 1 min |
YieldPredictor | Harvest yield forecast with quality grade and market value estimate | ≤ 45 s |
Configuration Options
Pydantic I/O schemas used by this template:| Schema | Key Fields |
|---|---|
MultispectralData | field_id, ndvi_index, ndre_index, ccci_index, moisture_level, temperature, affected_area, gps_coordinates |
PestDiseaseReport | report_id, field_id, pest_type, disease_type, severity, affected_crops, spread_rate, confidence_score |
SprayRecommendation | recommendation_id, field_id, treatment_type, product_name, application_rate, target_zones, optimal_time, cost_estimate, environmental_impact |
YieldForecast | forecast_id, field_id, crop_type, predicted_yield, confidence_interval, harvest_window, quality_grade, market_price_estimate |
PestDiseaseReport)
| Level | Meaning | Typical action |
|---|---|---|
none | No threat detected | Routine fertiliser application |
low | Early blight signs | Organic treatment (e.g. Neem Oil) |
moderate | Localised infestation | Targeted fungicide/pesticide |
high | Spreading infestation | Systemic treatment + monitoring |
severe | Field-wide outbreak | Emergency intervention |
Common Patterns
Integrated Pest Management (IPM) strategy by severityBest Practices
Fly imagery in optimal lighting conditions
Fly imagery in optimal lighting conditions
MultispectralAnalyzer accuracy degrades significantly in overcast conditions or when shadows cover more than 20 % of a field. Schedule drone flights within 2 hours of solar noon for best NDVI readings.Act on high-severity alerts within 24 hours
Act on high-severity alerts within 24 hours
DiseaseIdentifier reports spread_rate in % per day. At high severity (spread_rate > 2 %), a one-day delay can double the affected area. The workflow automatically generates a SprayRecommendation for high/severe findings.Monitor the sustainability_score trend
Monitor the sustainability_score trend
The workflow calculates a
sustainability_score (0–100) based on total chemical application. Track this per season — a declining score signals overuse of pesticides, which correlates with long-term soil health degradation.Validate GPS spray zones before field application
Validate GPS spray zones before field application
SprayRecommendation.target_zones contains GPS polygon boundaries. Always cross-check these against your field boundary GIS layer to prevent off-target application near water bodies or buffer zones.Related
Industry Templates Overview
Hub page — choose the right template and understand cross-industry reuse.
Transportation Template
LiDAR structural analysis, displacement tracking, and infrastructure safety heatmaps.

