微信扫码
添加专属顾问
我要投稿
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-05-07
本地4B开源模型,把任何App当Skill用!告别token焦虑,私密性强~
2026-05-07
Browser Use 0.12 杀疯了!弃用 Playwright,token 用量减半
2026-05-07
本地部署这件事,终于被国产开源AI做明白了!
2026-05-07
多模型管理太麻烦?手把手教你本地搭建这个开源 AI 网关!
2026-05-06
Ollama 换引擎,苹果 M5 封神了
2026-05-06
DeepSeek V4 Pro桌面应用来了:1.6T参数,MIT协议开源
2026-05-04
开源!OpenClaw 桌面版 v0.4.0,对话、文件、模型与工具配置全面升级
2026-04-29
海外著名投资人的内部 AI 工具,才是真干货
2026-03-30
2026-04-03
2026-03-23
2026-04-09
2026-03-31
2026-02-14
2026-02-18
2026-03-03
2026-02-22
2026-04-01
2026-04-22
2026-04-21
2026-04-15
2026-04-09
2026-04-01
2026-03-17
2026-03-13
2026-03-02