Skip to content

Commit

Permalink
fix: langGrapg imports (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekpatil4 authored Dec 5, 2024
1 parent f90b6f2 commit d099abb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/framework/langgraph.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
</CodeGroup>
</Step>
Expand Down

0 comments on commit d099abb

Please sign in to comment.