AI/ML

langchain-fundamentals

langchain-ai/langchain-skills · updated Apr 8, 2026

$npx skills add https://github.com/langchain-ai/langchain-skills --skill langchain-fundamentals
summary

Build production LangChain agents with create_agent(), tools, and middleware patterns.

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

langchain-fundamentals

No content available.