{ "widgettype": "VBox", "options": {"width": "100%", "height": "100%", "padding": "0"}, "subwidgets": [ { "widgettype": "HBox", "options": {"width": "100%", "alignItems": "center", "padding": "16px 24px 8px 24px", "cheight": 6, "gap": "12px"}, "subwidgets": [ {"widgettype": "Title2", "options": {"text": "通用会话(无产线插件)"}}, {"widgettype": "Text", "options": {"text": "纯通用 agent,不挂任何产线工具/技能/角色/记忆", "cfontsize": 0.9, "color": "#94a3b8"}}, {"widgettype": "Filler"} ] }, { "widgettype": "HBox", "options": {"width": "100%", "padding": "0 24px 8px 24px", "gap": "8px", "alignItems": "center"}, "subwidgets": [ { "widgettype": "Button", "options": {"label": "🗂 工作空间", "css": "small"}, "binds": [{"wid": "self", "event": "click", "actiontype": "urlwidget", "target": "self", "options": {"url": "/pipeline-sdlc/api/workspace_popup.dspy?pipeline_id=sdlc_general"}}] } ] }, { "widgettype": "AgentIO", "id": "chat_io", "options": { "css": "filler", "url": "/pipeline_core/api/agent_chat_generic.dspy", "model_dataurl": "/pipeline_core/api/agent_model_options.dspy", "model_cwidth": 14, "placeholder": "输入你的需求...(纯通用模式)" } } ] }