Installation#

Requirements: Python 3.11+, an Anthropic API key.

conda#

conda env create -f environment.yml
conda activate mtf
pip install -e ".[gpd]"

API key#

export ANTHROPIC_API_KEY="sk-ant-..."

Optional extras#

Extra

Installs

When to use

gui

streamlit

Browser GUI (mtf-gui)

gpd

get-physics-done, mcp

Physics verification via GPD MCP servers

dev

pytest, mypy, ruff

Development and testing