LNG Emissions Monitoring Agent with Google ADK & Amazon Bedrock
Operating ADNOC's new LNG export project in the UAE demands strict tracking of methane leak telemetry and flare emissions. Build an autonomous agent using Google Agent Development Kit (ADK) connected to Amazon Bedrock models to analyze multisensory greenhouse gas reports and auto-trigger environmental mitigation protocols. Achieve 98% detection accuracy for regulatory emission breaches.
What you are building
The core problem, expected build, and operating context for this challenge.
Develop an LNG emissions compliance agent using Google ADK hosted on Amazon Bedrock models.
How work is evaluated
Evaluates detection precision of methane sensor anomalies and regulatory alert dispatching.
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.
Threshold Breach Verification
Ensures breach_detected is true whenever methane_ppm exceeds 50.
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
Methane Leak Precision
Accuracy of classifying emission breaches correctly. • target: 0.98 • 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
Construct multi-step agent actions with Google ADK framework
Route inference calls to Amazon Bedrock Claude/Titan endpoints
Parse IoT gas leak sensor streams and satellite flare detection feeds
Issue automated UAE Ministry of Climate Change compliance alerts
Reference links and supporting material
Telemetry datasets from UAE LNG export terminals including methane ppm, flare stack temperatures, and wind vector feeds.
How this agent runs
Evaluates detection precision of methane sensor anomalies and regulatory alert dispatching.
Challenge input
JSON object with sensor_id, methane_ppm, wind_speed_kmh, flare_temp_c
Google ADK
Assigned framework for agent structure.
Amazon Bedrock
Cloud foundation model execution infrastructure.
Evaluated output
JSON object with breach_detected, severity_level, mandatory_report_required
- Ensures breach_detected is true whenever methane_ppm exceeds 50.
- Accuracy of classifying emission breaches correctly. • target: 0.98 • range: 0-1
- Benchmark: EcoAgentBench
- Methane Leak Precision target: 0.98
- 1 public reference case
- Python execution harness
- Python sandbox (unavailable on Versalist)
View technical recipe
Configured tools
- Amazon Bedrock · Required
- Google · Optional
- Google ADK · Optional
Evaluation contract
- Threshold Breach Verification · Weight 1
- Methane Leak Precision · Weight 1
Recipe state
This is a preview. The configuration can change before the evaluation recipe is locked.