-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathtopic-agent-hot.html
More file actions
135 lines (131 loc) · 11.1 KB
/
Copy pathtopic-agent-hot.html
File metadata and controls
135 lines (131 loc) · 11.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!DOCTYPE html>
<html lang="zh-CN" data-site-sidebar="">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Agent · 技术热点 - Everything in Claude-Code</title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🔥</text></svg>">
<meta name="description" content="Agent 相关外文技术热点摘要表;可由 RSS 半自动维护。">
<meta name="page:updated" content="2026-04-30">
</head>
<body class="agent-hot-page">
<nav class="navbar">
<div class="nav-container">
<a href="topic-agent.html" class="nav-logo">
<span class="logo-icon">🔥</span>
<span class="logo-text">Agent · 热点</span>
</a>
<div class="nav-links">
<a href="#curated" class="nav-link">摘要表</a>
<a href="#ingest" class="nav-link">抓取说明</a>
</div>
<div class="nav-actions">
<button id="theme-toggle" class="theme-toggle" title="切换主题">☀️ 暖光</button>
<a href="topic-agent.html" class="btn-github">← Agent 专题</a>
</div>
</div>
</nav>
<section class="hero handbook-hero">
<div class="hero-content">
<div class="hero-badge"><span>子专题</span><span>技术热点</span></div>
<h1 class="hero-title">Agent <span class="gradient-text">技术热点</span></h1>
<p class="hero-subtitle">智能体、工具链、编程助手工作流等方向的<strong>外文快讯</strong>。表内为摘要索引,正文请跳转原文。</p>
</div>
</section>
<section id="curated" class="section section--soft agent-hot-section agent-hot-section--entry">
<div class="container">
<h2 class="section-title">精选摘要表</h2>
<p class="section-desc agent-hot-copy agent-hot-copy--lead">示例条目来自 <a href="https://blog.dailydoseofds.com/" target="_blank" rel="noopener noreferrer">Daily Dose of Data Science</a> 公开 RSS 与站内 <a href="topic-hot-watch.html">热门话题专项</a> 的 intake 路线。批量更新请用 Skill:<code>.claude/skills/hot-topic-curation/</code>,并通过 <code>tools/fetch_hot_topic_sources.py</code> 刷新本地快照。</p>
<div class="agent-hot-table-wrap">
<table class="ref-table ref-table--detail">
<thead>
<tr>
<th>日期</th>
<th>话题(中文)</th>
<th>原文</th>
<th>备注</th>
</tr>
</thead>
<tbody>
<tr>
<td>2026-04-30</td>
<td class="ref-usage"><strong>QoderWake(阿里)</strong>:阿里推出的<strong>生产级数字员工</strong>平台,首批上线数字程序员等 6 个岗位。核心设计围绕"数字员工"五维:身份、记忆、技能、分工、权限红线。采用 Harness-First 架构(Brain–Hands–Session 解耦)、Critic-Refiner 经验沉淀机制、Anti-Rot 防腐治理,支持 7×24 无人值守 + 事件触发自动接管任务。与 Cursor Agent 删库事件形成对照:强调<strong>权限沙盒、审计日志、关键节点必须暂停请示</strong>。</td>
<td><a href="https://mp.weixin.qq.com/s/IrLM3iGU00U5ouuXfuZK7w" target="_blank" rel="noopener noreferrer">智东西深度解析 →</a> · <a href="https://mp.weixin.qq.com/s/GBVekK5j8oGmm5SbEbhZgA" target="_blank" rel="noopener noreferrer">Qoder 官方发布 →</a></td>
<td>阿里官方;数字员工 / 生产级 Agent / 安全边界</td>
</tr>
<tr>
<td>2026-04-09</td>
<td class="ref-usage"><strong>Build Agents That Don’t Fail in Production</strong>:讨论把 Agent 从 demo 推到生产环境时最容易失控的环节,包括失败恢复、状态边界、监控与人工兜底。它很适合和本站的 <a href="topic-hot-watch.html">热门话题专项</a> intake 路线一起看,因为这正是“热点标题值得继续往下沉淀”的典型下游落点。</td>
<td><a href="https://blog.dailydoseofds.com/p/build-agents-that-dont-fail-in-production" target="_blank" rel="noopener noreferrer">Daily Dose →</a></td>
<td>来自本地热点快照;production agent / reliability</td>
</tr>
<tr>
<td>2026-04</td>
<td class="ref-usage"><strong>Hermes Agent(Nous Research)</strong>:一个把<strong>持久化记忆</strong>、<strong>自改进 skills</strong>、<strong>40+ tools</strong> 与 <strong>消息网关</strong>放进同一条 Agent 主链的开源项目。它同时支持 CLI 与 Telegram/Discord/Slack 等入口,适合与本站的 Memory、Skills、loop/daemon 讨论放在同一视角下理解。</td>
<td><a href="https://hermes-agent.ai/" target="_blank" rel="noopener noreferrer">官网 →</a> · <a href="https://github.com/NousResearch/hermes-agent" target="_blank" rel="noopener noreferrer">GitHub →</a></td>
<td>官方;memory / skills / gateway</td>
</tr>
<tr>
<td>2026-04</td>
<td class="ref-usage"><strong>OfficeCLI(iOfficeAI)</strong>:一个面向 AI agents 的 <strong>Office 文档控制 CLI</strong>,目标不是辅助写代码,而是让 agent 直接创建、读取、修改 <strong>Word / Excel / PowerPoint</strong>。它同时公开单文件二进制、内置 <code>SKILL.md</code> 安装入口和浏览器 live preview,说明 Agent CLI 也可以是 <strong>artifact control plane</strong>,而不只是 generic coding shell。</td>
<td><a href="https://github.com/iOfficeAI/OfficeCLI" target="_blank" rel="noopener noreferrer">GitHub →</a> · <a href="https://github.com/iOfficeAI/OfficeCLI/blob/main/SKILL.md" target="_blank" rel="noopener noreferrer">SKILL.md →</a></td>
<td>官方;artifact CLI / Office control</td>
</tr>
<tr>
<td>—</td>
<td class="ref-usage"><strong>什么是 Agent Skills,智能体如何用它们?</strong>(<em>What are Agent Skills and How Agents Use Them?</em>):讨论「技能」作为可组合能力单元在 Agent 工作流中的角色,可与本站 <a href="tutorial.html#skills">Skills 教程</a>对照。</td>
<td><a href="https://blog.dailydoseofds.com/p/what-are-agent-skills-and-how-agents" target="_blank" rel="noopener noreferrer">Daily Dose →</a></td>
<td>RSS;技能/工具</td>
</tr>
<tr>
<td>—</td>
<td class="ref-usage"><strong>MiniMax M2.7:自重构的 Agent 架构</strong>(<em>MiniMax M2.7: The self-refactoring Agent architecture</em>):围绕可自我修改结构的 Agent 设计,偏架构与产品叙事。</td>
<td><a href="https://blog.dailydoseofds.com/p/minimax-m27-the-self-refactoring" target="_blank" rel="noopener noreferrer">Daily Dose →</a></td>
<td>RSS;架构</td>
</tr>
<tr>
<td>—</td>
<td class="ref-usage"><strong>Claude Subagents 与 Agent Teams 对比</strong>:多代理协作范式速读,本站长文展开见 <a href="topic-agent-comparison.html#sources">生态对比 · 参考来源</a>。</td>
<td><a href="https://blog.dailydoseofds.com/p/claude-subagents-vs-agent-teams" target="_blank" rel="noopener noreferrer">Daily Dose →</a></td>
<td>与专题互链</td>
</tr>
<tr>
<td>—</td>
<td class="ref-usage"><strong>How to Vibe Code: A Developer's Playbook</strong>:开发者「氛围编程」/工作流向短文,可作编程助手使用文化的延伸阅读。</td>
<td><a href="https://blog.dailydoseofds.com/p/how-to-vibe-code-a-developers-playbook" target="_blank" rel="noopener noreferrer">Daily Dose →</a></td>
<td>RSS;文化/工作流</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<section id="ingest" class="section">
<div class="container">
<h2 class="section-title">自动抓取与翻译:怎么做才靠谱?</h2>
<p class="section-desc agent-hot-copy">像 <a href="https://hermes-agent.ai/" target="_blank" rel="noopener noreferrer">Hermes Agent</a>、<a href="https://github.com/iOfficeAI/OfficeCLI" target="_blank" rel="noopener noreferrer">OfficeCLI</a> 这种项目,优先引用官网、官方 GitHub、正式文档与内置技能说明,再补社区解读;不要只靠二手快讯判断其能力边界。</p>
<div class="quickstart-grid agent-hot-grid agent-hot-grid--single">
<div class="quickstart-card">
<h3>推荐路径</h3>
<ol class="agent-hot-list">
<li>优先运行 <code>python3 tools/fetch_hot_topic_sources.py --write</code> 刷新热点快照。</li>
<li>先挑一条真的值得继续讲的条目,再像上面的 <em>Build Agents That Don’t Fail in Production</em> 一样路由进下游热点页,而不是把 snapshot 原样堆在 intake 层。</li>
<li>按 <code>hot-topic-curation</code> 的路由规则分到 Agent、RAG 或其他专题热点页。</li>
<li>用模型生成<strong>短中文摘要</strong>,人工校对后插入表格。</li>
<li>避免整篇转载;保留原文链接与作者站点署名。</li>
</ol>
<p class="agent-hot-inline-note"><a href="topic-hot-watch.html">热门话题专项入口 →</a> · <a href="topic-rag-hot.html#ingest">RAG 热点页的 robots/RSS 说明 →</a></p>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<p class="md-source-link"><a href="https://github.com/Harzva/learn-likecc/blob/main/site/md/topic-agent-hot.md" target="_blank" rel="noopener noreferrer">📝 本站页的 Markdown 源文件(GitHub)</a></p>
<p>© 2026 Everything in Claude-Code. 仅供学习研究使用。</p>
</div>
</footer>
<script src="js/app.js"></script>
</body>
</html>