langgraph-docs
Access LangGraph documentation to build stateful agents and multi-agent workflows.
- Fetches official LangGraph Python docs covering state machines, graph-based agent design, and human-in-the-loop patterns
- Prioritizes relevant documentation by query type: implementation guides for how-to questions, concept pages for theory, tutorials for end-to-end examples, and API references for technical details
- Automatically selects 2–4 most relevant documentation URLs and retrieves their content to answer questions about agent orchestration and LangGraph APIs
- Falls back to direct documentation link if fetch operations fail, ensuring users can access source material independently
langgraph-docs
Workflow
1. Fetch the Documentation Index
Use fetch_url to read: https://docs.langchain.com/llms.txt
This returns a structured list of all available documentation with descriptions.
2. Select Relevant Documentation
Identify 2-4 most relevant URLs from the index. Prioritize:
- Implementation questions — specific how-to guides
- Conceptual questions — core concept pages
- End-to-end examples — tutorials
- API details — reference docs
3. Fetch and Apply
More from langchain-ai/deepagents
web-research
Searches multiple web sources, synthesizes findings, and produces cited research reports using delegated subagents. Use when the user asks to research a topic online, search the web, look something up, find current information, compare options, or produce a research report.
2.4Ksocial-media
Drafts engaging social media posts, writes hooks, suggests hashtags, creates thread structures, and generates companion images. Use when the user asks to write a LinkedIn post, tweet, Twitter/X thread, social media caption, social post, or repurpose content for social platforms.
1.3Kblog-post
Writes and structures long-form blog posts, creates tutorial outlines, and optimizes content for SEO with cover image generation. Use when the user asks to write a blog post, article, how-to guide, tutorial, technical writeup, thought leadership piece, or long-form content.
1.1Karxiv-search
Searches arXiv for preprints and academic papers, retrieves abstracts, and filters by topic. Use when the user asks to find research papers, search arXiv, look up preprints, find academic articles in physics, math, CS, biology, statistics, or related fields.
964skill-creator
Guide for creating effective skills that extend agent capabilities with specialized knowledge, workflows, or tool integrations. Use this skill when the user asks to: (1) create a new skill, (2) make a skill, (3) build a skill, (4) set up a skill, (5) initialize a skill, (6) scaffold a skill, (7) update or modify an existing skill, (8) validate a skill, (9) learn about skill structure, (10) understand how skills work, or (11) get guidance on skill design patterns. Trigger on phrases like \"create a skill\", \"new skill\", \"make a skill\", \"skill for X\", \"how do I create a skill\", or \"help me build a skill\".
541schema-exploration
Lists tables, describes columns and data types, identifies foreign key relationships, and maps entity relationships in a database. Use when the user asks about database schema, table structure, column types, what tables exist, ERD, foreign keys, or how entities relate.
497