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.
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.
How work is evaluated
Evaluates auto-tuner optimization efficiency in discovering high-throughput engine configurations.
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.
Throughput Improvement Test
Ensure tuned config outperforms baseline by at least 15%.
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
Throughput Optimization Factor
Ratio of tuned throughput vs theoretical optimal throughput. • target: 0.92 • 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
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.
Reference links and supporting material
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
- Ensure tuned config outperforms baseline by at least 15%.
- Ratio of tuned throughput vs theoretical optimal throughput. • target: 0.92 • range: 0-1
- Benchmark: Inference Engine Hyper-parameter Search Standard
- Throughput Optimization Factor target: 0.92
- 1 public reference case
- Python execution harness
- Python sandbox (unavailable on Versalist)
View technical recipe
Configured tools
- 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.