Docker:Sandbox 隔離,Agent 亂搞也影響不了主機
Desktop:更方便,UI 更好用,但要自己注意安全配置
如果你只是做小開發和個人助理,Desktop 沒問題的。建議在 Desktop 設置裡把危險操作(文件刪除、命令執行)設為每次都要確認。
如果這樣,我會用Desktop,直接加裝就可以?還是要先刪除舊的hermes
Oli.white
-
Hermes 新手一問 -
Hermes 新手一問十分感謝!你的Hermes 調教很好
-
Hermes 新手一問大家好!本人的電腦係macbook pro
本人用docker in hermes, WebUI,原本ollama,原本是行qwen3.6:update Local LLM,
現在是docker in hermes WebUI(versions:0.16.0),LMstudio,行Qwen3.6 35B A3B Uncensored HauhauCS Aggressive
自從出了hermes desktop, 就問了codex, 他說docker in hermes 是比較安全,但我是很喜歡hermes desktop 的UI, 個人打算用hermes 做一些小開發及佢是我的助理。- )因為我是本機運行的,hermes desktop 是否夠安全,因為docker in hermes沒有那麼好用?如果安全我就本機運行。或者其他方案?
2.)曾經使用破解版LOCAL LLM如Qwen3.6 35B A3B Uncensored HauhauCS Aggressive,當運行時發生2個問題:
第一:大家用hermes LOCAL LLM 會用破解版?
第二:大家會如何設定hermes,避免他亂動,亂問你權限?
背景:當hermes 回答了我的問題後(網上尋找今日AI news),他仍然run 我的gpu, 超過5分鐘,之後我按了
才能停。停完開返,我刪除了對話session,當重新開始,叫他網上尋找今日AI news後,弄一個互動html,local host website.
但短短幾分鐘hermes 就問我拿最少4-5個高風險request,如
4 approval required • Security scan - [HIGH] Pipe to interpreter: curl | python3: Command pipes output from 'curl' directly to interpreter 'python3'.
Downloaded content will be executed without inspection.
Safer: tirith run https://search.brave.com/search?q=AI+news+Hong+Kongätf=month - or: vet https://search.brave.com/search?q=AI+news+Hong+Kong&tf=month
(https://getvet.sh); script execution via -e/-c flag curl -s "https://search.brave.com/search?q=AI+news+Hong+Kong&tf=month" 2>/dev/null | python3 -c» inport sys, re, html as h
content = sys.stdin.read()Try to find result links and titles
results = re.findall(r'ca[^>]href='(/search?q=[^"]|https?://[^|"]+)"[^>]>(.?)</a»', content)
seen = set()
for url, desc in results:
if "brave.com' in url or url in seen:
continue seen.add(url)
+10 more lines
(full text above)approval required • execute_code script execution. The script can spawn subprocesses or mutate files without passing through terminal command approval; | approval is one-shot for this run. execute_code «‹'py' import re
from html.parser import HTMLParser
class ArticleExtractor(HTMLParser):
def init(self):
super().__init._O)
self.articles = I]
self.current_url = None
self.current_title = "-
+24 more lines (full text above)
但我第一次做,他什麼都沒有問我拿,所以我就覺得古怪,想請教一下大家!(要唔要重裝?)
第三,如果初用hermes, 大家有沒有什麼skill 建議用的。
謝謝大家,祝大家在AI路上都能發財! - )因為我是本機運行的,hermes desktop 是否夠安全,因為docker in hermes沒有那麼好用?如果安全我就本機運行。或者其他方案?