FALLBACK_UPGRADE_COMMAND = 'pip install --upgrade deepagents-code'Generic upgrade hint used when install-method detection fails.
Callers that surface an upgrade command in user-facing text should prefer
upgrade_command(); this constant exists so those callers have something
to render when detection raises unexpectedly.