yumoqing
0a6baa0d52
feat: AgentInput控件 — TextFiles+UiCode模型选择一体化
- 新增 agent_input.js: bricks.AgentInput extends VBox
- 内部结构: UiFile + DynamicColumn + UiText + [add_btn | model_selector(UiCode) | filler | submit_btn]
- options: model_dataurl(模型列表API), model_cwidth, placeholder
- event inputed: {prompt, add_files, model_id}
- 自动注册 bricks.Factory.register('AgentInput', ...)
- index.ui/index_cockpit.ui: chat_input 改用 widgettype=AgentInput
- 利用 bricks 的 jsfiles() 机制自动加载 agent_input.js
2026-08-06 13:43:11 +08:00
..
2026-08-05 18:20:36 +08:00
2026-06-16 13:16:24 +08:00
2026-07-31 18:06:27 +08:00
2026-08-01 21:57:04 +08:00
2026-07-31 18:06:27 +08:00
2026-06-16 13:16:24 +08:00
2026-07-31 18:06:27 +08:00
2026-07-03 14:50:43 +08:00
2026-07-31 18:06:27 +08:00
2026-08-03 17:40:30 +08:00
2026-06-16 13:16:24 +08:00
2026-08-03 17:40:30 +08:00
2026-07-31 18:06:27 +08:00
2026-06-16 13:16:24 +08:00
2026-07-03 14:50:43 +08:00
2026-07-31 18:06:27 +08:00
2026-07-03 14:50:43 +08:00
2026-07-31 18:06:27 +08:00
2026-08-06 13:43:11 +08:00
2026-07-03 14:50:43 +08:00
2026-08-06 13:43:11 +08:00
2026-08-06 13:43:11 +08:00
2026-07-03 14:50:43 +08:00
2026-06-16 13:16:24 +08:00
2026-08-01 10:43:43 +08:00