Drone Logistics Dispatch Multi-Agent System with CrewAI
Urban aerial delivery networks require real-time corridor monitoring and dynamic airspace re-routing under severe weather conditions. Build a collaborative drone fleet dispatch system using CrewAI to coordinate weather, airspace, and payload agents with zero corridor collisions.
What you are building
The core problem, expected build, and operating context for this challenge.
Orchestrate a role-playing multi-agent team for low-altitude urban air mobility dispatch using CrewAI.
How work is evaluated
Evaluates dynamic drone corridor allocation accuracy under severe wind and airspace restriction scenarios.
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.
check_no_redzone_penetration
Validates that approved corridor never intersects prohibited DGCA red zones
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
dispatch_safety_score
Composite safety score based on battery margins and clearance compliance • target: 0.95 • 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
Design role-playing agents using CrewAI Agent, Task, and Crew primitives
Implement inter-agent collaboration patterns (delegation, consensus)
Process DGCA DigitalSky airspace geo-fencing constraints in real-time
Optimize drone battery consumption vs delivery speed trade-offs
Reference links and supporting material
Simulated urban low-altitude airspace telemetry, weather radar overlays, and DGCA DigitalSky restricted zone coordinates.
How this agent runs
Evaluates dynamic drone corridor allocation accuracy under severe wind and airspace restriction scenarios.
Challenge input
JSON containing payload_weight_kg, start_coords, end_coords, and active_redzones
CrewAI
Role-playing multi-agent orchestration framework.
Evaluated output
JSON with corridor_waypoints, flight_approval, and projected_battery_used_pct
- Validates that approved corridor never intersects prohibited DGCA red zones
- Composite safety score based on battery margins and clearance compliance • target: 0.95 • range: 0-1
- Benchmark: Urban Air Mobility Flight Dispatch Benchmark
- Dispatch Safety Score target: 0.95
- 1 public reference case
- Python execution harness
- Python sandbox (unavailable on Versalist)
View technical recipe
Configured tools
- CrewAI · Required
- crewAI · Optional
- Ray Tune · Optional
Evaluation contract
- check_no_redzone_penetration · Weight 1
- dispatch_safety_score · Weight 1
Recipe state
This is a preview. The configuration can change before the evaluation recipe is locked.