Challenge

Multi-Agent Industrial Asset Management Strategy Engine with CrewAI

Isolated maintenance logs and inventory systems slow down plant downtime responses. Build a multi-agent orchestration team using CrewAI where specialized Maintenance Planner, Inventory Controller, and Production Scheduler agents collaborate to automatically convert predictive maintenance alerts into prioritized work orders.

EngineeringHosted by Vera
Challenge brief

What you are building

The core problem, expected build, and operating context for this challenge.

Orchestrate a multi-agent crew using CrewAI to automate predictive maintenance work order creation, spare part reservation, and downtime scheduling.

Delivery guide

How work is evaluated

Evaluation

Evaluates the collaborative decision quality of the CrewAI agents when responding to a high-priority bearing vibration failure alert.

Datasets

Shared data for this challenge

Review public datasets and any private uploads tied to your build.

Loading datasets...
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

part_availability_check

Ensures scheduled work order only uses available in-stock parts.

Binary check

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

Dimension 2

downtime_efficiency_score

Measures how effectively scheduled maintenance minimizes production loss. • target: 0.92 • 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

  • Configure role-based agents in CrewAI for maintenance, inventory, and scheduling

  • Implement sequential and hierarchical collaboration workflows between crew members

  • Integrate synthetic vibration anomaly signals with SAP PM/Maximo work order tools

  • Optimize production schedule impact while maintaining high overall equipment effectiveness (OEE)

Resources and assets

Reference links and supporting material

Dataset notes

Vibration time-series data, CMMS spare parts inventory levels, and weekly manufacturing line schedules.

How this agent runs

Evaluates the collaborative decision quality of the CrewAI agents when responding to a high-priority bearing vibration failure alert.

Challenge input

JSON containing machine_id, vibration_mm_s, baseline_threshold, and spare_parts_stock.

CrewAI

Provides built-in collaboration and task delegation mechanics for specialized roles.

Evaluated output

JSON containing finalized_work_order with scheduled_time, part_reserved, and downtime_hours.

Checks for
  • Ensures scheduled work order only uses available in-stock parts.
  • Measures how effectively scheduled maintenance minimizes production loss. • target: 0.92 • range: 0-1
Proof of success
  • Benchmark: Multi-Agent Maintenance Scheduling Benchmark
  • Downtime Efficiency Score target: 0.92
  • 1 public reference case
Runtime evidence
  • Python execution harness
  • Python sandbox
View technical recipe

Configured tools

Action Space
  • CrewAI · Required
  • crewAI · Optional

Evaluation contract

  • part_availability_check · Weight 1
  • downtime_efficiency_score · Weight 1

Recipe state

This is a preview. The configuration can change before the evaluation recipe is locked.

Frequently Asked Questions about Multi-Agent Industrial Asset Management Strategy Engine with CrewAI