微信扫码
添加专属顾问
我要投稿
Google最新开源A2UI协议,让AI Agent学会"说UI语言",为动态交互带来革命性突破。 核心内容: 1. A2UI协议如何解决Agent UI的动态性与安全性挑战 2. 与AG-UI、CopilotKit等现有方案的对比分析 3. 实际应用案例展示协议工作原理及未来发展方向
01
02
03
{
"surfaceUpdate": {
"surfaceId": "main", # 指定界面区域(surface),支持一个对话有多个界面区域
"components": [
{
"id": "root",
"component": {
"Column": {
"children": {
"explicitList": [
"header",
"date_input",
"confirm_btn"
]
},
"distribution": "start",
"alignment": "stretch"
}
}
},
{ "id": "header", "component": { "Text": { "text": { "literalString": "预订餐厅桌位" }, "usageHint": "h1" } } },
{ "id": "date_input", "component": { "DateTimeInput": { "label": { "literalString": "选择日期和时间" }, "value": { "path": "/reservation/datetime" }, "enableDate": true, "enableTime": true } } },
{ "id": "confirm_btn", "component": { "Button": { "child": "confirm_text", "action": { "name": "confirm_reservation" }, "primary": true } } },
{ "id": "confirm_text", "component": { "Text": { "text": { "literalString": "确认预订" } } } }
]
}
}{
"dataModelUpdate": {
"surfaceId": "main",
"contents": [
{"key": "reservation", "valueMap": [
{"key": "datetime", "valueString": "2025-12-18T19:00"}
]}
]
}
}{
"beginRendering": {
"surfaceId": "main",
"root": "root",
"catalogId": "https://my-company.com/a2ui/v0.8/my_custom_catalog.json"
}
}{"surfaceUpdate": {"surfaceId": "main", "components": [...]}} // Header{"surfaceUpdate": {"surfaceId": "main", "components": [...]}} // Body{"beginRendering": {"surfaceId": "main", "root": "root-id"}} // Initial render{"surfaceUpdate": {"surfaceId": "main", "components": [...]}} // Footer (after initial render){"dataModelUpdate": {"surfaceId": "main", "contents": {...}}} // Populate data{
"userAction": {
"name": "confirm",
"surfaceId": "main",
"context": {
"details": {
"datetime": "2025-12-16T19:00:00Z",
}
}
}
}04
05
53AI,企业落地大模型首选服务商
产品:场景落地咨询+大模型应用平台+行业解决方案
承诺:免费POC验证,效果达标后再合作。零风险落地应用大模型,已交付160+中大型企业
2026-02-05
闭门探讨:130位AI创业者,对Clawdbot和下一代AI产品的39条思考
2026-02-05
从Clawdbot到OpenClaw:爆款本地AI Agent的产品逻辑与争议
2026-02-05
Clawdbot 如何实现像人一样的长期记忆?
2026-02-05
全球最多下载中文开源数据集更新|OpenCSG持续打造中文高质量数据集开源底座
2026-02-05
【开源】12.1K Star!用 Markdown 给大模型装上“外挂大脑”,不写后端、不搭平台,这个开源项目让你用 Git 管理 AI 任务流
2026-02-03
Claude Code——智能路由与切换工具
2026-02-03
作为投资方,我们试了试Kimi K2.5
2026-02-03
暴涨11.7k Star!复刻Manus上下文工程的开源Skills,Claude code等多个平台即插即用
2025-11-19
2026-01-27
2025-12-22
2026-01-12
2025-12-10
2025-11-17
2026-01-29
2025-12-23
2026-01-28
2026-01-06
2026-02-05
2026-01-28
2026-01-26
2026-01-21
2026-01-21
2026-01-20
2026-01-16
2026-01-02