langgraph-docs

安装量: 2.1K
排名: #864

安装

npx skills add https://github.com/langchain-ai/deepagents --skill langgraph-docs

langgraph-docs Overview

This skill explains how to access LangGraph Python documentation to help answer questions and guide implementation.

Instructions 1. Fetch the Documentation Index

Use the fetch_url tool to read the following URL: https://docs.langchain.com/llms.txt

This provides a structured list of all available documentation with descriptions.

  1. Select Relevant Documentation

Based on the question, identify 2-4 most relevant documentation URLs from the index. Prioritize:

Specific how-to guides for implementation questions Core concept pages for understanding questions Tutorials for end-to-end examples Reference docs for API details 3. Fetch Selected Documentation

Use the fetch_url tool to read the selected documentation URLs.

  1. Provide Accurate Guidance

After reading the documentation, complete the users request.

返回排行榜