AI AGENT ADDONS

Langchain Dependencies

langchain-ai/langchain-skills
AI & Agent Building
10,236installs

The LangChain ecosystem has many separate packages. You need to know which ones to install and their correct versions. LangChain 1.0 is the current stable release for new projects. Always start there.

This guide covers required packages for Python and TypeScript. It explains environment requirements like Python 3.10+ or Node.js 20+. It also helps you choose between LangGraph and Deep Agents for orchestration. Provider packages like langchain-openai or langchain-anthropic are installed separately.

Version pinning is important. The langchain-community package does not follow semantic versioning. Pin it carefully. This skill helps you avoid incompatibilities and keep upgrades predictable.

Add Langchain Dependencies skill to your workflow

Global

mkdir -p ~/.claude/skills/langchain-dependencies

Project

mkdir -p .claude/skills/langchain-dependencies

Source Repository

Stars
832
Forks
71
Watchers
832
Last Push
2 months ago
Created
6 months ago