langchain-ai / langchainjs

🦜🔗 Build context-aware reasoning applications 🦜🔗
https://js.langchain.com/docs/
MIT License
12.29k stars 2.08k forks source link

DOC: <Issue related to /v0.2/docs/how_to/migrate_agent/> (JS Docs links to Python docs, which is bug to me) #6650

Closed TimSusa closed 2 weeks ago

TimSusa commented 2 weeks ago

Checklist

Issue with current documentation:

At: https://js.langchain.com/v0.2/docs/how_to/migrate_agent/#next-steps the link refers to https://langchain-ai.github.io/langgraph/how-tos/ which is the python documentation. I guess it should better link to https://js.langchain.com/v0.2/docs/how_to/

Idea or request for content:

I guess it should better link to https://js.langchain.com/v0.2/docs/how_to/

dosubot[bot] commented 2 weeks ago

Hey @TimSusa! I'm here to help you with your bug, answer questions, and guide you on becoming a contributor. If you need assistance, feel free to ask.

The issue raised is valid. The link in the "Next steps" section of the migration guide should point to the JavaScript-specific documentation. The correct URL for the JavaScript-specific documentation on migrating from legacy LangChain agents to LangGraph agents is:

https://langchain-ai.github.io/langgraphjs/how-tos/ [1].

To continue talking to Dosu, mention @dosu.

TimSusa commented 2 weeks ago

my try PR https://github.com/langchain-ai/langchainjs/pull/6651