From cb37b797f7b68875a8bc5cb1d63e91994e6755c0 Mon Sep 17 00:00:00 2001 From: happybell80 Date: Tue, 14 Oct 2025 21:24:48 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20LangGraph=20=EC=A0=81=EC=9A=A9=20?= =?UTF-8?q?=EA=B3=84=ED=9A=8D=20=EC=B6=94=EA=B0=80=20(=EC=9A=B0=EC=84=A0?= =?UTF-8?q?=EC=88=9C=EC=9C=84=204)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- troubleshooting/251014_coldmail_ir_analysis_scenario.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/troubleshooting/251014_coldmail_ir_analysis_scenario.md b/troubleshooting/251014_coldmail_ir_analysis_scenario.md index 3006f32..763ffc8 100644 --- a/troubleshooting/251014_coldmail_ir_analysis_scenario.md +++ b/troubleshooting/251014_coldmail_ir_analysis_scenario.md @@ -79,6 +79,13 @@ - 상세: 251014_slack_lists_file_attachment.md - coldmail_briefing.py:207: document_id → Slack file_id 변환 필요 +### 우선순위 4: LangGraph 적용 +- coldmail_briefing.py:76-263 → LangGraph 워크플로우로 전환 +- 노드: fetch_emails → filter_coldmail → process_attachments → analyze_ir → create_slack_item → send_feedback +- 조건부 분기: 첨부파일 유무, IR 분석 성공/실패 +- 상태 관리: email_data, document_ids, ir_metrics, valuation_result +- 재시도 로직, 에러 핸들링 개선 + --- ## 교훈