2026-08-04 每日新聞檔案

今天把 5 條消息收斂成一個教學主題:AI agent 的能力宣告,必須同時通過 state recovery、安裝來源、設定優先序與任務分工邊界的驗證。

封存時間:2026-08-04 07:08 CST

今天新增的小教學提示

今天新增 1 個固定欄位:which authority wins? 也就是版本、安裝來源、設定值或任務分工一旦衝突時,最後哪個來源真正被系統採用,並留下什麼驗證證據。

中文 5 條

先看中文 5 條抓教學主題,再對照英文 5 條,練習怎麼把 recovery、install provenance、config precedence 與 task-boundary design 改寫成工程問題。

回到今日新聞頁
  1. OpenClaw beta.7 把 state safety、durable channel delivery 與 session rewind / branching 收進同一版,最適合學生先問:主資料庫受損後,哪些狀態仍可恢復、哪些訊息仍可重送、哪些分支寫入必須拒絕。
    來源:查看來源(OpenClaw 官方 Release)
  2. OpenClaw 新增 CLI onboarding 與 plugin install sources 的 QA 覆蓋,提醒學生:安裝流程能跑通,還不代表來源證據、下載路徑與最終使用的 plugin source 已經被驗證。
    來源:查看來源(OpenClaw 官方 Commit)
  3. Hermes Agent v2026.8.3 把即時語音、A2A 1.0、事件宣告與更多 gateway 能力整合進同一個 release,這很適合教學生把「會說、會傳、會通知」拆成 transport、事件與權限三層分別驗證。
    來源:查看來源(Hermes Agent 官方 Release)
  4. Hermes 明確偏好顯式提供的 Anthropic API key,這是一條很好的設定優先序教材:環境變數、設定檔與臨時覆蓋若沒有講清楚 authority order,就很容易出現「我明明改了設定卻沒生效」的錯覺。
    來源:查看來源(Hermes Agent 官方 Commit)
  5. InfoQ 討論該把工作封裝成 skill 還是交給 sub-agent,剛好能讓工程學生把今天四條官方消息往前延伸:什麼流程適合寫成可重複的程序,什麼流程必須保留隔離上下文與獨立證據。
    來源:查看來源(InfoQ)

English 5 Items

Use the English list to compare recovery, install provenance, config precedence, and task boundaries.

查看本月檔案
  1. OpenClaw beta.7 bundles state safety, durable channel delivery, and session rewind / branching, which makes students ask first: after primary-database damage, which state still recovers, which accepted messages still replay, and which branch writes must be rejected.
    Source:Source(OpenClaw Official Release)
  2. OpenClaw adds QA coverage for CLI onboarding and plugin install sources, reminding students that a successful install flow does not prove the source provenance, fetch path, or final plugin source were actually verified.
    Source:Source(OpenClaw Official Commit)
  3. Hermes Agent v2026.8.3 rolls real-time voice, A2A 1.0, event announcements, and wider gateway support into one release, making it a strong lesson in validating “can speak, can relay, can notify” across transport, event, and authority layers.
    Source:Source(Hermes Agent Official Release)
  4. Hermes now prefers an explicitly supplied Anthropic API key, which is a crisp lesson in config precedence: if environment variables, config files, and temporary overrides do not have a clear authority order, operators easily think a setting changed when it never became effective.
    Source:Source(Hermes Agent Official Commit)
  5. InfoQ examines when work should become a skill versus a sub-agent, which extends today’s official items into a design question: which flows should be reusable procedures, and which need isolated context with independent evidence.
    Source:Source(InfoQ)