shinalok
  • Joined on 2026-04-23
shinalok pushed to main at shinalok/youlbot-webui 2026-06-01 13:54:31 +09:00
55ea69d902 Fix details close-on-update: use div during streaming, details on complete
18609a4f7d Collapsible thinking box with details/summary, thinking on by default
5cf8bdabfd Handle __status tokens for instant thinking box feedback
4956ab7085 Replace gr.Markdown thinking box with gr.HTML for reliable streaming
2348f17791 Move progress logs into thinking box alongside LLM reasoning
Compare 5 commits »
shinalok pushed to main at shinalok/youlbot 2026-06-01 13:54:19 +09:00
c0992374af Emit __start signal at call_model entry for instant UI feedback
shinalok pushed to main at shinalok/youlbot-webui 2026-06-01 10:35:03 +09:00
8c859971d1 Add thinking box UI and fix async event loop errors
shinalok pushed to main at shinalok/youlbot 2026-06-01 10:34:20 +09:00
c061aef220 Separate thinking tokens from meta — use __thinking key for display
shinalok pushed to main at shinalok/youlbot-webui 2026-06-01 10:26:41 +09:00
0424cf4b31 Add thinking process visualization to WebUI
shinalok pushed to main at shinalok/youlbot 2026-06-01 10:17:44 +09:00
67821250fd Tag metadata tokens as {\"__meta\"} to separate TTS from progress messages
shinalok pushed to main at shinalok/youlbot-webui 2026-05-31 23:09:49 +09:00
6435af5837 Separate TTS text from metadata tokens in respond()
7fa45afc7f Fix TTS to use pure response content without meta tokens
Compare 2 commits »
shinalok pushed to main at shinalok/youlbot-telegram 2026-05-31 23:07:02 +09:00
a0de6386bc Skip processing of meta tokens in Telegram bot response handling
shinalok pushed to main at shinalok/youlbot-webui 2026-05-30 23:55:04 +09:00
cf68e19f38 Add cross-platform TTS support and update dependencies
shinalok pushed to main at shinalok/youlbot-telegram 2026-05-30 23:46:59 +09:00
8c99562e0b Add Telegram bot and API client integration with SSE support
shinalok created branch main in shinalok/youlbot-telegram 2026-05-30 23:46:59 +09:00
shinalok created repository shinalok/youlbot-telegram 2026-05-30 23:43:35 +09:00
shinalok pushed to main at shinalok/youlbot 2026-05-30 22:59:06 +09:00
e9a6d00059 Phase 23: WebUI separation — api.py + youlbot-webui project
2e9e8a33fe Implement Phase 22: REST API (FastAPI + SSE streaming)
432cc9565c Add Phase 21 (Telegram Bot) and Phase 22 (REST API) to ROADMAP
e4c56a9b6c Implement Phase 19: Query Rewriting via LangGraph node
86370f6c1e Implement Phase 18: Hybrid Search (BM25 + Vector)
Compare 5 commits »
shinalok pushed to main at shinalok/youlbot-webui 2026-05-30 22:10:10 +09:00
9455b591de Add initial implementation of Youlbot WebUI with Gradio frontend
shinalok created branch main in shinalok/youlbot-webui 2026-05-30 22:10:10 +09:00
shinalok created repository shinalok/youlbot-webui 2026-05-30 22:04:01 +09:00
shinalok pushed to main at shinalok/youlbot 2026-05-29 17:42:07 +09:00
145b0cc96f Implement Phase 12 feedback, Phase 13 Semantic Chunker, Phase 13-B Reranker, Bug 5 thinking fix
e1d7e9cc21 Merge ROADMAP.md and ROADMAP2.md into single roadmap
b4b628ab78 Fix age calculation: inject today's date, add Korean/international age
Compare 3 commits »
shinalok pushed to main at shinalok/youlbot 2026-05-27 14:11:11 +09:00
06bcdb03ac Implement Phase 4~14: LangGraph Agent, RAG pipeline, Gradio Web UI, voice interface
shinalok pushed to main at shinalok/youlbot 2026-04-25 01:14:57 +09:00
cd41e9e33e - **Bootstrap IoC-based architecture with modular services.**
shinalok pushed to main at shinalok/youlbot 2026-04-23 18:17:51 +09:00
3b087116c0 init project