Official2026-06-15
DeepSeek Publishes Official Hermes Agent Setup Guide
Checked on June 15, 2026: DeepSeek's official Hermes Agent integration page now documents a curl install flow, Quick Setup with DeepSeek as the provider, `https://api.deepseek.com` as the base URL, and `deepseek-v4-pro` as the default model choice.
What we verified on June 15, 2026
- DeepSeek's official API docs now include a dedicated Hermes Agent integration page under the current Agent Integrations section.
- That official page describes Hermes as a self-improving AI agent with a built-in learning loop that creates skills from experience, improves them during use, and persists knowledge across sessions.
- The same DeepSeek page gives a one-line install path:
curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash. - DeepSeek's setup flow explicitly tells users to select DeepSeek as the model provider, enter a DeepSeek API key, use
https://api.deepseek.comas the base URL, and choosedeepseek-v4-proas the model. - DeepSeek's English homepage still anchors the public social account to
@deepseek_ai, which remains the safest official X-account confirmation even though the X page itself is not reliably crawlable here.