mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
credentials/
English | 中文
The credential capability keeps secret values behind provider-owned references:
| Package | Role |
|---|---|
credentials/ |
Abstract ctx.credentials: branded CredentialRef references and per-operation resolve |
credentials-local/ |
Read-only provider: the live process environment layered over an on-demand $DSH_HOME/.env read |
Configuration can carry a reference such as apiKeyEnv: DEEPSEEK_API_KEY instead of the secret itself. LLM adapters resolve that reference for each model request, so an externally rotated environment or dotenv value reaches the next request without restarting the harness.
The seam can also support keyring-, helper-command-, and KMS-backed providers when a shipped consumer needs one.