-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathtopic-agent.html
More file actions
156 lines (151 loc) · 10.6 KB
/
Copy pathtopic-agent.html
File metadata and controls
156 lines (151 loc) · 10.6 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!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="智能体与工具链:论文分析、技术热点与生态对比子专题入口。">
<meta name="page:updated" content="2026-04-28">
</head>
<body class="agent-topic-page">
<nav class="navbar">
<div class="nav-container">
<a href="index.html" class="nav-logo">
<span class="logo-icon">🤖</span>
<span class="logo-text">Agent 专题</span>
</a>
<div class="nav-links">
<a href="#subs" class="nav-link">子专题</a>
<a href="#awesome-agent" class="nav-link">Awesome</a>
<a href="#related" class="nav-link">相关</a>
</div>
<div class="nav-actions">
<button id="theme-toggle" class="theme-toggle" title="切换主题">☀️ 暖光</button>
<a href="index.html" class="btn-github">← 返回首页</a>
</div>
</div>
</nav>
<section class="hero handbook-hero">
<div class="hero-content">
<div class="hero-badge">
<span>📌 大专题</span>
<span>Agent</span>
</div>
<h1 class="hero-title">
Agent 与工具生态<br>
<span class="gradient-text">论文 · 热点 · 对比</span>
</h1>
<p class="hero-subtitle">
与「源码课程」中的 Agent Loop、MCP、Hooks 等章节<strong>互补</strong>:这里收<strong>论文精读</strong>、<strong>外文热点摘要</strong>,以及已发布的<strong>生态对比</strong>长文。<br>
热点页现在也开始挂接 <strong>Hermes Agent</strong>、<strong>OfficeCLI</strong> 这类带官方主源证据链的项目样本,而不只是一层 RSS 博文索引。<br>
结构上与 <a href="topic-rag.html">RAG 大专题</a>对称(论文 + 热点两子专题)。
</p>
</div>
</section>
<section id="subs" class="section section--soft agent-topic-section agent-topic-section--entry">
<div class="container">
<h2 class="section-title">子专题入口</h2>
<div class="quickstart-grid agent-topic-grid">
<a href="topic-agent-papers.html" class="quickstart-card agent-topic-card-link">
<h3>📄 论文分析</h3>
<p>多智能体、工具学习、规划与评测等 Agent 向论文笔记。</p>
<p><strong>进入 →</strong></p>
</a>
<a href="topic-agent-hot.html" class="quickstart-card agent-topic-card-link">
<h3>🔥 技术热点</h3>
<p>外文博客摘要表 + 官方主源项目样本;当前也开始收 <strong>Hermes Agent</strong>、<strong>OfficeCLI</strong> 这类热点项目与 artifact-control CLI。</p>
<p><strong>进入 →</strong></p>
</a>
<a href="topic-agent-comparison.html" class="quickstart-card agent-topic-card-link">
<h3>🧭 生态对比</h3>
<p>技能包(Superpowers / GStack)与 Subagents vs Teams 等已写成长文。</p>
<p><strong>进入 →</strong></p>
</a>
<a href="topic-agent-dev-stack.html" class="quickstart-card agent-topic-card-link">
<h3>🧱 开源 Agent Dev 栈</h3>
<p>把 <strong>ToolBench</strong>、<strong>OpenDevin</strong>、<strong>MetaGPT</strong>、<strong>OpenInterpreter</strong>、<strong>Dify</strong>、<strong>Langflow</strong> 这批经典项目按开发栈重新分层拆解。</p>
<p><strong>进入 →</strong></p>
</a>
<a href="topic-memory-harness.html" class="quickstart-card agent-topic-card-link">
<h3>🧠 Memory 机制</h3>
<p>长期记忆:Markdown 索引、分阶段写入与整合、Sonnet 路由检索、沙箱安全;含 Mermaid 流程图。</p>
<p><strong>进入 →</strong></p>
</a>
<a href="topic-vibepaper.html" class="quickstart-card agent-topic-card-link">
<h3>📄 VibePaper</h3>
<p>把自动科研与自动论文系统放到同一张结构图里看:当前先收 <strong>Autoresearch / ARIS</strong>、<strong>DeepScientist</strong> 与 <strong>AI Scientist</strong> 家族线,再按控制面、持久状态与教程价值持续扩展。</p>
<p><strong>进入 →</strong></p>
</a>
<a href="topic-superpowers-autoresearch.html" class="quickstart-card agent-topic-card-link">
<h3>🧩 Superpowers vs Autoresearch</h3>
<p>基于 <code>reference/reference_agent</code> 内快照:obra 插件市场目录与 <strong>Autoresearch / ARIS</strong> 这条自主改进循环协议线的结构对照(附证据路径)。</p>
<p><strong>进入 →</strong></p>
</a>
<a href="topic-superset-unpacked.html" class="quickstart-card agent-topic-card-link">
<h3>🛰️ Superset 解构</h3>
<p>用一个具体工程来拆“外层 agent 调内层 agent”的能力:Superset 如何做 orchestration shell,以及 Like Code 该怎样以 Claude Code 为中心走出差异化。</p>
<p><strong>进入 →</strong></p>
</a>
<a href="topic-openharness.html" class="quickstart-card agent-topic-card-link">
<h3>⚡ OpenHarness</h3>
<p>完全开源的 Python Agent Harness(<code>oh</code>):工具、MCP、Swarm、权限与 Memory;与 S01–S07 课程脑内对齐。</p>
<p><strong>进入 →</strong></p>
</a>
<a href="topic-cc-release-watch.html" class="quickstart-card agent-topic-card-link">
<h3>📋 发版监督</h3>
<p>官方 Claude Code CLI 各版本更新要点(中文速览 + changelog 链接);读 S 课时对照「当前 CLI 行为」。</p>
<p><strong>进入 →</strong></p>
</a>
<a href="topic-agent-runtime.html" class="quickstart-card agent-topic-card-link">
<h3>🧠 Agent Runtime</h3>
<p>从启动、状态、query loop、工具控制面、扩展隔离和上下文治理理解终端 Agent 的运行时骨架。</p>
<p><strong>进入 →</strong></p>
</a>
<a href="topic-everything-agent-cli.html" class="quickstart-card agent-topic-card-link">
<h3>⌨️ Everything Agent CLI</h3>
<p>把多模型 CLI、agent shell、命令体验和本地工作流组织成一条 CLI Agent umbrella 实验线。</p>
<p><strong>进入 →</strong></p>
</a>
<a href="topic-ai-agents.html" class="quickstart-card agent-topic-card-link">
<h3>🤖 AI Agents 货架</h3>
<p>AI 杂货铺里的 Agent 入口:按使用场景整理可长期回访的 agent 产品与项目。</p>
<p><strong>进入 →</strong></p>
</a>
<a href="topic-ai-cli-agent.html" class="quickstart-card agent-topic-card-link">
<h3>🧰 CLI Agent 工具</h3>
<p>把 Claude Code、Codex、OpenCode、Aider 等终端型 coding agent 放在同一维度比较。</p>
<p><strong>进入 →</strong></p>
</a>
</div>
</div>
</section>
<section id="awesome-agent" class="section section--soft">
<div class="container">
<h2 class="section-title">Awesome · Agent 资源清单</h2>
<p class="section-desc agent-topic-copy agent-topic-copy--lead">
仓库根目录 <code>awesome-agent.md</code>:多智能体框架、MCP、编程助手生态等。姊妹清单见 <a href="topic-sourcemap.html#awesome">Awesome 源码汇总</a>、<a href="topic-rag.html#awesome-rag">Awesome RAG</a>。
</p>
<div class="hero-actions agent-topic-actions">
<a href="https://github.com/Harzva/learn-likecc/blob/main/awesome-agent.md" class="btn btn-primary" target="_blank" rel="noopener noreferrer">打开 Awesome Agent ↗</a>
</div>
</div>
</section>
<section id="related" class="section">
<div class="container">
<h2 class="section-title">相关课程章节</h2>
<p class="section-desc agent-topic-copy">
实现向阅读:<a href="s01.html">S01 Agent Loop</a>、<a href="s02.html">S02 工具系统</a>、<a href="s05.html">S05 上下文压缩</a>、<a href="s07.html">S07 MCP</a>、<a href="s10.html">S10 Hooks</a>;开源栈地图见 <a href="topic-agent-dev-stack.html">开源 Agent Dev 栈专题</a>;记忆机制专题 <a href="topic-memory-harness.html">Memory 长期记忆</a>;自动科研轴线见 <a href="topic-vibepaper.html">VibePaper 专题</a>(含 <a href="topic-ai-scientist.html">AI-Scientist 总专题</a>、<a href="topic-autoresearch-unpacked.html">Autoresearch / ARIS 解构</a> 与 <a href="topic-deepscientist-unpacked.html">DeepScientist 解构</a>);开源 Harness <a href="topic-openharness.html">OpenHarness</a> · <a href="topic-openharness-course.html">思想对照课</a> · <a href="topic-openharness-course.html#oh-series">OH01–12 讲稿</a>;官方 CLI <a href="topic-cc-release-watch.html">发版监督</a>;总览 <a href="topic-sourcemap.html">Source Map 源码专题</a>。
</p>
</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.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>