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.
To use LangGraph you will usually want to access LLMs and define tools.
You can do this however you see fit.One way to do this (which we will use in the docs) is to use LangChain.Install LangChain with:
Copy
Ask AI
npm install langchain@next
To work with specific LLM provider packages, you will need install them separately.Refer to the integrations page for provider-specific installation instructions.