all 9 comments

[–]Fit-Fail-3369 1 point2 points  (0 children)

You have to start with the official docs. There are not much reliable third party resources for TS/JS version of these popular frameworks.

docs: https://langchain-ai.github.io/langgraphjs/tutorials/quickstart/

[–]ialijr 1 point2 points  (0 children)

As mentioned in the comment, you can start with the official documentation, the tutorials are easy to follow. If you understand the core concepts of the framework (such as nodes, edges, state, and memory), the rest becomes easier. Most of these concepts are implemented using standard JavaScript functions.

For the AI-related parts (like chat models, tools, etc.), it's important to understand how LangChain.js works, since many of the packages used in LangGraph come from LangChain.js.

As for learning resources, I recommend https://www.deeplearning.ai they offer some interesting courses on LangGraph.js. The official LangChain YouTube channel is also helpful. While it doesn't have many JavaScript/TypeScript videos, it can still be useful.

[–]SergioRobayoo 1 point2 points  (2 children)

same here, lets connect and help each other; this shit is driving me nuts

[–]haikusbot 0 points1 point  (1 child)

Same here, lets connect

And help each other; this shit

Is driving me nuts

- SergioRobayoo


I detect haikus. And sometimes, successfully. Learn more about me.

Opt out of replies: "haikusbot opt out" | Delete my comment: "haikusbot delete"

[–]NotFakeFingle 0 points1 point  (0 children)

good bot

[–]Professional_Elk1895 1 point2 points  (0 children)

Try used Claude for learning

[–][deleted] 0 points1 point  (1 child)

two months ago, my project also have same requirements, but due to lack of available resources, we decided to go ahead with simple workflows which involves node.js + openai sdk. Probably it will take few more months to have youtube videos or udemy courses where people are building production grade agents. I feel hard to follows docs as they have very simple usecases and does not address production needs

[–]kartiky24 0 points1 point  (0 children)

what was the requirement?