shinalok
  • Joined on 2026-04-23
shinalok pushed to main at shinalok/youlbot 2026-06-04 17:12:00 +09:00
0db20ca829 docs: .env.example 전면 업데이트 — 누락된 설정값 모두 추가
a05d2f474e IDEA-8: GraphRAG — NetworkX 기반 지식 그래프
0b50444e43 IDEA-2/1/5/7: 스마트 알림, 대화 기반 RAG, CRAG, 파라미터 자동 튜닝
c264573a67 Fix: ToolNode에 미정의 변수 tools 대신 self._base_tools 사용
Compare 4 commits »
shinalok created repository shinalok/alphalok-quant 2026-06-04 11:11:29 +09:00
shinalok pushed to main at shinalok/youlbot 2026-06-02 14:49:38 +09:00
68f741af72 Phase 17: Multimodal image understanding via analyze_image tool
bdb6fd83c4 Fix RAGAS eval: increase timeout for local LLM, safe score extraction
a2dff825ad Fix: use Container class (not container instance) in eval script
3faf8b09ce Phase 20: RAGAS evaluation suite
Compare 4 commits »
shinalok pushed to main at shinalok/youlbot-webui 2026-06-02 14:49:29 +09:00
ab437d5d2e UI/UX D3: dark mode toggle, chat export, accessibility, onboarding modal
fb438864b1 UI/UX D2: branded header, custom theme, bubble styles, streaming animation, responsive
c1a28bfdcc UI/UX D1: examples, image accordion, layout improvements, table select, button size
e08b43c785 UI/UX D0: fix Textbox label, hide audio accordion, hide footer, hide ingest result box
Compare 4 commits »
shinalok pushed to main at shinalok/youlbot-webui 2026-06-02 14:12:55 +09:00
20f385e2a0 Merge remote-tracking branch 'origin/main'
4565980915 Merge remote-tracking branch 'origin/main'
b13e3dfdd7 Add .env.example file with API and voice configuration templates
Compare 3 commits »
shinalok pushed to main at shinalok/youlbot-webui 2026-06-02 14:12:36 +09:00
0803479438 Fix: move image_input to separate row for cleaner layout
7f50333bdb Phase 17: Add image upload to chat UI
Compare 2 commits »
shinalok pushed to main at shinalok/youlbot-webui 2026-06-02 13:45:41 +09:00
974bab7cd8 Phase 28: P3 — Pydantic Settings, dependency-injector IoC, tenacity retry
148211e236 Phase 27: P2 quality improvements — logging, httpx pooling, validation, tests
511c87b290 docs: update ROADMAP to reflect P0/P1 completion and services/ package structure
79f2abe7cf chore: exclude .claude/ from git tracking
7eed70d7f7 chore: add .gitignore rules for IDE and cache files, remove tracked artifacts
Compare 7 commits »
shinalok pushed to main at shinalok/youlbot-webui 2026-06-01 16:43:04 +09:00
be4b7c40cb Merge remote-tracking branch 'origin/main'
5ea7948ed3 Add project roadmap outlining improvements and priorities
Compare 2 commits »
shinalok pushed to main at shinalok/youlbot-webui 2026-06-01 16:41:07 +09:00
38d2edeeec Phase 25: Separate RAG sources into collapsible box below chatbot
shinalok pushed to main at shinalok/youlbot 2026-06-01 16:40:58 +09:00
589946ab36 Phase 25: RAG sources in collapsible box + Korean thinking enforcement
efc5fe6961 Update ROADMAP: Phase 24 thinking UI + bug 6 TTS fix
Compare 2 commits »
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