78 lines
2.5 KiB
XML
78 lines
2.5 KiB
XML
{
|
|
"widgettype": "VBox",
|
|
"options": {
|
|
"width": "100%",
|
|
"height": "100%",
|
|
"padding": "0"
|
|
},
|
|
"subwidgets": [
|
|
{
|
|
"widgettype": "Toolbar",
|
|
"options": {
|
|
"css": "ios-navbar",
|
|
"items": [
|
|
{
|
|
"widgettype": "Text",
|
|
"options": {
|
|
"text": "Reasoning Engine",
|
|
"fontSize": "18px",
|
|
"fontWeight": "bold",
|
|
"color": "#1E40AF"
|
|
}
|
|
},
|
|
{
|
|
"widgettype": "Text",
|
|
"options": {
|
|
"text": "AI reasoning and execution planning",
|
|
"fontSize": "12px",
|
|
"color": "#6B7280"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"widgettype": "TabPanel",
|
|
"options": {
|
|
"tab_pos": "top",
|
|
"css": "tabpanel",
|
|
"items": [
|
|
{
|
|
"name": "console",
|
|
"label": "推理控制台",
|
|
"icon": "terminal",
|
|
"content": {
|
|
"widgettype": "urlwidget",
|
|
"options": {
|
|
"url": "{{entire_url('reasoning_console.ui')}}"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "sessions",
|
|
"label": "推理会话",
|
|
"icon": "history",
|
|
"content": {
|
|
"widgettype": "urlwidget",
|
|
"options": {
|
|
"url": "{{entire_url('harnessed_reasoning_sessions_crud')}}"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "config",
|
|
"label": "配置管理",
|
|
"icon": "settings",
|
|
"content": {
|
|
"widgettype": "urlwidget",
|
|
"options": {
|
|
"url": "{{entire_url('harnessed_reasoning_config_view')}}"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|