arcade-mcp/contrib/langchain
Sam Partee 7960158ee8
Update langchain integration to 1.0.0 (#230)
This PR updates the LangChain Arcade integration to v1.0.0, making the
following key changes:
• Bumped the package version in pyproject.toml from 0.2.0 to 1.0.0.
• Changed the default parameter in ArcadeToolManager from
langgraph=False to langgraph=True.
• Updated dependencies to require langgraph≥0.2.67,<0.3.0 and simplified
extras.
• Adjusted example scripts to remove explicit authorization_url
references in favor of a unified URL field.
• Updated docs and environment references to align with new usage
patterns and emphasize environment variables.
These changes unify and streamline the LangGraph-based tooling while
ensuring compatibility with the latest 1.0.0 release.
2025-01-26 22:23:14 -08:00
..
langchain_arcade Update langchain integration to 1.0.0 (#230) 2025-01-26 22:23:14 -08:00
tests Use AuthorizationResponse and ToolDefinition (#221) 2025-01-23 18:32:00 -08:00
.gitignore Remove toml (#210) 2025-01-17 09:56:43 -08:00
LICENSE Update README and LICENSE (#220) 2025-01-23 19:43:48 -08:00
Makefile Langchain arcade (#125) 2024-10-25 16:59:21 -07:00
pyproject.toml Update langchain integration to 1.0.0 (#230) 2025-01-26 22:23:14 -08:00
README.md Langchain arcade (#125) 2024-10-25 16:59:21 -07:00
tox.ini Update langchain integration to 0.2.0 (#213) 2025-01-22 13:01:15 -08:00

LangChain Integration

License Downloads

DocsIntegrationsCookbookPython ClientJavaScript Client

Overview

langchain-arcade allows you to use Arcade AI tools in your LangChain and LangGraph applications.

Installation

pip install langchain-arcade

Usage

See the examples for usage examples