Draft
Conversation
Co-authored-by: sungwoo012477 <sungwoo012477@gmail.com>
|
Cursor Agent can help with this pull request. Just |
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
focus_group_interview모듈에 질문 생성, 응답 수집, 분석 기능을 시뮬레이션하는 기본 워크플로우를 구현했습니다.✅ Checklist
[ ] 관련 이슈가 명시되어 있습니다.📄 Description
기존
focus_group_interview모듈은 워크플로우의 기본 구조만 존재하여 실제 기능 테스트가 불가능했습니다. 이 PR은 모듈의 핵심 기능을 시뮬레이션하여 엔드-투-엔드 테스트가 가능하도록 다음과 같은 변경사항을 포함합니다:SimpleQuestionGenerationNode: 인터뷰 질문을 생성합니다. (사전 정의된 질문 사용)SimpleResponseCollectionNode: 질문에 대한 응답을 시뮬레이션하여 수집합니다.SimpleAnalysisNode: 수집된 응답을 기반으로 간단한 분석 결과를 생성합니다.workflow.py에서__start__→generate_questions→collect_responses→analyze_responses→__end__순서로 연결하여 기본적인 포커스 그룹 인터뷰 시뮬레이션 흐름을 구성했습니다.이 변경으로
focus_group_interview모듈의 기본적인 작동 방식을 확인하고 향후 실제 LLM 연동을 위한 기반을 마련할 수 있습니다.💡 Notice (Optional)
Act2-Marketing자료는 레포지토리에 커밋되었으나, 권한 문제로 GitHub에 푸시되지 않았습니다.🔗 Related Issue(s)
관련 이슈 없음