Workflow 走預定 code paths;agent 動態選 processes 與 tools。增加 autonomy 會交換 predictability、latency 與 cost。 [4]
HelmLoop
替代設計
把 controls 留在 graph 內
當單一 runtime、團隊與 risk model 擁有完整 lifecycle 時最合理;這是最強替代方案。
使用 durable workflow engine
當 replay、queues、timers 與 long-running reliability 才是主要問題。
只使用 assurance SOP
當 validation 與 release governance 重要,但不需要跨週期 outcome learning。
使用 HelmLoop contracts
當多個 runtime 共用一套 accountable promotion/outcome policy 時可能有用;cross-runtime 尚未證明。
HelmLoop
反證與 failure modes
Over-engineering
L2/L3 governance 成本可能高於可逆 task 的價值。
Self-confirming loop
Proposer、validator、learner 可能共享同一 model 或 context。
State explosion
Receipts、retries、exceptions 與 nested instances 可能比 graph 更難治理。
Verification cost
Fresh independent evidence 增加 latency 與 provider cost。
Vendor coupling
Checkpoint 或 tracing semantics 可能穿過 adapter,破壞 portability。
Category inflation
HelmLoop 可能只是替良好 application architecture 重新命名;portability test 失敗就應縮回 claim。
HelmLoop
依實際範圍閱讀證據
現有 fixture 結果不認證真實 runtime、全面可攜性、production readiness 或業務价值;研究頁保留這些待驗問題。
- 此 repository 沒有兩份彼此獨立、新鮮、經 host attestation 且 source-bound 的 runtime observations;fixtures 與 runtime aliases 不具資格。
- 此處沒有實作 production control plane 或 live provider reconciliation service。
- 五語 semantic review 只有 shape/terminology automation,沒有 independent human attestation。
- 尚未量測 outcome benefit 是否高於額外 governance cost。
HelmLoop
第一手來源
External claims 只使用官方文件、標準機構與原始論文。註解說明來源支持什麼,不代表 HelmLoop 已實作。
- 01 / OpenAI
Agent orchestration ↗
區分 manager-owned specialists 與 handoffs 兩種 orchestration 選擇。
- 02 / OpenAI
Guardrails — OpenAI Agents SDK ↗
Guardrails 附著於特定 agent/tool 邊界,coverage 並非普遍。
- 03 / OpenAI
Tracing — OpenAI Agents SDK ↗
Trace 記錄 model、tool、handoff 與 guardrail events。
- 04 / Anthropic
Building Effective AI Agents ↗
區分 workflows 與 agents,並建議只有 outcome 值得時才增加 complexity。
- 05 / LangChain
LangGraph overview ↗
描述 durable stateful graph orchestration 與 human-in-the-loop。
- 06 / LangChain
LangGraph interrupts ↗
Interrupt 會持久化 state 並重跑 node,因此 idempotency 重要。
- 07 / Temporal
Temporal Workflow ↗
Event history 與 deterministic replay 把 workflow code 與 external activities 分開。
- 08 / Google
Template agent workflows — ADK ↗
記錄 sequential、loop、parallel 與新版 graph workflow structures。
- 09 / Model Context Protocol
MCP Architecture ↗
把 consent、security policy 與 authorization decisions 放在 host boundary。
- 11 / NIST
AI Risk Management Framework ↗
用 Govern、Map、Measure、Manage 組織 lifecycle risk work。
- 12 / ICLR / arXiv
ReAct: Synergizing Reasoning and Acting in Language Models ↗
展示交錯 reasoning/action;observation 可更新 plan,但不是 business outcome proof。