Nizwa Industrial City Chemical Inventory Tracking & Hazmat Agent
Managing a $10.4m chemical and oilfield project in Nizwa Industrial City requires strict compliance tracking for hazardous material storage and shipment. Build a Python tracking API using Pydantic and SQLite to audit chemical container weights, safety data sheets (SDS), and local environmental storage permits. Achieve 100% hazmat storage rule enforcement.
What you are building
The core problem, expected build, and operating context for this challenge.
Build a chemical inventory hazmat compliance monitoring system using Pydantic and Python.
How work is evaluated
Evaluates Pydantic schema validation and hazardous material storage compatibility checks.
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.
Hazmat Separation Verification
Ensures compatible is false for Flammable + Oxidizer.
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
Compliance Accuracy Rate
Accuracy in rejecting unsafe chemical co-locations. • target: 1 • 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
Build Pydantic models for oilfield chemical inventory records
Validate chemical storage temperature limits and incompatibilities
Persist verified chemical stock logs into SQLite database
Generate automated hazard alerts for expired permits or over-capacity storage
Reference links and supporting material
Nizwa Industrial City chemical inventory catalog and UN hazard classification matrix.
How this agent runs
Evaluates Pydantic schema validation and hazardous material storage compatibility checks.
Challenge input
JSON object with chemical_a_class, chemical_b_class, storage_bay_id
Pydantic
Standard Python data model validation tool.
Evaluated output
JSON object with compatible, warning_msg
- Ensures compatible is false for Flammable + Oxidizer.
- Accuracy in rejecting unsafe chemical co-locations. • target: 1 • range: 0-1
- Benchmark: HazmatBench
- Compliance Accuracy Rate target: 100%
- 1 public reference case
- Python execution harness
- Python sandbox
View technical recipe
Configured tools
- Hume AI · Required
- Metaflow · Optional
- You.com · Optional
Evaluation contract
- Hazmat Separation Verification · Weight 1
- Compliance Accuracy Rate · Weight 1
Recipe state
This is a preview. The configuration can change before the evaluation recipe is locked.