hf-papers / scripts /hf_hub_prompt_variants.json
evalstate's picture
evalstate HF Staff
sync: promote hf_hub_community prompt v3 + add prompt/coverage harness
bba4fab verified
raw
history blame contribute delete
663 Bytes
[
{
"id": "v1",
"label": "original",
"cards_dir": ".fast-agent/evals/hf_hub_only",
"notes": "Original long-form prompt (highest known quality baseline)."
},
{
"id": "v2",
"label": "compact",
"cards_dir": ".fast-agent/evals/hf_hub_prompt_compact/cards",
"notes": "Compact prompt with significant token/call reduction and minor functional regressions."
},
{
"id": "v3",
"label": "compact_regression_fixed",
"cards_dir": ".fast-agent/tool-cards",
"notes": "Compact prompt with targeted anti-regression rules (status endpoint, activity-first routing, repo_id preservation). Current production version."
}
]