yumoqing
  • Joined on 2025-06-28
yumoqing pushed to main at yumoqing/rag 2026-07-31 14:58:31 +08:00
0d6acfb4ef feat: analysis cards with face/voiceprint results + tag system
yumoqing pushed to main at yumoqing/product_management 2026-07-31 14:57:34 +08:00
86057eaa3b feat: integrate Redis balance finalize_balance after consume_accounting
yumoqing pushed to main at yumoqing/llmage 2026-07-31 14:57:25 +08:00
6351ee9b56 feat: Redis atomic balance reservation — prevent concurrent overspend
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-07-31 14:10:04 +08:00
614c883863 fix: use TextFiles widget (UiText+file+send) instead of broken render event
yumoqing pushed to main at yumoqing/rag 2026-07-31 13:45:51 +08:00
9b3cfb86c0 refactor: 用 StreamHttpClient 替代 aiohttp — DSPY 预置全局变量
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-07-31 13:45:30 +08:00
87f0fa6045 fix: replace broken render event with Form textarea for cockpit input
yumoqing pushed to main at yumoqing/rag 2026-07-31 13:32:00 +08:00
848644f229 fix: import aiohttp — 原代码所有 aiohttp 调用被 except:pass 静默吞掉 NameError
yumoqing pushed to main at yumoqing/pipeline-app 2026-07-31 12:24:16 +08:00
7288eb5ba8 fix: remove cockpit sidebar menu item (replaced by pipeline-sdlc index)
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-07-31 12:23:59 +08:00
757cfe510b fix(cockpit): remove entire_url from script to fix Jinja2 500, cockpit now default for pipeline-sdlc
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-07-31 12:00:31 +08:00
eb6674f884 refactor(cockpit): replace Form with UiText widget, file chip UI
yumoqing pushed to main at yumoqing/bricks 2026-07-31 11:55:48 +08:00
c726b95714 feat(DimensionFilter): dark/light theme via CSS variables and dimension-filter class
yumoqing pushed to main at yumoqing/pipeline-sdlc 2026-07-31 11:49:39 +08:00
6831697edc refactor(cockpit): single-page chat layout, compact stats cards (cheight:4), file attachment UI
yumoqing pushed to main at yumoqing/bricks 2026-07-31 11:38:18 +08:00
1034b53341 fix(DimensionFilter): use native CSS flexbox for proper height fill
yumoqing pushed to main at yumoqing/llmage 2026-07-31 11:38:18 +08:00
514b674f04 fix(model_plaza): enable flexbox on parent VBox for DimensionFilter height
yumoqing pushed to main at yumoqing/filetxt 2026-07-30 18:29:34 +08:00
afbd435352 MyEpubLoader: 添加 epub/BeautifulSoup None 守卫 (Agent 2 review fix)
yumoqing pushed to main at yumoqing/llmage 2026-07-30 18:28:09 +08:00
a76a46d8bc fix: card col_cwidth/cwidth 25->20 for narrower DimensionFilter display area
yumoqing pushed to main at yumoqing/bricks 2026-07-30 18:27:32 +08:00
57575d90f0 fix(DimensionFilter): proper flex layout - fixed search+horizontal bar, filler content area with VScrollPanel display
yumoqing pushed to main at yumoqing/pipeline-app 2026-07-30 18:26:45 +08:00
c994beb85a feat: add cockpit sidebar menu item
yumoqing pushed to main at yumoqing/ahserver 2026-07-30 18:26:26 +08:00
93152f29c9 globalEnv: 暴露 base64 模块给 DSPY 上下文
yumoqing pushed to main at yumoqing/filetxt 2026-07-30 18:26:25 +08:00
acc1822ada 移除 langchain_community 依赖,内联 CSVLoader/TextLoader,可选化 ebooklib/bs4/mobi/html2text 导入