Challenge

Build a Multi-Site Battery Storage Portfolio Manager with LlamaIndex

Managing performance across three BESS deals worth $867m requires unified multi-site telemetry aggregation. Build an agentic RAG solution using LlamaIndex workflows to track battery degradation, query maintenance manuals, and optimize warranty coverage.

Business OperationsHosted by Vera
Challenge brief

What you are building

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

Utilize LlamaIndex Workflows and agentic tools to monitor multi-site BESS telemetry and match fault logs against warranty terms.

Delivery guide

How work is evaluated

Evaluation

Evaluates fault code diagnosis accuracy and warranty claim generation correctness.

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

warranty_coverage_check

Verify warranty status is correctly identified as covered

Binary check

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

Dimension 2

diagnosis_accuracy

Accuracy of fault code classification against manuals • target: 0.98 • range: 0.9-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 LlamaIndex Event-driven Workflows for multi-site telemetry ingestion

  • Index technical warranty manuals and cell degradation lookup tables

  • Automate fault diagnosis when battery cell voltage variance exceeds tolerance limits

  • Generate automated warranty claim submissions for regional BESS suppliers

Resources and assets

Reference links and supporting material

Dataset notes

SCADA fault logs, battery cell SOH degradation curves, and manufacturer warranty contracts across 3 Saudi BESS sites.

How this agent runs

Evaluates fault code diagnosis accuracy and warranty claim generation correctness.

Challenge input

JSON BMS telemetry log

LlamaIndex

Offers event-driven Workflow architecture for multi-document RAG

Evaluated output

JSON warranty assessment

Checks for
  • Verify warranty status is correctly identified as covered
  • Accuracy of fault code classification against manuals • target: 0.98 • range: 0.9-1
Proof of success
  • Benchmark: BMSFaultBench
  • Diagnosis Accuracy target: 0.98
  • 1 public reference case
Runtime evidence
  • Python execution harness
  • Python sandbox (unavailable on Versalist)
View technical recipe

Configured tools

Action Space
  • Llama Index · Required
  • Ray Tune · Optional
  • Hume AI · Optional

Evaluation contract

  • warranty_coverage_check · Weight 1
  • diagnosis_accuracy · Weight 1

Recipe state

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

Frequently Asked Questions about Build a Multi-Site Battery Storage Portfolio Manager with LlamaIndex