Tournament-style agent chain composition.
Runs a multi-round tournament where candidate agent chains compete on a scoring rubric. The winning chain is persisted as a new Foundry skill, ready for reuse across all projects. Best used when no existing skill covers the requirement.
Illustrative output structure — actual results depend on your data.
{
"tournament_id": "tn_2026_04_07",
"candidates": 8,
"rounds": 3,
"winner": "chain_proposal_v2",
"skill_registered": "sk_proposal_gen_v2"
}