explainx.ainewsletter3.4k
trending🔥loopsskills
pricing
workshops ↗
explainx.ai

Learn to lead teams that combine humans and agents. Platform access, live workshops, bootcamps, and 50+ courses — plus skills, tools, and MCP to practice what you learn.

follow us

custom AI agents

[email protected]

get started

Join · $29/moUpcoming workshop

learn

platform · $29/moupcoming workshopworkshopsbootcampscoursescertificationscertification testsexplainx universitycorporate trainingfacilitatorshackathonslearn skills & mcp

discover

skillstoolsagentsmcp serversdesignsllmsagiranks

content

releasesvisionmissionaboutteamcareersresourcespromptsgenerators hubgenerator SEO hubprompt templatesprompt guidesblogfor LLMsdemo

Sister Products

Infloq

Infloq

Influencer marketing

BgBlur

BgBlur

Privacy-first blur

Olly Social

Olly Social

Social AI copilot

Ceptory

Ceptory

Video intelligence

BgRemover

BgRemover

Background removal

newsletter · weekly

Get AI news, tools, and insights in your inbox.

contactsupportprivacytermsdata rightssubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

skills/tag/langchain
tag

langchain▌

8 indexed skills · max 10 per page

skills (8)

langchain-architecture

sickn33/antigravity-awesome-skills · AI/ML

0

Master the LangChain framework for building sophisticated LLM applications with agents, chains, memory, and tool integration.

langchain

davila7/claude-code-templates · AI/ML

0

Framework for building LLM applications with agents, chains, RAG, and 500+ integrations. \n \n Supports multiple LLM providers (OpenAI, Anthropic, Google) with unified interface and easy provider swapping \n Implements ReAct agents with tool calling, structured outputs, and parallel tool execution for autonomous reasoning \n Includes RAG pipelines with document loaders, text splitters, vector stores (Chroma, Pinecone, FAISS), and retrieval chains \n Provides conversation memory management, strea

langchain-fundamentals

langchain-ai/langchain-skills · AI/ML

0

Build production LangChain agents with create_agent(), tools, and middleware patterns. \n \n Use create_agent() with model, tools list, and system prompt; configure state persistence with checkpointer and thread_id for conversation memory across invocations \n Define tools via @tool decorator (Python) or tool() function (TypeScript) with clear descriptions so agents know when to call them \n Add middleware like HumanInTheLoopMiddleware for approval workflows, custom error handling, and human-in-

langchain-architecture

wshobson/agents · AI/ML

0

Build sophisticated LLM applications with LangChain 1.x and LangGraph for agents, memory, and tool integration. \n \n LangGraph provides the standard agent framework with StateGraph for explicit state management, durable execution, human-in-the-loop inspection, and checkpointing across sessions \n Supports ReAct agents, plan-and-execute workflows, multi-agent supervision, and structured tool invocation with Pydantic schemas \n Memory systems include ConversationBufferMemory, ConversationSummaryM

llm-application-dev-langchain-agent

sickn33/antigravity-awesome-skills · AI/ML

0

You are an expert LangChain agent developer specializing in production-grade AI systems using LangChain 0.1+ and LangGraph.

langchain-rag

langchain-ai/langchain-skills · AI/ML

0

Complete RAG pipeline for document ingestion, embedding, retrieval, and LLM-powered response generation. \n \n Supports multiple document loaders (PDF, web pages, directories) and persistent vector stores (Chroma, FAISS, Pinecone) with configurable chunk size and overlap for optimal context preservation \n Includes similarity search, MMR (Maximal Marginal Relevance) retrieval, and metadata filtering to balance relevance and diversity in results \n Works with OpenAI embeddings and integrates seam

langchain-middleware

langchain-ai/langchain-skills · AI/ML

0

Human-in-the-loop approval, custom middleware, and structured output patterns for LangChain agents. \n \n HumanInTheLoopMiddleware pauses execution before dangerous tool calls, allowing humans to approve, edit arguments, or reject with feedback \n Per-tool interrupt policies let you configure different approval rules based on risk level; requires a checkpointer and thread_id for state persistence \n Command resume pattern continues execution after human decisions, with support for editing tool a

langchain-dependencies

langchain-ai/langchain-skills · AI/ML

0

$22