smithery/olorehq

olore-langchain-latest

Local LangChain documentation reference (latest). LangChain and LangGraph documentation. Use for agents, RAG, vector stores, chains, and LLM application development.

Installation

$ npx skills add smithery/olorehq --skill olore-langchain-latest

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/olorehq · top by installs.

npx skills add smithery/olorehq

Browse all from smithery/olorehq

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,823 B
  • docs SUMMARY.md 172 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

LangChain Documentation

LangChain and LangGraph documentation. Use for agents, RAG, vector stores, chains, and LLM application development. Also includes Deep Agents SDK documentation.

Quick Reference

Task Entry Point
LangChain quickstart contents/langchain/quickstart.mdx
LangGraph quickstart contents/langgraph/quickstart.mdx
Deep Agents quickstart contents/deepagents/quickstart.mdx
Building agents contents/langchain/agents.mdx
RAG / retrieval contents/langchain/rag.mdx
LangGraph persistence contents/langgraph/persistence.mdx
Python integrations contents/python/integrations/providers/
JS/TS integrations contents/javascript/integrations/providers/
Common errors contents/common-errors.mdx

When to use

Use this skill when the user asks about:

  • LangChain agents, chains, RAG, retrieval, memory, tools, or streaming
  • LangGraph graph API, functional API, persistence, checkpointing, or subgraphs
  • Deep Agents SDK (harness, skills, subagents, sandboxes, memory)
  • Integrating LangChain with LLM providers (OpenAI, Anthropic, Google, Bedrock, etc.)
  • Vector stores, embeddings, document loaders, or text splitters
  • Deploying or scaling LangChain/LangGraph applications
  • Migrating to LangChain v1 or LangGraph v1

How to find information

  1. First, read TOC.md for complete file listing organized by directory
  2. Identify relevant section based on user's question
  3. Read specific files for details

TOC.md contains all files organized by directory - always check it first.