Notice
Recent Posts
Recent Comments
Link
반응형
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- update_state
- RecSys
- tool_binding
- REACT
- 강화학습의 수학적 기초와 알고리듬 이해
- rl
- add_subgraph
- removemessage
- langgrpah
- toolnode
- 밑바닥부터 시작하는 딥러닝
- pinecone
- subgraph
- rag
- tool_calls
- conditional_edge
- LangChain
- lcel
- 밑바닥부터시작하는딥러닝 #딥러닝 #머신러닝 #신경망
- langgraph
- Ai
- 강화학습
- human-in-the-loop
- Python
- 강화학습의 수학적 기초와 알고리듬의 이해
- humannode
- summarize_chat_history
- 추천시스템
- conditional_edges
- chat_history
Archives
- Today
- Total
반응형
목록2025/01/02 (1)
반응형
타임트리
[LangGraph] Subgraph State(상태)
subgraph를 추가할 때, 메모리를 추가하면 언제든지 subgraph의 state를 확인하고 업데이트할 수 있다. 이를 활용하면 human-in-the-loop 패턴도 다양하게 사용 가능하다.그래프를 중단하고 사용자에게 state를 보여준 뒤, 사용자가 작업 수행 여부 결정subgraph를 rewind 해서 문제 재현 또는 방지사용자가 subgraph 작업 전 state 수정을 통해 제어1. subgraph 정의먼저 특정 도시의 날씨를 가져올 수 있는 간단한 subgraph를 정의하자. 그리고, weather_node 전에 그래프를 중단하도록 compile하자.with_structured_output 메서드는 LLM의 출력을 사전 정의된 pydantic 모델 타입으로 변환(pydantic이 아닌) 함..
LLM/LangGraph
2025. 1. 2. 01:33