載入中...
載入中...
Orca 是 stablyai/orca 的 MIT 開源 Agent Development Environment,主打多 coding agent 並行、獨立 git worktree、mobile companion、terminal splits、GitHub/Linear、SSH worktrees 與 orchestration。本文整理 Threads 使用心得與官方/GitHub 查證,並對 Hermes/Athena 架構做判斷。
Threads 轉述 Can Bölük / Stencil 的 /prewalk:昂貴 frontier model 先深入閱讀、建立 todo、並完成第一個 edit,再把完整軌跡交給便宜模型接手。核心洞察是 coding agent 的 token 成本主要在閱讀而非寫入;傳統 /plan 只交接摘要會讓便宜模型重讀整個 repo,反而可能更貴。搜尋結果與相關 repo 轉述 Stencil SWE-Bench Pro 實驗主張:保留約 92–97% frontier pass rate、成本約減半,特定設定下成本降 41%、速度 1.9×。
img2threejs / Three.js Object Sculptor 是把物件參考圖重建成 code-only、可動畫的程序化 Three.js 模型的 agent workflow。2026-07-24 補充查證 hoainho/img2threejs:Apache-2.0、約 3.7k stars、agent-agnostic skill,含 quality contract、pass lock、render-vs-reference review 與 self-correction loop。適合 Web 3D prototype、遊戲/互動素材與 Athena/Hermes agent 架構研究;不等於 photogrammetry 或單張圖精準 3D 掃描。
AutoMoney|G大分享 Hermes / OpenCode / Marvis 語音對話 Skill:Agent 每 15 分鐘主動播報工作計劃、新聞、成效分析,使用者用嘴巴回覆;TTS 優先 Edge TTS,fallback Apple TTS。對 Allen 想要的 Kate 語音電話提醒與主動助理能力很有參考價值。
CodeGraph 把 codebase 預先索引成 symbol / call graph / code structure,供 Claude Code、Codex、Cursor、OpenCode、Hermes Agent 查詢;README benchmark 宣稱平均 35% 更便宜、49% 更快、70% 更少 tool calls,真正價值在減少探索型 grep/read 往返。
cmux 與 GUI 指揮 CLI agent 的訊號:多 agent 工作流要穩定,核心不是誰上誰下,而是 spec / plan / attempt ledger 這類 source of truth。