This page is a Bridge-hosted mirror of canonical passport https://github.com/malishomen/bdc-bridge-passport pinned at v0.1.1. The repository is canonical; this mirror exists for in-product discovery.

unified_variant_comparison.csv


**Purpose:** declares the architecture variants you are comparing for the

evaluation Bridge will run.


Required columns:


ColumnTypeRequiredDescription

|---|---|---|---|

`variant_id`stringyesstable identifier for this variant within your system
`variant_name`stringyeshuman-readable name (≤80 chars)
`role_names`string (semicolon-separated)yessemicolon-separated list of agent/role names that compose this variant
`strategy_mode`enumyesone of: `single_agent`, `multi_agent_pipeline`, `parallel_majority`, `tournament`, `custom`
`primary_metric`stringyesthe metric you optimize for this variant (e.g., `task_success_rate`, `latency_ms`, `cost_per_query_usd`)
`primary_metric_value`floatyescurrent observed value of `primary_metric` for this variant
`secondary_metric`stringnooptional secondary trade-off metric
`secondary_metric_value`floatnoobserved value of `secondary_metric`
`notes`stringnofree-form notes (≤500 chars)

**Minimum row count:** 2 (at least 2 variants to compare; otherwise comparison is undefined)


Example:



variant_id,variant_name,role_names,strategy_mode,primary_metric,primary_metric_value,secondary_metric,secondary_metric_value,notes
v_baseline,Baseline single-agent,gpt-4-classifier,single_agent,task_success_rate,0.72,latency_ms,1200,production for 4 months
v_pipeline,3-agent pipeline,planner;executor;verifier,multi_agent_pipeline,task_success_rate,0.84,latency_ms,3400,A/B trial week 2

What this CSV is NOT:

  • Not a benchmark dataset (Bridge does not run benchmarks; it evaluates your variant comparison structure)
  • Not a leaderboard (no ranking imposed; Bridge analyzes the trade-off space)
  • Not a research result (this is your current system state, not a publication artifact)

  • **Canonical source:** `bdc-bridge-passport` repository at frozen SHA recorded in `PASSPORT_REPO_PIN.md`.

    Actions: