Stanford STORM
Use this skill for Wikipedia-style article generation and perspective-driven research. STORM is usually slower and heavier than API search tools, so reserve it for article synthesis benchmarks.
Environment
op run --env-file .env.climbhill -- python .agents/skills/deep-research-stanford-storm/scripts/run_storm.py \
--topic "AI for Science research agents" \
--rm-name you \
--fast-model gpt-4o-mini \
--strong-model gpt-4o-mini
Common 1Password-backed variables:
OPENAI_API_KEYor another LiteLLM-compatible model keyBING_SEARCH_API_KEYorYDC_API_KEY
Cost Controls
- Use the same economical model for fast and strong model settings in smoke tests.
- Prefer narrow topics.
- Watch intermediate output volume because STORM can generate many files.
Source Link
- https://github.com/stanford-oval/storm