-
Notifications
You must be signed in to change notification settings - Fork 7
Mateo/dev 141 update langchain quickstart python #720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Mateo/dev 141 update langchain quickstart python #720
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style Review
Found 4 style suggestion(s).
Powered by Vale + Claude
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: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
write-good.Weasel: Remove weasel word 'quite' and avoid first-person plural 'let's'
| 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: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style Review
Found 7 style suggestion(s).
Powered by Vale + Claude
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
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.