30 lines
524 B
XML
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"]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |