v 0.3.0#55
Merged
Merged
Conversation
- News Fast-path: 단순 뉴스 질의는 전략 LLM 생략, 바로 news_service 호출 - Knowledge Fast-path: 단순 지식 질문은 메타 에이전트 건너뛰기 - Global LLM cache: 전역 llm_manager 공유, invoke_with_cache로 캐시 활용 - 목적별 TTL: classification(90s), analysis(120s), news(300s), knowledge(3600s), response(600s) - 상세 타이밍 로그: 라우터 노드별, LLM 호출, 뉴스 소스별 ms 단위 로그 - chat_terminal --debug: 디버그 메타 정보 출력 옵션 추가 - 뉴스 병렬 수집: yfinance/KG/RSS 동시 실행, 한국 종목은 KG→RSS→yfinance 우선 - 무가정 응답: 뉴스/데이터 없으면 가정 생성 없이 빈 결과 반환
- Keep timing logs in llm_manager.py - Keep debug functionality in chat_terminal.py
[REFACTOR] 성능 최적화 및 로깅 강화
ydking0911
approved these changes
Oct 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#️⃣ Issue Number
#42
📝작업 내용
🛠️ PR 유형
어떤 변경 사항이 있나요?
📸스크린샷 (선택)
💬 공유사항 to 리뷰어
GCP에서 한 번 확인해주세요
✅ PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.