[HOTFIX] -await 함수 추가 병렬처리 강화#57
Merged
Merged
Conversation
- 모든 에이전트와 워크플로우를 완전한 비동기로 전환 - LangGraph invoke → ainvoke 변경으로 이벤트 루프 블로킹 해결 - 외부 I/O 작업(yfinance, Pinecone, OpenAI) 비동기화 - 마크다운 형식(** , ### 등) 완전 제거하여 일반 텍스트로 출력 - 성능 최적화 및 응답 속도 개선 수정된 파일: - workflow_router.py: 메인 워크플로우 비동기화 - 모든 agents/*.py: LLM 호출 및 처리 로직 비동기화 - chatbot_service.py: API 엔드포인트 비동기화 - external_api_service.py: yfinance 비동기화 - pinecone_rag_service.py: Pinecone 검색 비동기화 테스트 완료: 서버 정상 작동, API 응답 정상"
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
#54
📝작업 내용
성능 강화 issue -> 병렬 처리 강화 (await 함수 사용)
🛠️ PR 유형
어떤 변경 사항이 있나요?
📸스크린샷 (선택)
💬 공유사항 to 리뷰어
✅ PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.