diff --git a/docs/framework/langgraph.mdx b/docs/framework/langgraph.mdx index 29aa2818fb8..f423df169fb 100644 --- a/docs/framework/langgraph.mdx +++ b/docs/framework/langgraph.mdx @@ -15,7 +15,9 @@ In this example, we will use LangGraph Agent to star a repository on Github usin pip install composio-langgraph ``` ```bash TypeScript -npm install composio-core langchain langgraph +npm i @langchain/langgraph +npm i composio-core +npm i @langchain/openai ```