langchain-ai

146 mods across 21 repositories, 254k stars between them.

memory

49

langchain-ai/langgraphjs

Agent

LangGraph supports two types of memory essential for building conversational agents.

3.2k 6d ago A 0 tokens original MIT

models

50

langchain-ai/langgraphjs

Agent

This page describes how to configure the chat model used by an agent.

3.2k 6d ago A 0 tokens original MIT

multi-agent

51

langchain-ai/langgraphjs

Agent

A single agent might struggle if it needs to specialize in multiple domains or manage many tools. To tackle this, you can break your agent into smaller, independent agents and composing them into a multi-agent system.

3.2k 6d ago A 0 tokens original MIT

overview

52

langchain-ai/langgraphjs

Agent

LangGraph provides both low-level primitives and high-level prebuilt components for building agent-based applications. This section focuses on the prebuilt, reusable components designed to help you construct agentic systems quickly and reliably—without the need to implement orchestration, memory, or human feedback…

3.2k 6d ago A 0 tokens original MIT

prebuilt

53

langchain-ai/langgraphjs

Agent

To share your project, simply open a Pull Request adding an entry for your package in our packages.yml file.

3.2k 6d ago A 0 tokens original MIT

run_agents

54

langchain-ai/langgraphjs

Agent

Agents support execution using either .invoke() for full responses, or .stream() for incremental streaming of the output. This section explains how to provide input, interpret output, enable streaming, and control execution limits.

3.2k 6d ago A 0 tokens original MIT

streaming

55

langchain-ai/langgraphjs

Agent

Streaming is key to building responsive applications. There are a few types of data you’ll want to stream.

3.2k 6d ago A 0 tokens original MIT

tools

56

langchain-ai/langgraphjs

Agent

Tools are a way to encapsulate a function and its input schema in a way that can be passed to a chat model that supports tool calling. This allows the model to request the execution of this function with specific inputs.

3.2k 6d ago A 0 tokens original MIT

ui

57

langchain-ai/langgraphjs

Agent

You can use a prebuilt chat UI for interacting with any LangGraph agent through the Agent Chat UI. Using the deployed version is the quickest way to get started, and allows you to interact with both local and deployed graphs.

3.2k 6d ago A 0 tokens original MIT

deep-agents-core

60

langchain-ai/langchain-skills

Skill Claude CodeCodex

INVOKE THIS SKILL when building ANY Deep Agents application. Covers createdeepagent(), harness architecture, SKILL.md format, and configuration options.

1.2k 3d ago A 36 tokens

deep-agents-memory

61

langchain-ai/langchain-skills

Skill Claude CodeCodex

INVOKE THIS SKILL when your Deep Agent needs memory, persistence, or filesystem access. Covers StateBackend (ephemeral), StoreBackend (persistent), FilesystemMiddleware, and CompositeBackend for routing.

1.2k 3d ago A 46 tokens

langchain-ai/langchain-skills

Skill Claude CodeCodex

INVOKE THIS SKILL when using subagents, task planning, or human approval in Deep Agents. Covers SubAgentMiddleware, TodoList for planning, and HITL interrupts.

1.2k 3d ago A 43 tokens

langchain-ai/langchain-skills

Skill Claude CodeCodex

Scaffold a minimal local Deep Agent in Python by following the official quickstart, using provider-native web search instead of Tavily. Use when the user wants to quickly build or try a Deep Agent locally.

1.2k 3d ago A 48 tokens

langchain-ai/langchain-skills

Skill Claude CodeCodex

Scaffold a minimal local Deep Agent in TypeScript by following the official quickstart, using provider-native web search instead of Tavily. Use when the user wants to quickly build or try a Deep Agent locally.

1.2k 3d ago A 50 tokens

ecosystem-primer

65

langchain-ai/langchain-skills

Skill Claude CodeCodex

INVOKE FIRST for any LangChain / LangGraph / Deep Agents agent building project before consulting other skills or writing any agent code. Required starting point for up to date info on framework selection (LangChain vs LangGraph vs Deep Agents vs hybrid composition), agent patterns, install, environment setup, and…

1.2k 3d ago A 71 tokens

eval-engineering

66

langchain-ai/langchain-skills

Skill Claude CodeCodex

Inspect an agent repository and optional traces, interview the user, write reviewed Task Specs, build and audit Harbor tasks, and bootstrap reusable project World Knowledge Skills. Use for agent evals, benchmark design, Task generation, controlled Environments, synthetic data, Verifiers, Harbor runs, calibration, or…

1.2k 3d ago A 67 tokens

langchain-ai/langchain-skills

Skill Claude CodeCodex

INVOKE THIS SKILL when setting up a new project or when asked about package versions, installation, or dependency management for LangChain, LangGraph, LangSmith, or Deep Agents. Covers required packages, minimum versions, environment requirements, versioning best practices, and common community tool packages for both…

1.2k 3d ago A 70 tokens

langchain-ai/langchain-skills

Skill Claude CodeCodex

INVOKE THIS SKILL when you need human-in-the-loop approval, custom middleware, or structured output. Covers HumanInTheLoopMiddleware for human approval of dangerous tool calls, creating custom middleware with hooks, Command resume patterns, and structured output with Pydantic/Zod.

1.2k 3d ago A 61 tokens

langchain-ai/langchain-skills

Skill Claude CodeCodex

Scaffold a minimal local LangChain agent in Python by following the official quickstart. Use when the user wants to quickly build or try a LangChain agent locally.

1.2k 3d ago A 40 tokens

langchain-rag

71

langchain-ai/langchain-skills

Skill Claude CodeCodex

INVOKE THIS SKILL when building ANY retrieval-augmented generation (RAG) system. Covers document loaders, RecursiveCharacterTextSplitter, embeddings (OpenAI), and vector stores (Chroma, FAISS, Pinecone).

1.2k 3d ago B 52 tokens