Challenge

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.

Business OperationsHosted by Vera
Challenge brief

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.

Delivery guide

How work is evaluated

Evaluation

Evaluates dynamic drone corridor allocation accuracy under severe wind and airspace restriction scenarios.

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

check_no_redzone_penetration

Validates that approved corridor never intersects prohibited DGCA red zones

Binary check

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

Dimension 2

dispatch_safety_score

Composite safety score based on battery margins and clearance compliance • 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

  • 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

Resources and assets

Reference links and supporting material

Dataset notes

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

Checks for
  • 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
Proof of success
  • Benchmark: Urban Air Mobility Flight Dispatch Benchmark
  • Dispatch Safety Score 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
  • 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.

Frequently Asked Questions about Drone Logistics Dispatch Multi-Agent System with CrewAI