Commit c1155ce
authored
3 files changed
+3
-3
lines changed- .github/workflows/ci.yaml+1-1
- package.json+28-25
- pnpm-lock.yaml+2.6k-1.3k
- src/app/app.module.ts+2
- src/main.ts-1
- src/messages/messages.controller.ts+3-2
- src/messages/messages.service.ts+3-3
- src/namespaces/namespaces.controller.ts-1
- src/namespaces/namespaces.service.ts-1
- src/websocket/websocket.module.ts+12
- src/websocket/wizard.gateway.ts+92
- src/websocket/ws-jwt.guard.ts+32
- src/wizard/stream.service.ts+11-12
- src/wizard/wizard.controller.ts+4-4
- .env.example+5
- nginx.conf.template+12
- package.json+41-40
- pnpm-lock.yaml+1.5k-1.4k
- src/components/resource-tasks/index.tsx+2-1
- src/const.ts+2
- src/hooks/hook.class.ts+2-2
- src/lib/stream-transport.ts+125
- src/lib/websocket.ts+54
- src/page/chat/conversation/useContext.tsx+1-1
- src/page/chat/conversation/utils.tsx+2-2
- src/page/chat/messages/citations/citation-markdown.tsx+25-9
- src/page/chat/utils.ts-58
- src/page/sidebar/switcher/applications/bind-dialog.tsx+3-4
- vite.config.ts+8
- example.env+1
- omnibox_wizard/worker/config.py+1
- omnibox_wizard/worker/entity.py+6
- omnibox_wizard/worker/functions/html_reader.py+17-47
- omnibox_wizard/worker/functions/html_reader_processors/__init__.py
- omnibox_wizard/worker/functions/html_reader_processors/base.py+71
- omnibox_wizard/worker/functions/html_reader_processors/green_note.py+46
- omnibox_wizard/worker/functions/html_reader_processors/red_note.py+77
- omnibox_wizard/worker/functions/video_downloaders/bilibili_downloader.py+15-67
- omnibox_wizard/worker/functions/video_downloaders/downloader_factory.py+15-6
- omnibox_wizard/worker/functions/video_downloaders/video_dl_client.py+46
- omnibox_wizard/worker/functions/video_downloaders/youtube_downloader.py+3-14
- omnibox_wizard/worker/functions/video_note_generator.py+2-1
- omnibox_wizard/worker/worker.py+2
- poetry.lock+970-879
- pyproject.toml+1-1
- tests/omnibox_wizard/functions/test_bilibili_downloader_integration.py+15-17
- tests/omnibox_wizard/functions/test_downloader_factory.py+16-31
- tests/omnibox_wizard/functions/test_youtube_downloader_integration.py+10-8
0 commit comments