[GH-ISSUE #1493] DOC: <Issue related to /> Documentation is out of date #10

Closed
opened 2026-02-17 17:18:59 -05:00 by yindo · 1 comment
Owner

Originally created by @datboyc on GitHub (Jan 26, 2025).
Original GitHub issue: https://github.com/langchain-ai/docs/issues/1493

The documentation is impossible to follow, without figuring things out on your own. You keep referencing files that aren't provided with the sample files. You have things randomly listed as "shell" without giving any info on what shell. Bash? Python? something from some other random place that you edited out of the video and failed to include in the documentation?

Why would I pay for something that you can't keep the quick start guide up to date with?

Originally created by @datboyc on GitHub (Jan 26, 2025). Original GitHub issue: https://github.com/langchain-ai/docs/issues/1493 The documentation is impossible to follow, without figuring things out on your own. You keep referencing files that aren't provided with the sample files. You have things randomly listed as "shell" without giving any info on what shell. Bash? Python? something from some other random place that you edited out of the video and failed to include in the documentation? Why would I pay for something that you can't keep the quick start guide up to date with?
yindo added the external label 2026-02-17 17:18:59 -05:00
yindo closed this issue 2026-02-17 17:18:59 -05:00
Author
Owner

@dgarciabriseno commented on GitHub (Nov 4, 2025):

Even the very first line of code in their QuickStart is broken:

>>> from langchain.agents import create_agent
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: cannot import name 'create_agent' from 'langchain.agents'

create_agent doesn't exist. And all their agent documentation revolves around it. There are other create_agent-like functions, but they take different parameters than whatever this create_agent used to be.

@dgarciabriseno commented on GitHub (Nov 4, 2025): Even the very first line of code in their QuickStart is broken: ``` >>> from langchain.agents import create_agent Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: cannot import name 'create_agent' from 'langchain.agents' ``` create_agent doesn't exist. And all their agent documentation revolves around it. There are other create_agent-like functions, but they take different parameters than whatever this create_agent used to be.
yindo changed title from DOC: <Issue related to /> Documentation is out of date to [GH-ISSUE #1493] DOC: <Issue related to /> Documentation is out of date 2026-06-05 17:24:33 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#10