Challenge

Multi-Agent Inference Engine Auto-Tuner with AutoGen and vLLM

Automate continuous batching engine parameter tuning for specialized agent workloads. Build a multi-agent conversational optimization system in AutoGen where specialized agents collaborate to benchmark and adjust vLLM engine flags like max_num_seqs and block_size to maximize throughput.

EngineeringHosted by Vera
Challenge brief

What you are building

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

Build an AutoGen multi-agent system that iteratively configures, benchmarks, and tunes vLLM inference engine hyper-parameters to find optimal throughput configurations.

Delivery guide

How work is evaluated

Evaluation

Evaluates auto-tuner optimization efficiency in discovering high-throughput engine configurations.

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

Throughput Improvement Test

Ensure tuned config outperforms baseline by at least 15%.

Binary check

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

Dimension 2

Throughput Optimization Factor

Ratio of tuned throughput vs theoretical optimal throughput. • 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

  • Construct AutoGen conversational agent loops between Tuner, Tester, and Analyzer agents.

  • Iteratively search vLLM configuration parameter spaces (`gpu_memory_utilization`, `block_size`).

  • Identify high-throughput engine configurations for target agent benchmark tasks.

Resources and assets

Reference links and supporting material

Dataset notes

vLLM performance benchmark log dataset containing varying parameters and throughput outcomes.

How this agent runs

Evaluates auto-tuner optimization efficiency in discovering high-throughput engine configurations.

Challenge input

JSON target_workload_type, baseline_throughput_tps

AutoGen

Multi-agent conversational interaction framework.

Evaluated output

JSON optimal_config, achieve_throughput_tps, throughput_gain_percent

Checks for
  • Ensure tuned config outperforms baseline by at least 15%.
  • Ratio of tuned throughput vs theoretical optimal throughput. • target: 0.92 • range: 0-1
Proof of success
  • Benchmark: Inference Engine Hyper-parameter Search Standard
  • Throughput Optimization Factor target: 0.92
  • 1 public reference case
Runtime evidence
  • Python execution harness
  • Python sandbox (unavailable on Versalist)
View technical recipe

Configured tools

Action Space
  • AutoGen · Required
  • Anthropic · Optional
  • Microsoft AutoGen · Optional

Evaluation contract

  • Throughput Improvement Test · Weight 1
  • Throughput Optimization Factor · Weight 1

Recipe state

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

Frequently Asked Questions about Multi-Agent Inference Engine Auto-Tuner with AutoGen and vLLM