{ "widgettype": "VBox", "options": { "width": "100%", "height": "100%" }, "subwidgets": [ { "widgettype": "Toolbar", "options": { "items": [ { "text": "Hermes Agent", "icon": "robot", "disabled": true }, { "text": "${current_user_id}$", "icon": "user", "id": "current_user_display" } ] }, "binds": [ { "wid": "self", "event": "loaded", "actiontype": "registerfunction", "rfname": "hermes_get_current_user", "target": "current_user_display", "method": "set_text", "params": {"key": "user_id"} } ] }, { "widgettype": "Tab", "options": { "tabs": [ { "title": "Memory", "icon": "memory" }, { "title": "Local Skills", "icon": "code" }, { "title": "Remote Skills", "icon": "cloud" }, { "title": "Sessions", "icon": "history" }, { "title": "Tools", "icon": "tools" } ] }, "subwidgets": [ { "widgettype": "urlwidget", "options": { "url": "{{entire_url('hermes_agent/memory.ui')}}" } }, { "widgettype": "urlwidget", "options": { "url": "{{entire_url('hermes_agent/skills.ui')}}" } }, { "widgettype": "urlwidget", "options": { "url": "{{entire_url('hermes_agent/remote_skills.ui')}}" } }, { "widgettype": "urlwidget", "options": { "url": "{{entire_url('hermes_agent/sessions.ui')}}" } }, { "widgettype": "urlwidget", "options": { "url": "{{entire_url('hermes_agent/tools.ui')}}" } } ] } ] }