langgraph-docs
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chineselanggraph-docs
langgraph-docs
Overview
概述
This skill explains how to access LangGraph Python documentation to help answer questions and guide implementation.
本技能介绍如何访问LangGraph Python文档,以帮助解答问题并指导实现。
Instructions
操作步骤
1. Fetch the Documentation Index
1. 获取文档索引
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.
使用fetch_url工具读取以下URL:
https://docs.langchain.com/llms.txt
这会提供所有可用文档的结构化列表及描述。
2. Select Relevant Documentation
2. 选择相关文档
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
根据用户的问题,从索引中找出2-4个最相关的文档URL。优先选择:
- 针对实现类问题的具体操作指南
- 用于理解类问题的核心概念页面
- 提供端到端示例的教程
- 包含API细节的参考文档
3. Fetch Selected Documentation
3. 获取选中的文档
Use the fetch_url tool to read the selected documentation URLs.
使用fetch_url工具读取选中的文档URL。
4. Provide Accurate Guidance
4. 提供准确指导
After reading the documentation, complete the users request.
阅读文档后,完成用户的请求。