hermes agent的版本更新与web控制台

bash 复制代码
────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
^C
Resume this session with:
  hermes --resume 20260422_221241_975af8
  hermes -c "技术架构与系统设计讨论"

Session:        20260422_221241_975af8
Title:          技术架构与系统设计讨论
Duration:       59h 48m 12s
Messages:       168 (62 user, 51 tool calls)
(base) gpu3090@DESKTOP-8IU6393:~$ hermes update
⚕ Updating Hermes Agent...

→ Fetching updates...
→ Local changes detected --- stashing before update...
Saved working directory and index state On main: hermes-update-autostash-20260425-020105
→ Found 1627 new commit(s)
→ Pulling updates...

⚠ Local changes were stashed before updating.
  Restoring them may reapply local customizations onto the updated codebase.
  Review the result afterward if Hermes behaves unexpectedly.
Restore local changes now? [Y/n]

→ Restoring local changes...
⚠ Local changes were restored on top of the updated codebase.
  Review `git diff` / `git status` if Hermes behaves unexpectedly.
  ✓ Cleared 14 stale __pycache__ directories
→ Updating Python dependencies...
→ Updating Node.js dependencies...
✅ Browser tools ready. Run: python run_agent.py --help
→ Building web UI...
  ✓ Web UI built

✓ Code updated!

→ Syncing bundled skills...
  + 7 new: spotify, design-md, pixel-art, baoyu-infographic, baoyu-comic, xurl, maps
  ↑ 12 updated: github-repo-management, github-code-review, godmode, webhook-subscriptions, llm-wiki, research-paper-writing, architecture-diagram, fine-tuning-with-trl, segment-anything-model, llama-cpp, google-workspace, hermes-agent
  − 12 removed from manifest

→ Checking configuration for new options...
  ✓ Configuration is up to date

✓ Update complete!

Tip: You can now select a provider and model:
  hermes model              # Select provider and model
(base) gpu3090@DESKTOP-8IU6393:~$

(base) gpu3090@DESKTOP-8IU6393:~$ hermes dashboard
→ Building web UI...
  ✓ Web UI built
  Hermes Web UI → http://127.0.0.1:9119
[36247:36247:0425/100749.526496:ERROR:ui/ozone/platform/x11/ozone_platform_x11.cc:256] Missing X server or $DISPLAY
[36247:36247:0425/100749.527542:ERROR:ui/aura/env.cc:246] The platform failed to initialize.  Exiting.





相关推荐
冬奇Lab11 小时前
Workflow 系列(01):基础理论——三种执行模型与 Anthropic 5 种模式
人工智能·agent·工作流引擎
冬奇Lab11 小时前
每日一个开源项目(第143篇):page-agent - 纯 JS 的网页 GUI Agent,无需截图、无需插件、无需后端
前端·人工智能·agent
程序员cxuan14 小时前
虽迟但到!GPT-5.6 终于来了!
人工智能·后端·程序员
ZhengEnCi16 小时前
Q03-UI设计进阶技巧-让界面更高级的7个核心原则
人工智能
IT_陈寒16 小时前
React的这个渲染问题连官方文档都没说清楚
前端·人工智能·后端
不加辣椒17 小时前
第12章 工具调用与 Agent 提示工程
人工智能
用户16931761726617 小时前
前端给AI消息做日期分组与时间线
人工智能
i晟17 小时前
Claude Code Harness 深度拆解:从你敲回车到模型回复,中间发生了什么
人工智能
用户2527362781418 小时前
【踩坑复盘】我在本地跑 RAG 知识库时踩了 5 个大坑,吐血整理避坑指南
人工智能
大模型真好玩18 小时前
LangChain DeepAgents 速通指南(九)—— 生产级智能体框架 DeepAgents Code 源码导读
人工智能·langchain·agent