CrewAI Catastrophe Monitor: Parametric Industry Loss Warranties
Settling Industry Loss Warranties requires real-time aggregation of PCS catastrophic index updates and automated consensus verification. Build a CrewAI multi-agent team to monitor catastrophe loss indexes, evaluate policy thresholds, and issue verified payout triggers with zero false positives.
What you are building
The core problem, expected build, and operating context for this challenge.
Orchestrate a CrewAI team consisting of Index Monitor, Verification Analyst, and Settlement Officer agents to process parametric Industry Loss Warranty (ILW) contracts.
How work is evaluated
Evaluates CrewAI team execution and accurate verification of ILW industry loss triggers.
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.
zero_false_positives
Ensures payouts are never triggered below threshold.
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
settlement_accuracy
Accuracy of payout decision and amount across test suite. • 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 a CrewAI team with defined roles, goals, and backstory context.
Integrate simulated PCS industry loss data lookup tools.
Evaluate industry loss trigger limits ($20B, $50B PCS thresholds).
Generate automated settlement notices with 100% precision.
Reference links and supporting material
Dataset of 30 catastrophe events with reported PCS loss estimates and 60 ILW contract conditions.
How this agent runs
Evaluates CrewAI team execution and accurate verification of ILW industry loss triggers.
Challenge input
JSON containing event_name, pcs_reported_loss_usd, contract_trigger_threshold_usd
CrewAI
Framework for orchestrating task-focused agent crews.
Evaluated output
JSON containing payout_triggered (boolean), verification_status, settlement_amount_usd
- Ensures payouts are never triggered below threshold.
- Accuracy of payout decision and amount across test suite. • target: 1 • range: 0-1
- Benchmark: Role-Playing Agent Orchestration Benchmark
- Settlement Accuracy target: 1
- 1 public reference case
- Python execution harness
- Python sandbox
View technical recipe
Configured tools
- CrewAI · Required
- crewAI · Optional
- Alibaba · Optional
Evaluation contract
- zero_false_positives · Weight 1
- settlement_accuracy · Weight 1
Recipe state
This is a preview. The configuration can change before the evaluation recipe is locked.