This commit is contained in:
2026-04-30 00:53:47 +03:30
parent 88f56da582
commit 46ba01e4cc
13 changed files with 2925 additions and 20 deletions
+2
View File
@@ -7,6 +7,7 @@ from .fertilization import get_fertilization_recommendation
from .pest_disease import get_pest_disease_detection, get_pest_disease_risk
from .soil_anomaly import get_soil_anomaly_insight
from .water_need_prediction import get_water_need_prediction_insight
from .yield_harvest import YieldHarvestRAGService
__all__ = [
"get_irrigation_recommendation",
@@ -15,4 +16,5 @@ __all__ = [
"get_pest_disease_risk",
"get_soil_anomaly_insight",
"get_water_need_prediction_insight",
"YieldHarvestRAGService",
]