2026-04-16 15:40:17 +08:00

30 lines
524 B
XML

{
"widgettype": "Bricks",
"options": {
"bricks": [
{
"type": "container",
"children": [
{
"type": "header",
"content": "Hermes Agent - 技能管理"
},
{
"type": "crud",
"tablename": "skills",
"params": {
"title": "AI技能",
"description": "管理AI代理可用的技能",
"sortby": "name",
"browserfields": {
"exclouded": ["id"],
"alters": {}
},
"editexclouded": ["id"]
}
}
]
}
]
}
}