Fastfold Docs
Agent CLI

Troubleshooting

Common Agent CLI issues and fixes for startup, keys, dependencies, and Windows installs.

If something fails, start with these common checks.

SymptomFix
fastfold fails at startupfastfold doctor
Authentication failed (401 / invalid key)Set a valid key: fastfold config set llm.anthropic_api_key sk-ant-... or run fastfold setup
Data not foundCheck fastfold data status, then fastfold data pull <dataset> (or fastfold data pull-all)
Windows dependency issuesUse WSL2 + Ubuntu, or install [win_build]
Missing dependencyReinstall with uv tool install "fastfold-agent-cli[all]" --python 3.11
Resume last sessionfastfold --continue

Diagnostic commands

fastfold doctor
fastfold --version
fastfold setup

Last updated on

On this page