2026年8月16日 AI 研究简报
Agent 可靠性开始走向可操作化。
今天最强的一批论文,正把可靠性从模型输出推进到执行层:更严格的过程扎根基准、围绕 agent 的验证层,以及能够区分“看似合理的行为”和“值得信任的行动”的审计方法。
核心要点
- 评估正在变得更关注过程:多篇论文不再只看最终指标,而是检查模型在执行过程中是否具备扎实依据、可恢复性、可验证性或事务安全性,而不只是看它是否“答对了”。
- Agent 可靠性越来越被视为系统问题,而不是提示词问题:强结果往往来自加入确定性层、结构化状态、验证中间件或领域代码,而不是仅依赖模型原始能力。
- 安全研究正收敛到运行时与制品级验证:CI 阶段后门检测、补丁反事实漏洞审计、双向远程证明,以及 agent 状态激活控制,都在针对“输出看似合理”与“执行值得信任”之间的鸿沟。
#1
主题
值得优先阅读的论文
按研究价值排序:新意、方法可复用性、证据质量,以及是否值得带着怀疑去读。
From Runnable to Verifiable: An Independent Reproducibility Study of LLM/Agent-Driven Vulnerability Validation Artifacts
#1如果你在评估安全 agent,这篇很有用:它说明了为什么“可运行的制品”比“补丁反事实确认”是更弱的证据。
- 为什么现在值得读
- 安全 agent 相关主张的扩散速度,已经快于验证其究竟真正奏效了什么的标准建立速度。
- 怀疑点
- 这套协议很有说服力,但超出所研究语料后的覆盖范围仍然有限。
SWE-Bench ProMax: Benchmarking Agents on Large-Scale Multilingual Code Refactoring
#2这是一篇很强的配套论文,因为它揭示了编码 agent 在真实的多文件、多语言仓库编辑中会在哪里失败。
- 为什么现在值得读
- 编码 agent 正在进入生产环境,但这个基准表明,长时程重构依然很脆弱。
- 怀疑点
- 仓库集中度以及混合提交类型,可能会模糊这些失败模式究竟能在多大范围内迁移。
Why Large Language Models Fail at Tabular Prediction
#3值得一读,因为它给出了一个清晰的失败分析,明确指出“维度”是通用 LLM 在表格任务上表现不佳的核心原因。
- 为什么现在值得读
- 许多团队仍在尝试把前沿 LLM 重新用于表格预测,而在这类任务上,更简单的模型可能反而更强。
- 怀疑点
- 该研究聚焦于推理时行为,并且主要基于小型数据集,而不是适配后的训练流程。
运行统计
- 候选论文: 2553
- 入选论文: 30
- 已精读完成: 30
- 时间窗口 (UTC): 2026-08-14T00:00:00Z → 2026-08-15T00:00:00Z (weekend_backlog_unknown, expanded=0)
展开查看用于总结的论文列表
| arXiv ID | 标题 / 链接 | 分类 | 评分 | 入选理由 | 标签 |
|---|---|---|---|---|---|
2608.10530 | On Understanding, Identifying, and Mitigating Vulnerabilities in Agentic Large Language Models | cs.CR, cs.AI | 95 | Systematic review of agentic LLM vulnerabilities/defenses; highly relevant to agent safety. | agent-safety, llm-security, survey, prompt-injection, tool-use, systematic-review |
2608.09802 | SWE-Bench ProMax: Benchmarking Agents on Large-Scale Multilingual Code Refactoring | cs.CL, cs.SE | 93 | Strong new benchmark for coding agents with realistic multilingual refactoring and eval-quality focus. | agents, code, benchmark, evaluation, software-engineering |
2608.09485 | Capability Is Not Propensity: Measuring Pressure-Robust Cooperative Behavior in Civic LLM Agents | cs.AI | 92 | Directly probes manipulative tendencies under pressure, separating capability from propensity in civic agents. | agent-safety, alignment, evaluation, social-reasoning, cooperation |
2608.11632 | Beyond Memory: A Transactional Continuity Kernel for Long-Lived AI Agents | cs.MA, cs.AI | 92 | Agent state governance for long-lived agents; tackles privilege escalation, stale writes, and auditability. | agent-safety, state-management, security, auditing, long-horizon-agents |
2608.12246 | VICBench: A Multi-Language Benchmark for Code Vulnerability Detection | cs.CR, cs.AI, cs.CL, cs.SE | 91 | Verified benchmark for code vulnerability detection with real VICs; strong security evaluation value. | benchmark, code-security, vulnerability-detection, evaluation, dataset, software-security |
2608.02412 | 入选理由 Large Language Models Fail at Tabular Prediction | cs.LG | 91 | Systematic analysis of why frontier LLMs fail on tabular prediction; useful reliability insight. | llm, reliability, evaluation, tabular, failure-analysis |
2608.10692 | SPIEval: Evaluating Large Language Models as Mobile Assistants over Scattered Personal Information | cs.CL, cs.AI | 91 | Benchmark for LLM mobile assistants over scattered personal data, tools, and multi-turn reasoning. | benchmark, llm-agents, mobile-assistants, tool-use, evaluation, personal-data |
2608.09282 | ComboShoppingBench: Evaluating LLM Agents for Budget-Constrained Basket Shopping with Coupons | cs.AI, cs.CL | 91 | Verifiable benchmark for LLM shopping agents with budgets, coupons, and real-world constraints. | llm-agents, benchmark, evaluation, tool-use, planning |
2608.06108 | Evaluating Investment Logic in Large Language Models: A Real-World Benchmark Towards Personalzied Financial Agents | cs.AI | 91 | Real-world benchmark for personalized financial agents with process-level decision traces. | benchmark, agents, evaluation, financial-llm, process-supervision |
2608.09189 | EmoS: A Theory-Grounded Framework for Evaluating and Aligning Emotional Intelligence in Spoken Language Models | cs.CL | 90 | Theory-grounded SLM emotional-intelligence benchmark plus alignment method with clear human gap. | spoken-language-models, alignment, evaluation, benchmark, emotional-intelligence, GRPO |
2608.09567 | From Runnable to Verifiable: An Independent Reproducibility Study of LLM/Agent-Driven Vulnerability Validation Artifacts | cs.CR | 90 | Important audit of LLM/agent security artifacts; measures reproducibility beyond mere runnable demos. | security, agents, reproducibility, evaluation, vulnerability-research |
2608.11941 | OEIS Open: How many conjectures can language models turn into theorems? | cs.AI | 90 | Secure benchmark for tool-using LMs on open math conjectures; strong eval design and concrete results. | evaluation, agents, tool-use, reasoning, benchmark, security |
2608.11981 | Benchmarking Trustworthiness of SLMs: Pre-trained vs. Compressed | cs.CL | 90 | Comprehensive SLM trustworthiness eval across fairness, robustness, privacy, ethics. | SLM, trustworthiness, robustness, privacy, fairness, evaluation |
2608.03817 | UHP Detection: LVLMs have their Unique Hallucination Pattern in the Consistency Space | cs.CV, cs.AI | 90 | Black-box LVLM hallucination detection via structured consistency patterns; strong reliability relevance. | hallucination, LVLM, multimodal, uncertainty, evaluation, reliability |
2608.09900 | Decoding-Level Taboo: A Diagnostic Stress Test for LLM Robustness | cs.CL | 89 | New stress test probes LLM robustness under decoding constraints tied to real deployment settings. | llm-robustness, evaluation, decoding, stress-test, reliability |
2608.09096 | Evo-Bench: Can Language Models Improve Agent Harness? | cs.CL | 89 | Novel benchmark for agents improving their own harness, targeting long-horizon autonomous capability. | agents, benchmark, autonomy, evaluation, meta-optimization |
2608.10393 | Hidden in Plain Sight: Diffusion-Based Unrestricted Robotic Attacks on Vision-Language-Action Models | cs.AI, cs.RO | 89 | Physical-world adversarial attacks on VLA robots; strong safety relevance and black-box setting. | VLA, robotics, adversarial attacks, safety, robustness, black-box |
2608.10628 | InSight-doc: Agentic Visual Perception for Long-Document Understanding | cs.CV, cs.CL, cs.LG | 89 | Agentic long-doc perception cuts hallucination >40% with adaptive zoom and SFT+RL training. | long-context, document-understanding, agentic-perception, hallucination, rl, vlm |
2608.01938 | D-MUTRA: DLT-based MUTual Remote Attestation for Multi-Agent Systems | cs.CR | 89 | Mutual remote attestation for multi-agent systems; directly relevant to agent trust and security. | agent-security, multi-agent, remote-attestation, trust, distributed-systems |
2608.12306 | Redistribution-based Cost Inference Improves Sparse Safe Offline RL | cs.LG, cs.AI | 89 | Safe offline RL from sparse stop-feedback; strong safety framing with theory and practical gains. | safe-rl, offline-rl, credit-assignment, theory, reliability |
2608.05784 | Activity Frames: Deterministic Screen-Activity Compilation for Agent Memory and Replay | cs.AI | 89 | Auditable deterministic memory for computer-use agents; strong relevance to agent reliability. | agents, memory, computer-use, auditability, replay |
2608.09857 | Agentic Harnesses: LLM-Driven Verification Layers for Robot Autonomy | cs.RO, cs.AI | 88 | Verification layer for robot autonomy targets action permissibility and safety before execution. | robot-safety, verification, agents, llm-judge, autonomy |
2607.24577 | Evaluating Fuzz Testing for Reinforcement Learning Agents | cs.LG, cs.SE | 88 | Comprehensive evaluation of RL fuzzing methods for safety-critical agents; strong security relevance. | rl, agent-safety, fuzzing, evaluation, robustness, benchmarking |
2608.09443 | Coupled Graph--Policy Distillation for Personalized Medication Safety in Older Adults with Multimorbidity | cs.AI | 88 | Safety-critical LLM agent framework plus benchmark for medication review with explicit risk-first design. | agent-safety, healthcare, benchmark, knowledge-graphs, multi-agent |
2608.11816 | How China-Origin Vision-Language Models Move from Refusal to Reframing in State Alignment | cs.CR, cs.AI, cs.CL | 88 | Systematic benchmark of state-aligned distortion in VLMs; relevant to reliability and model behavior audits. | vlm, evaluation, reliability, auditing, political-bias, multimodal |
2607.25186 | MyoCardBench: A Real-World Data Benchmark for Evaluating Large Language Models in Clinically Authentic Cardiovascular Care Scenarios | cs.CL | 88 | Real-world cardiology benchmark for LLMs in safety-critical workflows with clinician-built evaluation. | llm, medical, benchmark, safety, evaluation |
2608.09925 | From Values to Benchmarks: Evaluating Large Language Models for Governmental Use in Dutch | cs.CL, cs.AI | 88 | Government-use LLM benchmark grounded in public-sector values; strong safety/eval relevance in Dutch. | benchmark, evaluation, government, factuality, bias, transparency, LLM safety |
2608.04408 | Not Every Divergence Should Be Suppressed: Counterfactual Recoverability in On-Policy Distillation | cs.LG, cs.AI | 88 | Distillation method distinguishes recoverable vs irreversible errors; useful for reasoning reliability. | distillation, reasoning, reliability, training, evaluation |
2607.28200 | Vibe-FDTR: An agent-oriented framework for reproducible frequency-domain thermoreflectance data analysis | physics.app-ph, cond-mat.mtrl-sci, cs.AI | 88 | LLM-agent framework with reproducibility and verification for scientific analysis; strong agent reliability angle. | llm-agents, reproducibility, scientific-ai, verification, reliability |
2607.26719 | Not In My Git Yard: Catching Backdoors at Commit and Release Time | cs.CR, cs.SE | 87 | Automates detection of code backdoors in CI and release workflows; practical software supply-chain defense. | security, backdoors, software-supply-chain, ci, release-security, detection |
AI 论文洞察简报
2026-08-16
0) 核心结论(请先阅读)
- 评估正在变得更关注过程:多篇论文不再只看最终指标,而是检查模型在执行过程中是否具备扎实依据、可恢复性、可验证性或事务安全性,而不只是看它是否“答对了”。
- Agent 可靠性越来越被视为系统问题,而不是提示词问题:强结果往往来自加入确定性层、结构化状态、验证中间件或领域代码,而不是仅依赖模型原始能力。
- 安全研究正收敛到运行时与制品级验证:CI 阶段后门检测、补丁反事实漏洞审计、双向远程证明,以及 agent 状态激活控制,都在针对“输出看似合理”与“执行值得信任”之间的鸿沟。
- 基准测试正变得更真实也更困难:多语言重构、移动端分散个人信息、带优惠券的组合购物、长文档视觉问答,以及投资逻辑等任务,都暴露出当前前沿模型的显著能力差距。
- 一个反复出现的失败模式是:在压力或规模下暴露出的隐性脆弱性:LLM 在表格维度升高时性能崩溃,VLM 从拒答转向重构表述,agent 在跨文件协同和信息定位上失败,而 VLA 机器人仍易受看起来自然的物理补丁攻击。
- 对安全团队而言,实用模式已经很清晰:将基于模型的推理与确定性检查、显式弃答/回滚策略,以及与证据关联的状态转换结合起来。
2) 关键主题(聚类)
主题:验证优先的 agent 架构
- 为什么重要:在安全关键系统中,一个共同模式是原始模型输出过于不可靠,不能直接执行。最强的设计会在模型提议与现实世界效果之间插入确定性或可审计的控制层。
- 代表论文:
- 常见方法:
- 在提议与执行之间插入一个狭窄、确定性的闸门。
- 使用运行时证据,而不只是静态意图:系统调用画像、证明哈希、提交时谓词、来源检查。
- 将不可信生成与可信激活或验证分离。
- 针对操作约束进行优化,例如 CI 预算、低单 agent 开销或可审计回执。
- 开放问题 / 失败模式:
- 覆盖率仍是瓶颈:模糊测试和运行时检查只能捕获它们能触达的部分。
- 多个系统依赖受信任的侧边组件或假设,这些可能成为单点故障。
- 在机器人和多 agent 场景中,延迟可能很关键。
- 形式化或有界保证通常止步于中间件边界,无法覆盖外部副作用。
主题:基于过程扎根的评估优于只看结果的评分
- 为什么重要:多篇论文表明,看似合理或有利润的输出仍可能是不安全、无依据或误导性的。基准测试正转向评估中间推理、证据使用和可执行正确性。
- 代表论文:
- Evaluating Investment Logic in Large Language Models: A Real-World Benchmark Towards Personalzied Financial Agents
- SPIEval: Evaluating Large Language Models as Mobile Assistants over Scattered Personal Information
- ComboShoppingBench: Evaluating LLM Agents for Budget-Constrained Basket Shopping with Coupons
- MyoCardBench: A Real-World Data Benchmark for Evaluating Large Language Models in Clinically Authentic Cardiovascular Care Scenarios
- 常见方法:
- 评分执行层面的正确性,而不只是语义上的似是而非。
- 将任务拆分为过程维度,如事件扎根、参数定位、优惠券合法性或关键点召回。
- 使用混合评估器:用确定性检查评估可行性,用专家或 LLM 判断语义。
- 从真实或逼真的长期工作流构建基准,而不是考试式提示。
- 开放问题 / 失败模式:
- LLM 评审可能引入偏差,尤其是在人工标注稀缺时。
- 聚合评分可能掩盖真正失败的子步骤。
- 许多基准仍是离线或模拟环境,限制了部署真实性。
- 强流畅性常常掩盖缺失的安全关键细节。
主题:在扰动、压力与规模下的隐性脆弱性
- 为什么重要:前沿模型在常规条件下往往表现强劲,但一旦偏离其偏好路径、受到微妙社会压力,或被迫在更高维设置中运行,性能就会急剧下降。
- 代表论文:
- Why Large Language Models Fail at Tabular Prediction
- Decoding-Level Taboo: A Diagnostic Stress Test for LLM Robustness
- Capability Is Not Propensity: Measuring Pressure-Robust Cooperative Behavior in Civic LLM Agents
- How China-Origin Vision-Language Models Move from Refusal to Reframing in State Alignment
- 常见方法:
- 用受控干预探测模型,而不是做宽泛的提示词模糊测试。
- 区分能力与倾向,或区分常规准确率与偏路径鲁棒性。
- 使用配对条件隔离压力、语言或解码约束的影响。
- 测量结构化失败特征,而不是单一标量分数。
- 开放问题 / 失败模式:
- 许多发现是行为层面的,而不是机制层面的。
- 一些效应具有模型家族特异性,未必能干净地泛化。
- 小规模试点场景集可以揭示信号,但不能说明普遍性。
- 隐性重构表述和省略比显性拒答更难检测。
主题:当领域结构被显式化时,agent 性能会提升
- 为什么重要:这一批中最可靠的 agent 系统并不只依赖自由形式推理;它们会显式编码领域结构、状态更新和工具语义。
- 代表论文:
- Vibe-FDTR: An agent-oriented framework for reproducible frequency-domain thermoreflectance data analysis
- Coupled Graph–Policy Distillation for Personalized Medication Safety in Older Adults with Multimorbidity
- InSight-doc: Agentic Visual Perception for Long-Document Understanding
- Activity Frames: Deterministic Screen-Activity Compilation for Agent Memory and Replay
- 常见方法:
- 显式表示潜在任务结构:图、类型化帧、缩放轨迹、配置文件。
- 主要让 agent 在结构化基底上执行路由、查询或修订。
- 将测得事实与推断解释分离。
- 用消融实验表明代码/结构层确实在发挥作用。
- 开放问题 / 失败模式:
- 专家模式或规划层仍会偶尔做出糟糕决策。
- 超出精心整理领域后的泛化能力仍不确定。
- 一些系统仍高度依赖底层 LLM 质量。
- 构建和维护结构化基底劳动密集。
主题:安全与鲁棒性基准正变得更具操作性
- 为什么重要:新的基准不再只是玩具提示,而更接近真实工作流:跨仓库重构、诱发漏洞的提交、RL 崩溃发现,以及制品可复现性。
- 代表论文:
- SWE-Bench ProMax: Benchmarking Agents on Large-Scale Multilingual Code Refactoring
- VICBench: A Multi-Language Benchmark for Code Vulnerability Detection
- Evaluating Fuzz Testing for Reinforcement Learning Agents
- From Runnable to Verifiable: An Independent Reproducibility Study of LLM/Agent-Driven Vulnerability Validation Artifacts
- 常见方法:
- 强调可复现环境和结果驱动评估。
- 审计的不只是成功率,还包括究竟是哪类证据支撑了某项主张。
- 在统一指标和预算下比较多种方法。
- 展示互补优势,而不是寻找一个通用赢家。
- 开放问题 / 失败模式:
- 基准真实性往往要与规模做权衡。
- 单次运行或小样本评估限制了方差估计。
- 如果没有补丁反事实,制品“成功”在语义上仍可能很弱。
- 当前 agent 仍难以处理长时程协同和跨文件一致性。
3) 技术综合
- 多篇论文用结构化诊断替代标量置信度:on-policy distillation 中的可恢复性标签、LVLM 幻觉检测中的 2×2 一致性特征、多维公民倾向评分,以及用于漏洞制品的补丁反事实证据阶梯。
- 最强的安全机制会将提议与提交分离:Lily 将模糊测试发现与可疑代码追踪分离;CK 将提交外候选准备与原子激活分离;机器人验证层将规划与执行分离;D-MUTRA 将应用逻辑与证明 sidecar 分离。
- 确定性基底反复优于纯 agent 基线:Vibe-FDTR 的代码+技能栈优于仅 agent 变体,Activity Frames 在问答上优于原始行和 LLM 摘要,ATLAS 的 PMCG 个性化对用药安全至关重要。
- 检索仍是 agent 系统的主要失败点:SPIEval 表明定位错误主导失败,InSight-doc 通过自适应缩放避免固定 k 检索,而投资逻辑基准表明看似合理的推理仍可能缺乏事件扎根。
- 多篇论文表明,常规基准上的强表现远远不够:表格预测会随维度升高而崩溃,公民协作在微妙的省略压力下退化,而 VLM 可能从可见拒答转向不可见重构表述。
- 评估质量本身正在成为研究目标:SWE-Bench ProMax 手工修复有缺陷的测试,RL 模糊测试在不同方法间标准化指标,而漏洞制品审计区分“可运行”与“语义确认”。
- 运行成本/延迟如今被视为一等指标:RL 模糊测试比较 UD-AUC 和变异成本,D-MUTRA 调整 SSP/IterQ,InSight-doc 推导 token/延迟界限,Vibe-FDTR 报告 token 和墙钟时间节省。
- 互补性是反复出现的实证结果:RL 模糊测试器发现的崩溃大多彼此不重叠,组内与组间一致性特征都能帮助幻觉检测,而进化得到的 harness 可迁移到不同策略模型。
- 多篇论文将弃答或升级处理作为安全原语,而不是强迫二元决策:机器人验证使用 ESCALATE,InSight-doc 提升不可回答场景的 F1,而基于可恢复性的 OPD 在模糊状态下默认回退到传统监督。
- 安全论文越来越强调反事实验证:Lily 中旧版与新版的二元比较、漏洞制品审计中的补丁构建检查,以及蒸馏中的回滚与继续回放,都在问“在相关替代情形下会发生什么?”
4) 前 5 篇论文(附“为什么是现在”)
Evaluating Fuzz Testing for Reinforcement Learning Agents
- 建立了一个统一基准,在 MountainCar、BipedalWalker 和 CARLA 上比较五种 RL 模糊测试器以及随机测试。
- 给出可操作的方法选择建议:MDPFuzz 在崩溃吞吐量/效率上更优,SeqDivFuzz 和 QDFuzz 在多样性与修复价值上更强。
- 表明模糊测试输出不只是用于测试:它们还能提升鲁棒性,并支持具有跨方法泛化能力的高准确率安全监控器。
- 保留意见:结果仅限于三个环境以及特定 agent/随机种子。
From Runnable to Verifiable: An Independent Reproducibility Study of LLM/Agent-Driven Vulnerability Validation Artifacts
- 明确了安全基准中的一个关键区分:可获得、可运行、能产生信号,以及语义上被确认,并不是一回事。
- 发现严格确认率较低、预言机特异性较弱,直接挑战了许多基于制品的主张应如何被解读。
- 提供了一个可复用协议,以补丁反事实和匹配负对照为核心。
- 保留意见:案例级执行在很大程度上锚定于一个基准语料,更广泛的确认覆盖仍有待完成。
SWE-Bench ProMax: Benchmarking Agents on Large-Scale Multilingual Code Refactoring
- 引入了一个更难、整理更好的编码基准,聚焦七种语言上的真实多文件重构。
- 最佳解决率只有 41.2%,说明当前编码 agent 在长时程仓库编辑上距离稳健仍相当遥远。
- 失败分析指出了一个具体瓶颈:agent 相比金标准补丁编辑不足,并且遗漏跨文件传播。
- 保留意见:仓库集中度以及重构/修 bug 混合提交,可能限制清晰解读。
InSight-doc: Agentic Visual Perception for Long-Document Understanding
- 将长文档 VQA 重构为自适应感知:先低分辨率查看,只在需要处放大。
- 同时带来准确率提升和显著的 token/延迟下降,并在不可回答案例上表现出更强的弃答行为。
- 之所以重要,是因为长上下文多模态系统正碰到成本和幻觉上限;自适应分辨率是对暴力扩展上下文的一种实用替代方案。
- 保留意见:证据仅基于单个 8B 骨干模型和一种训练配方。
Why Large Language Models Fail at Tabular Prediction
- 提供了一项干净的证伪研究:可分性、序列化、数值精度和测试批大小都不能解释失败;真正原因是维度。
- 包含污染检查和行为匹配,使这一结论比“LLM 不擅长表格”的轶事式说法更可信。
- 现在很有用,因为许多团队仍试图把通用 LLM 强行用于表格预测任务,而更简单的模型往往更强。
- 保留意见:研究仅限于纯推理模式,且主要基于小数据集。
5) 实际下一步
- 为 agent 栈加入确定性执行闸门:来源检查、精确头部状态激活、补丁反事实验证,或在产生副作用前设置升级路径。
- 在评测 agent 时,将过程保真度与最终结果分开评分:扎根、参数定位、修订一致性和弃答质量都应成为一等指标。
- 对安全关键多模态系统,不仅要测试拒答,还要测试隐性失败模式:重构表述、省略压力、偏路径解码鲁棒性,以及看起来自然的物理攻击。
- 在编码 agent 评估中,优先关注跨文件协同指标和“触及文件数 vs. 金标准补丁”诊断,而不只是通过/失败。
- 对检索密集型助手,应对查询构造和停止行为做埋点;SPIEval 表明定位和验证比工具选择更可能成为瓶颈。
- 结合互补测试方法,而不是只选一个赢家:RL 模糊测试器发现彼此不重叠的失败,结构化多探针检测器优于单一不确定性分数。
- 将制品验证视为语义问题:在将一次漏洞复现计为真实之前,要求补丁构建检查和匹配负对照。
- 对长生命周期 agent,将记忆保留与权威状态分离;对任何可能影响权限或动作的状态,采用事务式激活、回执和可审计谱系。
基于逐篇论文分析生成;未进行外部浏览。