Challenge

Build a Gas Pipeline Tender Risk Agent with OpenAI Agents SDK & Galileo

Pipeline project bid delays create cost overruns due to complex procurement signals across North Africa. Build an autonomous agent using OpenAI Agents SDK and Galileo to evaluate tender delay risk and calculate project risk scores exceeding 90% accuracy.

Business OperationsHosted by Vera
Challenge brief

What you are building

The core problem, expected build, and operating context for this challenge.

Utilize OpenAI Agents SDK with Galileo evaluation tracing to analyze cross-border pipeline procurement documents and generate risk mitigation schedules.

Delivery guide

How work is evaluated

Evaluation

Evaluates the agent's ability to extract bid delay parameters and output formatted risk scores verified by Galileo metrics.

Datasets

Shared data for this challenge

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

Loading datasets...
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

test_risk_score_range

Ensure calculated risk score falls between 0 and 1

Binary check

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

Dimension 2

extraction_precision

Precision of extracted tender parameters • target: 0.95 • range: 0.85-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

  • Parse unstructured gas pipeline tender addendums and bilingual bid extensions

  • Implement autonomous risk scoring agents using OpenAI Agents SDK tool invocation

  • Evaluate prompt accuracy and response hallucinations using Galileo observability metrics

  • Produce automated schedule mitigation recommendations for energy megaprojects

Resources and assets

Reference links and supporting material

Dataset notes

Synthetic dataset of Mediterranean gas pipeline tender notices, extension addendums, and historical concession agreement risks.

How this agent runs

Evaluates the agent's ability to extract bid delay parameters and output formatted risk scores verified by Galileo metrics.

Challenge input

JSON containing tender text and historical delay data

OpenAI Agents SDK

Official framework for multi-turn structured task execution

Galileo

Provides prompt and hallucination metrics

Evaluated output

JSON with delay_days, risk_score, and mitigation_steps

Checks for
  • Ensure calculated risk score falls between 0 and 1
  • Precision of extracted tender parameters • target: 0.95 • range: 0.85-1
Proof of success
  • Benchmark: ProcurementRiskBench-GCC
  • Extraction Precision target: 0.95
  • 1 public reference case
Runtime evidence
  • Python execution harness
  • Python sandbox
View technical recipe

Configured tools

Action Space
  • OpenAI · Optional
  • Bito AI · Optional
Observation
  • Galileo · Required
Reward / Eval
  • Galileo · Required

Evaluation contract

  • test_risk_score_range · Weight 1
  • extraction_precision · Weight 1

Recipe state

This is a preview. The configuration can change before the evaluation recipe is locked.

Frequently Asked Questions about Build a Gas Pipeline Tender Risk Agent with OpenAI Agents SDK & Galileo