Ibtisamkhan/materials-discovery-agent
0
1# Copy to .env (or export in your shell). The agent needs the Anthropic key.2ANTHROPIC_API_KEY=sk-ant-...3 4# Optional: a free Materials Project key enables first-principles candidate search.5# Get one at https://materialsproject.org (Dashboard, API).6# MP_API_KEY=...7 8# Optional: override the model. Default is claude-opus-4-8; claude-sonnet-4-6 is cheaper.9# MODEL=claude-sonnet-4-610 