<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>AI知识技能 on Shura 极客技术笔记</title><link>https://techblog.shashura1.top/categories/ai%E7%9F%A5%E8%AF%86%E6%8A%80%E8%83%BD/</link><description>Recent content in AI知识技能 on Shura 极客技术笔记</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Tue, 07 Jul 2026 00:00:00 +0800</lastBuildDate><atom:link href="https://techblog.shashura1.top/categories/ai%E7%9F%A5%E8%AF%86%E6%8A%80%E8%83%BD/index.xml" rel="self" type="application/rss+xml"/><item><title>Hermes Agent 完全部署指南｜Ubuntu虚拟机 + 极空间NAS Open WebUI 联动教程</title><link>https://techblog.shashura1.top/posts/hermes-agent-ubuntu-openwebui-tutorial/</link><pubDate>Tue, 07 Jul 2026 00:00:00 +0800</pubDate><guid>https://techblog.shashura1.top/posts/hermes-agent-ubuntu-openwebui-tutorial/</guid><description>&lt;h2 id="前言">前言&lt;/h2>
&lt;p>Hermes Agent 是 Nous Research 开源的 AI Agent 框架，支持记忆、技能、工具调用、定时任务、多平台接入等功能，可以接入任何 LLM 提供商（DeepSeek、OpenAI、Anthropic 等）。配合 Open WebUI 前端界面，你可以在任何设备上通过浏览器与 Hermes 交互，获得完整的 Agent 能力。&lt;/p>
&lt;p>本文完整记录在 Ubuntu 虚拟机内安装 Hermes Agent + Desktop，然后在极空间 NAS 上通过 Docker 部署 Open WebUI 对接 Hermes 的全过程，附带全部可复制命令和踩坑排错。&lt;/p>
&lt;h2 id="一整体架构说明">一、整体架构说明&lt;/h2>
&lt;table style="width:100%;border-collapse:separate;border-spacing:12px">
&lt;tr>
&lt;th style="text-align:center;padding:12px 24px;background:var(--code-bg);border-radius:6px;font-size:1.05rem;width:42%">Ubuntu 虚拟机 (内网)&lt;/th>
&lt;th style="text-align:center;padding:12px 8px;font-size:1.05rem;width:16%">← API 调用 →&lt;/th>
&lt;th style="text-align:center;padding:12px 24px;background:var(--code-bg);border-radius:6px;font-size:1.05rem;width:42%">极空间 NAS (内网)&lt;/th>
&lt;/tr>
&lt;tr>
&lt;td style="vertical-align:top;padding:14px 24px;font-size:1rem;line-height:2.2">
Hermes Agent (CLI)&lt;br>
Hermes Desktop (GUI)&lt;br>
Hermes API Server&lt;br>
监听 0.0.0.0:8642
&lt;/td>
&lt;td>&lt;/td>
&lt;td style="vertical-align:top;padding:14px 24px;font-size:1rem;line-height:2.2">
Open WebUI (Docker)&lt;br>
浏览器访问前端&lt;br>
http://NAS_IP:3000
&lt;/td>
&lt;/tr>
&lt;/table>
&lt;p>核心思路：Ubuntu 虚拟机跑 Hermes Agent 并启动 API Server，极空间 Docker 跑 Open WebUI，后者通过内网调用 Hermes API Server 实现完整的 Agent 交互。&lt;/p></description></item></channel></rss>