init: sxbh.ltd 官网初始提交

- nginx 安全加固 (CSP, HSTS, 缓存策略)
- 共享 style.css
- 138个页面全部接入

Co-authored-by: Hermes AI <agent@hermes>
This commit is contained in:
Hermes CI Fix
2026-07-11 17:29:24 +08:00
co-authored by Hermes AI
commit e1a9b25afa
177 changed files with 21447 additions and 0 deletions
+164
View File
@@ -0,0 +1,164 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ARD协议落地,Agent行业拐点到了!但比追风口更重要的,是知道什么不该做</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #f0f2f5; font-family: -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif; padding: 30px 0; }
.container { max-width: 800px; margin: 0 auto; }
.header {
background: linear-gradient(135deg, #0d1b2a 0%, #1b3a5c 50%, #2d6a9f 100%);
color: #fff; padding: 48px 40px 36px; border-radius: 12px 12px 0 0;
position: relative; overflow: hidden;
}
.header::after { content: '🔗'; position: absolute; right: 30px; top: 20px; font-size: 52px; opacity: 0.12; }
.header .badge { display: inline-block; background: rgba(255,255,255,0.15); padding: 4px 14px; border-radius: 20px; font-size: 12px; letter-spacing: 1px; margin-bottom: 14px; border: 1px solid rgba(255,255,255,0.25); }
.header h1 { font-size: 26px; line-height: 1.35; margin-bottom: 8px; }
.header .sub { font-size: 14px; opacity: 0.8; line-height: 1.6; font-weight: 300; }
.header .meta { font-size: 12px; opacity: 0.5; margin-top: 10px; }
.content { background: #fff; padding: 40px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.section { margin-bottom: 28px; }
.section-title { font-size: 19px; color: #0d1b2a; font-weight: 700; border-left: 4px solid #2d6a9f; padding-left: 14px; margin-bottom: 12px; }
.section-lead { background: #e8f0f8; border: 1px solid #c5d8e8; border-radius: 6px; padding: 14px 18px; margin-bottom: 16px; font-size: 14px; color: #1b3a5c; line-height: 1.7; }
p { font-size: 14px; line-height: 1.8; color: #333; margin-bottom: 10px; }
p strong { color: #0d1b2a; }
.thesis {
background: linear-gradient(135deg, #0d1b2a, #1b3a5c); color: #fff;
padding: 24px 28px; border-radius: 10px; margin: 16px 0; font-size: 16px; line-height: 1.8; text-align: center; font-weight: 600;
}
.thesis em { color: #8ab8e8; font-style: normal; }
table { width: 100%; border-collapse: collapse; font-size: 13px; margin: 10px 0 14px; }
table th { background: #1b3a5c; color: #fff; padding: 8px 12px; text-align: left; font-weight: 500; }
table td { padding: 8px 12px; border-bottom: 1px solid #dce4ef; }
table tr:nth-child(even) td { background: #f5f8fc; }
.protocol-stack { display: flex; flex-direction: column; gap: 8px; margin: 12px 0; }
.protocol-layer { display: flex; align-items: center; background: #f5f8fc; border: 1px solid #c5d8e8; border-radius: 6px; padding: 10px 16px; }
.protocol-layer .icon { font-size: 20px; margin-right: 12px; width: 30px; text-align: center; }
.protocol-layer .name { font-weight: 600; color: #1b3a5c; width: 80px; }
.protocol-layer .desc { color: #555; font-size: 13px; flex: 1; }
.protocol-layer .analogy { color: #888; font-size: 11px; width: 100px; text-align: right; }
.footer { background: #0d1b2a; color: rgba(255,255,255,0.5); padding: 20px 40px; border-radius: 0 0 12px 12px; font-size: 12px; text-align: center; line-height: 1.6; }
@media (max-width: 640px) {
.content { padding: 20px; }
.header { padding: 30px 20px; }
.header h1 { font-size: 20px; }
}
</style>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<div class="header">
<div class="badge">🔗 Agent基础设施 · 行业拐点</div>
<h1>ARD协议落地,Agent行业拐点到了!<br>但比追风口更重要的,是知道什么不该做</h1>
<div class="sub">谷歌微软英伟达等十几家公司联合发布ARD · MCP+A2A+ARD三层协议合围 · Agent规模化落地的前夜</div>
<div class="meta">📅 2026年7月5日 · 总编辑:皆如</div>
</div>
<div class="content">
<div class="section">
<div class="section-lead">
<strong>一个低调但分量极重的事件:</strong>六月中旬,谷歌联合微软、英伟达、Salesforce、Snowflake等十几家公司,发布了一个叫ARD的开放规范——Agentic Resource Discovery,智能体资源发现。很多人说"这不就是Agent界的DNS吗"——话糙理不糙,但如果只把它当成一个技术标准,就低估了这件事的分量。
</div>
</div>
<div class="separator">◆ ◆ ◆</div>
<div class="section">
<div class="section-title">一、三层协议合围:Agent的TCP/IP时刻</div>
<p>ARD不是孤立事件。把它和已有的两个协议放在一起看,一张完整的Agent基础设施蓝图就浮现了:</p>
<div class="protocol-stack">
<div class="protocol-layer">
<span class="icon">🔍</span>
<span class="name">ARD</span>
<span class="desc">资源发现:Agent在哪,有什么能力</span>
<span class="analogy">= Agent界的DNS</span>
</div>
<div class="protocol-layer">
<span class="icon">💬</span>
<span class="name">A2A</span>
<span class="desc">Agent间通信:任务下发、状态同步、结果返回</span>
<span class="analogy">= Agent界的HTTP</span>
</div>
<div class="protocol-layer">
<span class="icon">🔌</span>
<span class="name">MCP</span>
<span class="desc">工具连接:Agent如何调用数据库和API</span>
<span class="analogy">= Agent界的USB</span>
</div>
</div>
<p>分别对应了互联网历史上的DNS、HTTP和USB。当年TCP/IP+DNS+HTTP成型之后,互联网才真正爆发;Agent行业现在站到了同样的临界点上。</p>
</div>
<div class="separator">◆ ◆ ◆</div>
<div class="section">
<div class="section-title">二、ARD怎么工作</div>
<p>按ARD规范,任何组织可以在自己的域名下放一个ai-catalog.json文件,描述自己提供了哪些Agent、哪些工具、输入输出是什么、归属权是谁。注册表像搜索引擎一样爬取这些目录并建立索引。</p>
<p>当一个Agent需要某项能力时,它不用预先知道对方在哪——去注册表搜一下,找到对应资源,验证过发布者身份后直接连接调用。</p>
<p>信任体系的根基是域名所有权。你能在某个域名下发布目录,就说明你拥有这个域名——沿用互联网几十年的成熟信任模型,不用重新造一套身份体系。协议Apache 2.0完全开源。</p>
</div>
<div class="separator">◆ ◆ ◆</div>
<div class="section">
<div class="section-title">三、行业拐点的数据支撑</div>
<table>
<tr><th>指标</th><th>数据</th><th>来源</th></tr>
<tr><td>企业应用嵌入Agent比例(2025底)</td><td><5%</td><td>Gartner</td></tr>
<tr><td>企业应用嵌入Agent比例(2026底)</td><td><strong>40%</strong></td><td>Gartner</td></tr>
<tr><td>年增长率</td><td><strong>8倍</strong></td><td>Gartner</td></tr>
<tr><td>全球AI Agent市场规模</td><td>百亿美元量级</td><td>Grand View Research</td></tr>
<tr><td>年复合增长率</td><td>~50%</td><td>Grand View Research</td></tr>
</table>
<p>一年时间翻八倍,在企业软件历史上是罕见的普及速度。</p>
</div>
<div class="separator">◆ ◆ ◆</div>
<div class="section">
<div class="section-title">四、真正的重点是:知道什么不该做</div>
<p>三段论很清晰——但我想说的不是这些。我想说的是另一个问题:<strong>当风口来的时候,什么才是正确的应对姿势?</strong></p>
<p>看完这篇文章,你的第一反应很可能和我一样——"ARD我还没有,赶紧补上"。但冷静下来思考:你的Agent系统目前是内部闭环,没有外部Agent需要来发现你。ARD现在做了,也是闲置。</p>
<p>真正应该补的短板,不是"最热门的那个",而是"眼下在用、但用得不够好的那个"。</p>
<p>仔细检查后发现:审批流程跑通了但还没人用过、工具箱已经配好但还没有对接业务场景。这些才是真正的短板——不是技术没到位,是落地才刚开始,还没经过真实检验。</p>
<div class="thesis">
在Agent行业最热闹的时候,<br>
最大的竞争优势不是比别人多建了什么,<br>
而是<em>知道什么不该建</em>
</div>
<p>这个逻辑和之前豆包千问砍智能体如出一辙——"智能体不是被监管杀死的,是被商业逻辑淘汰的"。每一行代码都要算ROI,每一个新功能都要问一句:<strong>现在做,有人用吗?</strong></p>
</div>
<div class="separator">◆ ◆ ◆</div>
<div class="section">
<div class="section-title">五、拐点前后的竞争逻辑</div>
<table>
<tr><th>拐点前</th><th>拐点后</th></tr>
<tr><td>谁能先做出一个能用的Agent</td><td>谁能把Agent用好、管好、规模化</td></tr>
<tr><td>追新协议、追新模型</td><td>打磨落地场景、算清楚投入产出</td></tr>
<tr><td>Demo惊艳</td><td>生产环境跑得稳、出了问题有人管</td></tr>
<tr><td>建更多的功能</td><td>砍掉不该做的功能</td></tr>
</table>
<p>文章里有一个判断非常准:"过去两年我们见了太多Demo,个个惊艳,真要落地生产处处碰壁。接下来的一两年,或许会是Demo批量变成真实产品的阶段。"</p>
<p>从Demo到产品的路,不是靠补协议走通的——是靠一步一个脚印的业务闭环走通的。</p>
</div>
</div>
<div class="footer">
📅 2026年7月5日 · 总编辑:皆如<br>
参考资料:钛媒体、Gartner、Grand View Research、ARD规范
</div>
</div>
</body>
</html>