apply_stored_service_credentials() -> NoneExport every stored service key into os.environ.
Services (e.g. web search via Tavily) have no base URL to reconcile, so
this is a plain key copy onto the canonical env var name the underlying
SDK reads. A stored key takes precedence over an existing env var, matching
apply_stored_credentials. Only the unprefixed canonical name is written,
so a DEEPAGENTS_CODE_-prefixed override still wins via resolve_env_var.