Mateo/dev 141 update langchain quickstart python#720
Open
torresmateo wants to merge 5 commits intomainfrom
Open
Mateo/dev 141 update langchain quickstart python#720torresmateo wants to merge 5 commits intomainfrom
torresmateo wants to merge 5 commits intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
app/en/get-started/agent-frameworks/langchain/use-arcade-with-langchain-py/page.mdx
Show resolved
Hide resolved
app/en/get-started/agent-frameworks/langchain/use-arcade-with-langchain-py/page.mdx
Outdated
Show resolved
Hide resolved
app/en/get-started/agent-frameworks/langchain/use-arcade-with-langchain-py/page.mdx
Outdated
Show resolved
Hide resolved
| from pydantic import BaseModel, Field, create_model | ||
| ``` | ||
|
|
||
| This is quite a number of imports, let's break them down: |
Contributor
There was a problem hiding this comment.
write-good.Weasel: Remove weasel word 'quite' and avoid first-person plural 'let's'
Suggested change
| This is quite a number of imports, let's break them down: | |
| This is a substantial number of imports, here's how they break down: |
app/en/get-started/agent-frameworks/langchain/use-arcade-with-langchain-py/page.mdx
Show resolved
Hide resolved
app/en/get-started/agent-frameworks/langchain/use-arcade-with-langchain-py/page.mdx
Show resolved
Hide resolved
app/en/get-started/agent-frameworks/langchain/use-arcade-with-langchain-py/page.mdx
Outdated
Show resolved
Hide resolved
app/en/get-started/agent-frameworks/langchain/use-arcade-with-langchain-py/page.mdx
Outdated
Show resolved
Hide resolved
app/en/get-started/agent-frameworks/langchain/use-arcade-with-langchain-py/page.mdx
Show resolved
Hide resolved
app/en/get-started/agent-frameworks/langchain/use-arcade-with-langchain-py/page.mdx
Outdated
Show resolved
Hide resolved
app/en/get-started/agent-frameworks/langchain/use-arcade-with-langchain-py/page.mdx
Outdated
Show resolved
Hide resolved
app/en/get-started/agent-frameworks/langchain/use-arcade-with-langchain-py/page.mdx
Show resolved
Hide resolved
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
app/en/get-started/agent-frameworks/langchain/use-arcade-with-langchain-py/page.mdx
Show resolved
Hide resolved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Preview link: https://docs-git-mateo-dev-141-update-langchain-quicks-7f4cdb-arcade-ai.vercel.app/en/get-started/agent-frameworks/langchain/use-arcade-with-langchain-py
This PR adds a Python version of the LangChain tutorial that features
all without relying on the old
langchain-arcadepackageNote
Low Risk
Low risk documentation-only changes, but redirects update multiple legacy LangChain URLs and could break inbound links if misconfigured.
Overview
Adds a new Python LangChain quickstart (
use-arcade-with-langchain-py) that demonstrates converting Arcade tool schemas into LangChainStructuredTools and handling Arcade authorization via LangGraph interrupts.Updates LangChain navigation metadata to split the tutorial into Python and TypeScript entries, and expands
next.config.tsredirects so old LangChain tutorial URLs (including the prioruse-arcade-with-langchainpath) now permanently route to the new Python page. Also refreshespublic/llms.txtto reference the new LangChain Python/TS pages.Written by Cursor Bugbot for commit 3bb4028. This will update automatically on new commits. Configure here.