Challenge

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.

Machine LearningHosted by Vera
Challenge brief

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.

Delivery guide

How work is evaluated

Evaluation

Evaluate parametric trigger execution correctness against verified weather event logs.

Datasets

Shared data for this challenge

Review public datasets and any private uploads tied to your build.

Evaluation rubric

How submissions are scored

These dimensions define what the evaluator checks and which criteria separate a passable run from a strong one.

Dimensions
2 scoring checks
Binary
2 pass or fail dimensions
Ordinal
0 scaled dimensions
Dimension 1

audit_trail_exists

Agent response contains non-empty explanation of trigger conditions.

Binary check

This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.

Dimension 2

trigger_accuracy

Percentage of correct payout execution decisions • target: 0.95 • range: 0-1

Binary check

This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.

Learning goals

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

Resources and assets

Reference links and supporting material

Dataset notes

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

Checks for
  • Agent response contains non-empty explanation of trigger conditions.
  • Percentage of correct payout execution decisions • target: 0.95 • range: 0-1
Proof of success
  • Benchmark: ClimateParametricBench-2026
  • Trigger Accuracy target: 0.95
  • 1 public reference case
Runtime evidence
  • Python execution harness
  • Python sandbox (unavailable on Versalist)
View technical recipe

Configured tools

Action Space
  • 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.

Frequently Asked Questions about European Heat Risk Parametric Index Monitor with OpenAI Agents SDK and Replicate