langchain-architecture

Featured

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

AI & Automation 39,227 stars 6374 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# LangChain Architecture Master the LangChain framework for building sophisticated LLM applications with agents, chains, memory, and tool integration. ## Do not use this skill when - The task is unrelated to langchain architecture - You need a different domain or tool outside this scope ## Instructions - Clarify goals, constraints, and required inputs. - Apply relevant best practices and validate outcomes. - Provide actionable steps and verification. - If detailed examples are required, open `resources/implementation-playbook.md`. ## Use this skill when - Building autonomous AI agents with tool access - Implementing complex multi-step LLM workflows - Managing conversation memory and state - Integrating LLMs with external data sources and APIs - Creating modular, reusable LLM application components - Implementing document processing pipelines - Building production-grade LLM applications ## Core Concepts ### 1. Agents Autonomous systems that use LLMs to decide which actions to take. **Agent Types:** - **ReAct**: Reasoning + Acting in interleaved manner - **OpenAI Functions**: Leverages function calling API - **Structured Chat**: Handles multi-input tools - **Conversational**: Optimized for chat interfaces - **Self-Ask with Search**: Decomposes complex queries ### 2. Chains Sequences of calls to LLMs or other utilities. **Chain Types:** - **LLMChain**: Basic prompt + LLM combination - **SequentialChain**: Multiple chains in sequence - **RouterChain**: Routes inputs t...

Details

Author
sickn33
Repository
sickn33/antigravity-awesome-skills
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

langchain-architecture

Design LLM applications using the LangChain framework with agents, memory, and tool integration patterns. Use when building LangChain applications, implementing AI agents, or creating complex LLM workflows.

21 Updated 5 days ago
HermeticOrmus
AI & Automation Listed

langchain-architecture

Design LLM applications using the LangChain framework with agents, memory, and tool integration patterns. Use when building LangChain applications, implementing AI agents, or creating complex LLM workflows.

335 Updated today
aiskillstore
AI & Automation Solid

langchain-architecture

Design LLM applications using LangChain 1.x and LangGraph for agents, memory, and tool integration. Use when building LangChain applications, implementing AI agents, or creating complex LLM workflows.

36,166 Updated yesterday
wshobson
AI & Automation Listed

langchain-architecture

Design LLM applications using LangChain 1.x and LangGraph for agents, memory, and tool integration. Use when building LangChain applications, implementing AI agents, or creating complex LLM workflows.

0 Updated today
CodeWithBehnam
AI & Automation Featured

langchain

Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering systems, autonomous agents, or RAG applications. Best for rapid prototyping and production deployments.

27,681 Updated today
davila7