Back to evaluations
Public evaluation

agri_crop_advisory_eval

Evaluates agronomic output accuracy and Pydantic schema validation success.

Evaluation type
task based
Challenge
Agri-DPI Crop Advisory Agent using Pydantic AI
Difficulty
Beginner
Rigor
Unspecified

Evaluation overview

How the linked challenge is judged: tasks, benchmarks, and criteria count.

Tasks
1
Benchmarks
0
Criteria
0

Task templates

Inputs and expected outputs.

Task 1

agri_crop_advisory_eval

Parses soil sensor data payload and generates type-validated fertigation recommendation.

Input format

JSON containing field_id, crop_type, moisture_percentage, nitrogen_level, and forecasted_rain_mm.

Output format

JSON containing action ('IRRIGATE', 'APPLY_FERTILIZER', 'HOLD'), recommended_water_liters, and explanation.