[GH-ISSUE #2955] [langchain]: Langchain's Documentation is pasted #2698

Closed
opened 2026-06-05 17:26:20 -04:00 by yindo · 1 comment
Owner

Originally created by @ricardo1u on GitHub (Mar 5, 2026).
Original GitHub issue: https://github.com/langchain-ai/docs/issues/2955

Type of issue

issue / bug

Language

Python

Description

the code in quickstart is broken , "from langchain.agents import create_agent" is no longer valid, please check it.

Originally created by @ricardo1u on GitHub (Mar 5, 2026). Original GitHub issue: https://github.com/langchain-ai/docs/issues/2955 ### Type of issue issue / bug ### Language Python ### Description the code in quickstart is broken , "from langchain.agents import create_agent" is no longer valid, please check it.
yindo added the langchainexternal labels 2026-06-05 17:26:20 -04:00
yindo closed this issue 2026-06-05 17:26:20 -04:00
Author
Owner

@sangram11 commented on GitHub (Mar 13, 2026):

I am still using the same line
%pip install langchain==1.2.10

from langchain.agents import create_agent

agent = create_agent(model, tools)

It is still working. Can you please elaborate your issue?

<!-- gh-comment-id:4052916382 --> @sangram11 commented on GitHub (Mar 13, 2026): I am still using the same line %pip install langchain==1.2.10 from langchain.agents import create_agent agent = create_agent(model, tools) It is still working. Can you please elaborate your issue?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2698