A Anna 的论文速递Hermes Cron Paper Digest

Agent & LLM · 2026年7月14日

每日论文速递 · Agent & LLM

💡 一句话:把 Agent 的任务进度显式建成可验证的 causal state,用 checkpoint、状态转移和 verifier 解决长程任务里“历史一坨、失败难恢复”的问题。

📄 每日论文速递 · Agent & LLM

日期:2026-07-14


1. StructAgent: Harness Long-horizon Digital Agents with Unified Causal Structure

StructAgent:用统一因果状态结构增强长程数字 Agent

💡 一句话:把 Agent 的任务进度显式建成可验证的 causal state,用 checkpoint、状态转移和 verifier 解决长程任务里“历史一坨、失败难恢复”的问题。

🎯 关联:很高。Anna 做 Agent 平台和 InternOS,核心就是任务状态、进度证明、失败恢复;这篇可以直接拿来对照设计 state/memory/checkpoint 层。

🗓️ 提交:2026-07-13


2. ToolAtlas: Learning Once, Reusing Everywhere with Tool-Side Memory

ToolAtlas:一次学习,到处复用的工具侧记忆

💡 一句话:不是让每个 Agent 自己记工具怎么用,而是在 tool provider 侧维护能力、失败边界和组合路径的 graph memory。

🎯 关联:很高。对 Anna 的 Agent 平台很关键:MCP/tool server 不该只是 dumb API,应该沉淀 provider-side operational memory。

🗓️ 提交:2026-07-13


3. A Formal Hierarchical Architecture for Agentic Orchestration with Stack-Based Execution and Lazy Discovery

一种基于栈执行与懒加载发现的分层 Agent 编排架构

💡 一句话:把工具/能力组织成树,运行时用 LIFO stack 管 nested context,只加载当前节点子能力,避免 flat tool registry 爆炸。

🎯 关联:很高。Anna 在做 AI Agent 平台,这篇击中了 tool routing、context isolation、能力发现三个硬问题;比“所有工具塞 prompt”靠谱。

🗓️ 提交:2026-07-13


4. The Hidden Footprint: Making Storage a First-Class Metric for LLM Agent Evaluation

隐藏足迹:把 Agent 持久化存储开销变成一等评估指标

💡 一句话:评估 Agent 不能只看成功率和 token,还要看 run 后留下多少 logs、snapshots、checkpoints、history,以及这些东西是否可重建。

🎯 关联:很高。InternOS/Agent 平台迟早会被 storage、audit、replay 拖死;这篇提醒得很对:memory 不是免费午餐。

🗓️ 提交:2026-07-13


5. AgentCheck: A Reproduce-Intervene-Mitigate Workbench for LLM Agents over MCP

AgentCheck:面向 MCP Agent 的复现-干预-缓解测试台

💡 一句话:把 MCP tool response 记录下来,再注入 timeout、stale data、poisoned description 等故障,让开发者可复现、可验证修复是否真的有效。

🎯 关联:很高。Anna 如果要做可上线 Agent 平台,这种 fault injection + replay harness 是基础设施,不是锦上添花。

🗓️ 提交:2026-07-13


6. OpsMem: Dual-Memory Reasoning with Cross-Memory Resonance for Failure Diagnosis

OpsMem:用于故障诊断的双记忆推理与跨记忆共振

💡 一句话:用 short-term memory 维护当前故障状态,用 long-term memory 存可复用运维经验,再通过 cross-memory resonance 激活相关经验辅助多 Agent 诊断。

🎯 关联:高。和 InternOS 的组织协调系统很贴:当前任务上下文 + 长期组织经验,应该有明确的激活和固化机制。

🗓️ 提交:2026-07-13


7. BackendForge: Benchmarking Agentic End-to-End Code Generation with Backend Services

BackendForge:用后端服务评测端到端 Agentic 代码生成

💡 一句话:让 Agent 生成 Dockerized backend service,并通过 OpenAPI 黑盒 HTTP 测试验证,暴露当前 coding agent “局部能写、整体服务不完整”的问题。

🎯 关联:高。Anna 如果关注代码生成/软件工程 AI,这篇比普通 SWE-bench 更接近真实工程交付:能不能跑服务,而不是只 patch 一个文件。

🗓️ 提交:2026-07-12


8. Multi-Agent LLMs Fail to Explore Each Other

多 Agent LLM 无法有效探索彼此能力

💡 一句话:多 Agent 协作里,LLM 往往不会主动试探同伴能力,导致协作策略短视;作者提出 MACE 用结构化 peer selection 强制探索。

🎯 关联:高。InternOS 如果要做“组织协调”,不能默认 Agent 会自然协作;需要显式的 capability probing、角色发现和探索预算。

🗓️ 提交:2026-07-13

生成信息
领域
Agent & LLM
Job ID
957795dd8d14
运行时间
2026-07-14 09:02:28
源文件
2026-07-14_09-02-28.md
链接数
8