Custom Food Processing Line Orchestration with CrewAI Agents
High-speed customized food processing lines suffer throughput drops due to uncoordinated batch adjustments between frying and freezing stages. Build a multi-agent orchestration team using CrewAI to continuously adjust conveyor speeds and temperature parameters. Maximize line yield while reducing product giveaway by 15%.
What you are building
The core problem, expected build, and operating context for this challenge.
Orchestrate specialized CrewAI role-playing agents (Frying Agent, Freezing Agent, Quality Agent) to optimize custom chicken nugget production parameters.
How work is evaluated
Measure food processing line optimization results output by CrewAI crew against line efficiency benchmarks.
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.
giveaway_threshold_pass
Giveaway percentage below 1.5% limit
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
giveaway_reduction_pct
Reduction percentage in weight giveaway • target: 15 • range: 0-30
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 a multi-agent CrewAI system with distinct operational roles (Fryer, Freezer, QA)
Implement collaborative tasks with sequential and hierarchical process execution
Optimize line speed vs cooking temperature trade-offs dynamically
Reduce product giveaway weight variance by 15% in simulated test runs
Reference links and supporting material
Batch processing measurements for custom food production lines (batch weight, dwell times, moisture levels).
How this agent runs
Measure food processing line optimization results output by CrewAI crew against line efficiency benchmarks.
Challenge input
JSON with target_throughput_kg_hr, ambient_temp_c, raw_batch_weight_g
CrewAI
Provides structured role-playing multi-agent workflow framework.
Evaluated output
JSON with fryer_temp_c, fryer_speed_m_min, freezer_temp_c, estimated_giveaway_pct
- Giveaway percentage below 1.5% limit
- Reduction percentage in weight giveaway • target: 15 • range: 0-30
- Benchmark: Food Processing Yield Optimization Benchmark
- Giveaway Reduction Pct target: 15
- 1 public reference case
- Python execution harness
- Python sandbox
View technical recipe
Configured tools
- CrewAI · Required
- crewAI · Optional
Evaluation contract
- giveaway_threshold_pass · Weight 1
- giveaway_reduction_pct · Weight 1
Recipe state
This is a preview. The configuration can change before the evaluation recipe is locked.