Merged
Conversation
- Music Team 에 사용될 모델을 초기화하는 get_openai_model 함수 추가
- 가사 생성을 위한 "get_lyric_template" 함수 추가
- LyricGenerationNode 클래스 추가
- start-lyric_generation-end 과정으로 기능 추가함
- 날씨 기반 가사 생성을 지원하는 WeatherGenerationNode를 추가 - 기존 그래프를 병렬 노드로 구현
- 파일 상단에 dotenv 로딩 코드 추가
- DiaryGenerationNode에서 프롬프트 키를 ‘diary_query’로 통합하여 입력 방식 일관화 및 가독성 향상 - 날씨·영상 분석 컨텍스트 기반 가사 생성 기능을 제공하는 LyricGenerationNode 도입 - 외부 API로 실시간 날씨 정보를 조회하는 WeatherGenerationNode 도입 - 코드 클린업을 위해 불필요하게 주석 처리된 코드를 제거
- lyric 템플릿에 오늘의 날씨와 유투브 분석 내용을 포함 - 입력 변수 목록에 weather_info와 video_analysis 추가
- MusicState 클래스에 diary_query와 lyric_query 필드를 추가 및 state 값 통합
- 날씨 정보를 가져오고 음악 생성에 활용할 수 있도록 변환하는 WeatherService 클래스 구현 - 날씨 데이터 파싱 및 포맷팅 기능 포함 - 기본 X, Y 좌표를 서울 용산구로 설정
- 실수로 누락된 코드 다시 추가가
Kimhansav
reviewed
Aug 5, 2025
Collaborator
Kimhansav
left a comment
There was a problem hiding this comment.
제 부분은 누락 없이 잘 된 것 같습니다!
Collaborator
wlsrb9564
previously approved these changes
Aug 5, 2025
Collaborator
Author
qjrm1430
previously approved these changes
Aug 5, 2025
Member
qjrm1430
reviewed
Aug 5, 2025
Collaborator
Author
|
@qjrm1430 말씀주신거 반영해서 approve 부탁드립니다! 그리고 github write 권한(approve권한) 있으신 분이 중헌님 말고 또 있나요? |
qjrm1430
approved these changes
Aug 10, 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.

📝 Summary
✅ Checklist
📄 Description
💡 Notice (Optional)
🔗 Related Issue(s)