LangGraph state와 checkpoint
LangGraph state와 checkpoint를 AI workflow 운영 관점에서 정리합니다. state schema, node 간 상태 전달, checkpoint 저장, interrupt, human-in-the-loop, 재시작 가능한 작업 구조까지 단계별로 설명합니다.
LangGraph state와 checkpoint를 AI workflow 운영 관점에서 정리합니다. state schema, node 간 상태 전달, checkpoint 저장, interrupt, human-in-the-loop, 재시작 가능한 작업 구조까지 단계별로 설명합니다.
Agentic RAG와 기존 RAG의 차이를 query rewrite, document grading, retrieval loop, LangGraph 흐름으로 설명합니다. 검색 품질이 흔들릴 때 무엇을 자동화하고 무엇은 평가로 남겨야 하는지 실무 기준으로 정리합니다.
LangGraph, CrewAI, AutoGen을 graph workflow, multi-agent role, tool orchestration, state 관리 기준으로 비교합니다.
Agent workflow를 plan, execute, review, retry, human approval 단계로 나누어 유지보수하기 쉬운 AI 에이전트 실행 구조를 설명합니다.