Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 673 Bytes

File metadata and controls

18 lines (10 loc) · 673 Bytes

Code Index - lg_agents

LangGraph 기반 에이전트 구현 모음. 베이스 계층, Deep Research 그래프, 간단 예제 에이전트를 포함합니다.

Files

  • init.py: 패키지 초기화.

Submodules

  • base/ — 베이스 클래스/상태 스키마. 자세히 보기: base/code_index.md
  • deep_research/ — Deep Research 그래프와 HITL 확장. 자세히 보기: deep_research/code_index.md
  • simple/ — 간단 ReAct+MCP 예제 에이전트(simple_lg_agent_with_mcp.py).

Related