CLI Reference#
mtf "Describe your phenomenon here"
mtf "Describe your phenomenon here" --files plot1.png plot2.png
mtf # interactive mode — you are prompted for everything
Flags#
Flag |
Default |
Description |
|---|---|---|
|
|
Parallel literature agents |
|
|
Parallel fitting agents per hypothesis |
|
|
Parallel qualitative evaluation agents (used with |
|
|
Parallel reviewer agents |
|
|
Parallel measurement proposal agents |
|
|
Max debate rounds before auto-proceeding |
|
|
Model for literature agents |
|
|
Model for fitting agents |
|
|
Model for reviewer agents |
|
|
Model for proposal agents |
|
|
Model for debate synthesis |
|
|
Model for image/document digestion |
|
(none) |
Input files to digest (images: PNG, JPG, GIF, WebP; documents: PDF) |
|
|
GPD physics domains (space-separated) |
|
(off) |
Skip quantitative fitting; run qualitative hypothesis evaluation instead |
|
(off) |
Infer physics domains from the phenomenon text via GPD (opt-in) |
|
(off) |
Disable GPD MCP physics verification |
|
(all) |
GPD servers to start |
|
(off) |
Use single-pass PDF extraction instead of the default two-pass figure analysis |
Examples#
# Quantum Hall phenomenon with two images
mtf "Plateau in rho_xx at B=3T" --files rho.png Hall.png
# Cross-domain (neutron star)
mtf "Neutron star cooling anomaly" --physics-domains gr nuclear amo
# Lightweight run — fewer agents, cheaper models
mtf "Raman peak shift" \
--n-literature 2 --n-fitting 2 --n-reviewer 1 \
--literature-model claude-haiku-4-5-20251001 \
--fitting-model claude-haiku-4-5-20251001
# Disable GPD for faster iteration
mtf "Test phenomenon" --no-gpd