langchain-core-workflow
jeremylongshore/claude-code-plugins-plus-skills
This guide provides advanced patterns for composing robust, multi-step Large Language Model (LLM) workflows using LangChain 1.0 core runnables. Learn to implement parallel retrievals (RunnableParallel), conditional routing (RunnableBranch), and state management. It also addresses common pitfalls like silent KeyErrors due to mismatched dictionary shapes, providing solutions using debug probes and type annotations for reliable RAG, classification, and extraction pipelines.