arcade-mcp/contrib/langchain
Nate Barbettini 0344bc79cb
Bump arcadepy dependency (#168)
`arcadepy` is now at [0.2.1 on
pypi](https://pypi.org/project/arcadepy/0.2.1/).
The SDK references `arcadepy` but it is locked to the `0.1.x` minor
release.
2024-12-03 07:18:18 -08:00
..
langchain_arcade Langchain arcade (#125) 2024-10-25 16:59:21 -07:00
.gitignore Langchain arcade (#125) 2024-10-25 16:59:21 -07:00
LICENSE Langchain arcade (#125) 2024-10-25 16:59:21 -07:00
Makefile Langchain arcade (#125) 2024-10-25 16:59:21 -07:00
pyproject.toml Bump arcadepy dependency (#168) 2024-12-03 07:18:18 -08:00
README.md Langchain arcade (#125) 2024-10-25 16:59:21 -07: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