harnessed_agent/wwwroot/agent_config.ui
yumoqing ca16edf609 feat: add models, CRUD UI, config functions and config model definitions
- Add hermes_executions, hermes_tasks, hermes_workflows, task_dependencies models
- Add harnessed_agent_config model and view CRUD JSON
- Add config_functions.py for agent configuration
- Add agent_config.ui and ios_design.css frontend files
2026-05-04 11:56:37 +08:00

33 lines
808 B
XML

{
"widgettype": "VBox",
"options": {
"width": "100%",
"height": "100%",
"css": "ios-scroll-area"
},
"subwidgets": [
{
"widgettype": "Toolbar",
"options": {
"css": "ios-navbar",
"items": [
{
"text": "Configuration",
"icon": "settings",
"css": "ios-navbar-title",
"disabled": true
}
]
}
},
{
"widgettype": "urlwidget",
"options": {
"url": "{{entire_url('harnessed_agent_config_view')}}",
"width": "100%",
"height": "100%"
}
}
]
}