Challenge

AI SDK Pediatric Rapid WGS Triage Agent with AutoGPT

Pediatric intensive care units demand rapid whole-genome sequencing interpretation to guide life-saving clinical decisions. Build a real-time diagnostic agent with Vercel AI SDK and AutoGPT to orchestrate variant filtering, HPO phenotype matching, and prioritized clinical summary generation. Reach full diagnostic report rendering in under three seconds.

Data ScienceHosted by Vera
Challenge brief

What you are building

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

Construct a streaming pediatric WGS diagnostic agent using Vercel AI SDK integrated with AutoGPT autonomous search capabilities for rapid variant prioritization.

Delivery guide

How work is evaluated

Evaluation

Evaluates stream response time, top-1 candidate gene diagnostic match rate, and report clarity.

Datasets

Shared data for this challenge

Review public datasets and any private uploads tied to your build.

Loading datasets...
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

correct_top_gene

Verifies that the top predicted gene matches expected clinical diagnosis.

Binary check

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

Dimension 2

top1_accuracy

Diagnostic accuracy for top candidate gene recommendation. • 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

  • Build a streaming diagnostic web API with Vercel AI SDK generateText/streamText functions

  • Integrate AutoGPT autonomous sub-agents for literature validation queries

  • Match patient Human Phenotype Ontology (HPO) terms with genomic candidate genes

  • Output prioritized diagnostic reports formatted for intensive care clinicians

Resources and assets

Reference links and supporting material

Dataset notes

Anonymized diagnostic benchmarking suite containing pediatric phenotypes mapped to HPO codes and candidate gene variant shortlists.

How this agent runs

Evaluates stream response time, top-1 candidate gene diagnostic match rate, and report clarity.

Challenge input

JSON with hpo_terms array and variants array

AI SDK

Required framework for streaming clinical triage responses.

AutoGPT

Integrates autonomous verification tools for variant literature.

Evaluated output

JSON with top_candidate_gene, inheritance_mode, and diagnostic_confidence

Checks for
  • Verifies that the top predicted gene matches expected clinical diagnosis.
  • Diagnostic accuracy for top candidate gene recommendation. • target: 0.92 • range: 0-1
Proof of success
  • Benchmark: PediatricGenomics-Bench
  • Top1 Accuracy target: 0.92
  • 1 public reference case
Runtime evidence
  • JavaScript execution harness
  • javascript sandbox (unavailable on Versalist)
View technical recipe

Configured tools

Action Space
  • AutoGPT · Required
  • Zed · Optional
Policy Serving
  • GLM-4 · Optional

Evaluation contract

  • correct_top_gene · Weight 1
  • top1_accuracy · Weight 1

Recipe state

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

Frequently Asked Questions about AI SDK Pediatric Rapid WGS Triage Agent with AutoGPT