跳到正文
Jones Ray

ScholarPulse 日报 2026-07-09

2026-07-09 学术简报:2 篇。ADE-PRF框架通过主动预测可靠性风险,为长期LLM多智能体系统提供前瞻性健康监控,解决基础设施监控无法检测的退化问题。

今日速览

序号标题来源日期主题推荐等级
1Agent Delivery Engineering Predictive Reliability FrameworkarXiv2026-07-08AI-Agent高
2SkillCenter: A Large-Scale Source-Grounded Skill Library for Autonomous AI AgentsarXiv2026-07-08AI-Agent高

重点论文与技术动态

1. Agent Delivery Engineering Predictive Reliability Framework

一句话结论

ADE-PRF框架通过主动预测可靠性风险,为长期LLM多智能体系统提供前瞻性健康监控,解决基础设施监控无法检测的退化问题。

核心内容

方法与数据

价值判断

摘要 Long-horizon LLM multi-agent systems face reliability risks invisible to infrastructure monitoring. We propose the ADE Predictive Reliability Framework (ADE-PRF), enabling proactive health trajectory prediction from passive degradation detection. ADE-PRF aggregates 20 heterogeneous signals across five layers into a Trust Margin (TM) metric (39.2-point dynamic range). Triple-method parallel prediction enables 8-hour forecasts: the Exponential method achieves MAE=1.228, Direction Accuracy=76.8%, with 99.65% within +/-10-point tolerance. Production validation spans 380,227 predictions and 280,579 validations across six agent profiles over 15 continuous days, plus seven sandbox-controlled experiments. Key findings include detection of "false prosperity" -- degradation concealed by normal surface metrics -- and immediate TM coupling with ground-truth states upon ADE plugin integration, with 16/20 factors relying on ADE-collected data. Exponential consistently outperforms Kalman. ADE-PRF provides among the earliest reliability quantification with forward-looking warnings for production LLM agents.

2. SkillCenter: A Large-Scale Source-Grounded Skill Library for Autonomous AI Agents

一句话结论

SkillCenter是目前已知最大的开源技能库,包含216,938个结构化技能,覆盖24个领域。

核心内容

方法与数据

价值判断

摘要 Autonomous AI agents can execute complex tasks with limited human review, yet they often lack the grounded operational knowledge to make their outputs not just executable but correct, secure, and maintainable. We introduce SkillCenter, to our knowledge the largest open skill library for agents by total count: 216,938 structured skills across 24 domain bundles. A SkillGate-filtered pipeline contributes 114,565 source-grounded skills from peer-reviewed journals, ArXiv, and over 24,000 technical sources, integrated with 102,373 community skills from GitHub and the ClawHub marketplace. We present the end-to-end framework that builds the pipeline subset: multi-source acquisition, an LLM-based quality gate (SkillGate), template-driven generation, iterative source-grounding, and quality-controlled publishing. Source grounding is a traceability guarantee: each retained claim maps to an exact quotation in its source. All skills ship as offline-searchable SQLite FTS5 bundles.