arcade-mcp/contrib/langchain
Eric Gustin ce2fb0f6c1
Update Examples & Various Renames (#233)
# PR Description
* This PR updates code in `examples/` to be compatible with version
1.0.0
* This PR removes the Spotify examples since the Arcade hosted worker
doesn't currently cataloge the Spotify toolkit. We can reintroduce these
examples when it does.
* This PR performs various renames across the codebase for
`arcade-ai.com` --> `arcade.dev` and `Arcade AI` --> `Arcade`
2025-01-28 17:17:29 -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 Update Examples & Various Renames (#233) 2025-01-28 17:17:29 -08:00
pyproject.toml Update Examples & Various Renames (#233) 2025-01-28 17:17:29 -08:00
README.md Update Examples & Various Renames (#233) 2025-01-28 17:17:29 -08: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 tools in your LangChain and LangGraph applications.

Installation

pip install langchain-arcade

Usage

See the examples for usage examples