Skip to content

Add documentation for LangChain Python SDK v1.x#161

Open
narendranathe wants to merge 1 commit intoandrewyng:mainfrom
narendranathe:content/add-langchain-langgraph-docs
Open

Add documentation for LangChain Python SDK v1.x#161
narendranathe wants to merge 1 commit intoandrewyng:mainfrom
narendranathe:content/add-langchain-langgraph-docs

Conversation

@narendranathe
Copy link

What

Adds curated Python docs for LangChain 1.x and LangGraph 1.1, two of the most
commonly mis-used APIs in AI agent codegen.

Why

LangChain 1.0 broke the old import paths that most agents still use. Agents
hallucinate from langchain.chat_models import ChatOpenAI and deprecated
initialize_agent patterns constantly. LangGraph 1.1 introduced type-safe
streaming (version="v2") that agents don't know about.

Files added

  • content/langchain/docs/agents/python/DOC.md — v1.2.12, covers correct
    imports, tool-calling agents, LCEL chains, RAG, structured output
  • content/langgraph/docs/graph/python/DOC.md — v1.1.0, covers StateGraph,
    persistence, human-in-the-loop, v2 streaming, subgraphs

Closes #37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Please work on Langchain/Langgraph

1 participant