High-Throughput Office Asset Scoring Engine using Google ADK and TensorRT-LLM
Institutional investors evaluating return-to-office market trends struggle to process thousands of municipal building dossiers in real time. Build a high-throughput asset scoring engine using Google ADK and TensorRT-LLM inference runtime. Achieve sub-100ms inference latency per asset while maintaining 90% classification accuracy.
What you are building
The core problem, expected build, and operating context for this challenge.
Develop an optimized scoring pipeline with Google ADK agents powered by TensorRT-LLM serving engine to score office real estate assets.
How work is evaluated
Evaluates classification accuracy of asset scoring and verifies sub-100ms latency execution.
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.
latency_threshold_check
Validates execution speed remains under 100ms
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
tier_classification_accuracy
Accuracy of property asset tier assignment • target: 0.9 • 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 a Google ADK agent pipeline utilizing Vertex AI / Gemini models for office asset grading
Deploy optimized local LLM endpoints using NVIDIA TensorRT-LLM for ultra-low latency execution
Score assets based on transit proximity, tenant credit quality, building energy rating, and flight-to-quality indicators
Benchmark end-to-end inference speed and throughput across large building portfolios
Reference links and supporting material
Commercial office building profile dataset containing occupancy figures, transit scores, and sustainability accreditations.
How this agent runs
Evaluates classification accuracy of asset scoring and verifies sub-100ms latency execution.
Challenge input
JSON containing occupancy_rate, transit_walk_score, lead_cert, tenant_type
Google ADK
Google Agent Development Kit for building Gemini-powered agent applications.
TensorRT-LLM
High-performance inference engine for accelerated LLM execution.
Evaluated output
JSON containing asset_tier, capital_investment_recommended, execution_time_ms
- Validates execution speed remains under 100ms
- Accuracy of property asset tier assignment • target: 0.9 • range: 0-1
- Benchmark: CRE Asset Classification Benchmark
- Tier Classification Accuracy target: 0.9
- 1 public reference case
- Python execution harness
- Python sandbox (unavailable on Versalist)
View technical recipe
Configured tools
- Google ADK · Required
- Google · Optional
- TensorRT-LLM · Optional
Evaluation contract
- latency_threshold_check · Weight 1
- tier_classification_accuracy · Weight 1
Recipe state
This is a preview. The configuration can change before the evaluation recipe is locked.