Challenge

Green Hydrogen Feasibility Assessment Crew with CrewAI and Amazon Bedrock

Volatile renewable energy pricing and off-taker commitment shifts require rapid re-evaluation of green hydrogen project economics. Deploy a CrewAI multi-agent team running on Amazon Bedrock to evaluate electrolyzer capacity, solar tariffs, and off-take terms, outputting dynamic IRR models that accurately flag unviable project conditions.

Business OperationsHosted by Vera
Challenge brief

What you are building

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

Build an autonomous multi-agent economic analysis team using CrewAI and Amazon Bedrock to evaluate green hydrogen megaproject feasibility.

Delivery guide

How work is evaluated

Evaluation

Evaluates LCOH calculations and feasibility recommendations generated by the crew.

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

correct_shelve_decision

Agent crew must recommend SHELVE when LCOH exceeds off-take cap

Binary check

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

Dimension 2

lcoh_calculation_accuracy

Accuracy of financial LCOH estimation relative to standard benchmark formula • 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

  • Define specialized CrewAI agents (Solar Analyst, Electrolyzer Specialist, Financial Modeler)

  • Configure Amazon Bedrock API provider using Anthropic Claude models

  • Implement sequential agent delegation task workflows for project IRR calculations

  • Identify tipping points where hydrogen production costs exceed market off-taker caps

Resources and assets

Reference links and supporting material

Dataset notes

Masdar Abu Dhabi green hydrogen project parameters, electrolyzer cost curves, and solar PPA pricing models.

How this agent runs

Evaluates LCOH calculations and feasibility recommendations generated by the crew.

Challenge input

JSON containing solar PPA tariff ($/MWh), electrolyzer cost ($/kW), and off-take cap ($/kg).

CrewAI

Required multi-agent role-playing framework

Amazon Bedrock

Required cloud model runtime environment

Evaluated output

JSON containing estimated LCOH ($/kg), project IRR %, and recommendation ('PROCEED' or 'SHELVE').

Checks for
  • Agent crew must recommend SHELVE when LCOH exceeds off-take cap
  • Accuracy of financial LCOH estimation relative to standard benchmark formula • target: 0.95 • range: 0-1
Proof of success
  • Benchmark: Renewable Energy Economic Analysis Benchmark
  • Lcoh Calculation 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
  • CrewAI · Required
  • crewAI · Optional
  • Amazon Bedrock · Optional

Evaluation contract

  • correct_shelve_decision · Weight 1
  • lcoh_calculation_accuracy · Weight 1

Recipe state

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

Frequently Asked Questions about Green Hydrogen Feasibility Assessment Crew with CrewAI and Amazon Bedrock