Add multi-window baseline vs tuned compare flow

This commit is contained in:
2026-04-11 13:51:54 +08:00
parent a0b2d7eab2
commit 5e54e9c8f5
5 changed files with 860 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"compare_id": "example-weekly-compare",
"study_spec_path": "study.example.json",
"window_selector": {
"trace_type": "chat",
"date_prefix": "2026-03-2",
"slot_token": "1000"
},
"baseline": {
"config_patch": {
"env_patch": {},
"flag_patch": {}
}
},
"tuned": {
"trial_ref": {
"study_root": "/abs/path/to/.aituner-tight/example-study",
"trial_id": "trial-0004"
}
}
}