Alpha Notice: These docs cover the v1-alpha release. Content is incomplete and subject to change.For the latest stable version, see the current LangGraph Python or LangGraph JavaScript docs.
기본 LangGraph 패키지를 설치하려면:
Copy
pip install --pre -U langgraph
LangGraph를 사용하려면 일반적으로 LLM에 액세스하고 도구를 정의해야 합니다.
원하는 방법으로 이 작업을 수행할 수 있습니다.한 가지 방법은 (문서에서 사용할 예정인) LangChain을 사용하는 것입니다.LangChain 설치:
Copy
pip install --pre -U langchain
특정 LLM 제공업체 패키지와 함께 작업하려면 별도로 설치해야 합니다.제공업체별 설치 지침은 통합 페이지를 참조하세요.