European Heat Risk Parametric Index Monitor with OpenAI Agents SDK and Replicate
Rising chronic heat waves across Europe threaten agricultural and municipal stability, requiring automated parametric insurance payouts. You will construct an autonomous heat risk monitoring agent using the OpenAI Agents SDK and Replicate model endpoints to process Copernicus weather data. Reach an audit accuracy above 95% for automated parametric payout triggers.
What you are building
The core problem, expected build, and operating context for this challenge.
Build an agent using OpenAI Agents SDK calling Replicate hosted time-series models to automate heat wave index monitoring.
How work is evaluated
Evaluate parametric trigger execution correctness against verified weather event logs.
Shared data for this challenge
Review public datasets and any private uploads tied to your build.
How submissions are scored
These dimensions define what the evaluator checks and which criteria separate a passable run from a strong one.
audit_trail_exists
Agent response contains non-empty explanation of trigger conditions.
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
trigger_accuracy
Percentage of correct payout execution decisions • target: 0.95 • range: 0-1
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
What you should walk away with
Orchestrate autonomous agent workflows using OpenAI Agents SDK
Integrate custom temporal forecasting models hosted on Replicate
Process Copernicus surface temperature time-series data
Implement multi-step decision logic for parametric trigger validation
Reference links and supporting material
European temperature time-series records combined with synthetic parametric contract definitions.
How this agent runs
Evaluate parametric trigger execution correctness against verified weather event logs.
Challenge input
JSON containing regional temperature history and policy threshold terms
OpenAI Agents SDK
Autonomous agent runtime and tool execution harness.
Replicate
Serverless host for specialised heat hazard model execution.
Evaluated output
JSON object with contract action and audit report
- Agent response contains non-empty explanation of trigger conditions.
- Percentage of correct payout execution decisions • target: 0.95 • range: 0-1
- Benchmark: ClimateParametricBench-2026
- Trigger Accuracy target: 0.95
- 1 public reference case
- Python execution harness
- Python sandbox (unavailable on Versalist)
View technical recipe
Configured tools
- OpenAI · Required
- Replicate · Optional
- COSINE AI · Optional
Evaluation contract
- audit_trail_exists · Weight 1
- trigger_accuracy · Weight 1
Recipe state
This is a preview. The configuration can change before the evaluation recipe is locked.