[08-Core-Features] 05-LangGraph-Streaming-Outputs - LangGraph v1 API 호환성 수정 및 다이어그램 추가 #10
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.
PR 타입
변경 사항
interrupt_before/interrupt_after는stream()이 아닌compile()에서 설정)stream_mode비교 다이어그램 추가 (values vs updates 모드 차이 시각화)interrupt_before/interrupt_after플로우 다이어그램 추가stream()호출에 config 필수 요구사항 수정수정된 파일
08-Core-Features/05-LangGraph-Streaming-Outputs.ipynb08-Core-Features/assets/chatbot-graph.excalidraw08-Core-Features/assets/chatbot-graph.png08-Core-Features/assets/interrupt-flow.excalidraw08-Core-Features/assets/interrupt-flow.png08-Core-Features/assets/stream-mode-comparison.excalidraw08-Core-Features/assets/stream-mode-comparison.png체크리스트
기존 튜토리얼 수정인 경우
{NN}-LangGraph-{Topic}.ipynb)테스트 결과
테스트 환경:
노트북의 모든 셀이 에러 없이 실행되었으며, 다이어그램 이미지가 정상적으로 표시됩니다.
추가 설명
LangGraph Streaming Outputs 주요 내용:
stream_mode옵션 (valuesvsupdates) 비교 및 시각화output_keys옵션을 통한 특정 상태 키만 스트리밍interrupt_before/interrupt_after옵션 사용법 (compile 시점에 설정)