Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 472 Bytes

File metadata and controls

15 lines (9 loc) · 472 Bytes

Code Index - lg_agents/base

LangGraph 그래프 에이전트 공통 기반 계층.

Files

  • init.py: 패키지 초기화.
  • base_graph_agent.py: 그래프 구성/노드/엣지 초기화 패턴과 공통 유틸을 제공하는 베이스 클래스.
  • base_graph_state.py: 메시지 스택과 리듀서가 포함된 공통 State 스키마 정의.

Related