chimera fuse
Run a prompt through the LLM-Fusion engine (panel -> judge -> synthesizer).
Arguments
PROMPTstrrequiredThe prompt to run through the fusion engine.
Options
--show-panelbooleanShow panel answers + judge analysis.
--selectivebooleanOverride selective fusion (default: from settings).
--best-ofintdefault:1Cheap fusion: sample ONE model N times and take the consensus (self-consistency), instead of a multi-model panel.
--verify-selectbooleanWith --best-of: pick the best sample by a verifier score instead of majority vote (Weaver-lite).
--model, -mstrModel for --best-of self-consistency.
--show-costbooleanPrint the itemized receipt: per-advisor cost at each model's rate.
--receiptstrAppend the run's cost receipt to this JSONL (for cost×quality analysis).