37 lines
1.1 KiB
Markdown
37 lines
1.1 KiB
Markdown
<h3 align="center">
|
|
<a name="readme-top"></a>
|
|
<img
|
|
src="https://docs.arcade.dev/images/logo/arcade-logo.png"
|
|
>
|
|
</h3>
|
|
<div align="center">
|
|
<h3>Arcade Langchain Integration</h3>
|
|
<a href="https://github.com/arcadeai/langchain-arcade/blob/main/LICENSE">
|
|
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License">
|
|
</a>
|
|
<a href="https://pepy.tech/project/langchain-arcade">
|
|
<img src="https://static.pepy.tech/badge/langchain-arcade" alt="Downloads">
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<p align="center">
|
|
<a href="https://docs.arcade.dev" target="_blank">Arcade Documentation</a> •
|
|
<a href="https://docs.arcade.dev/toolkits" target="_blank">Toolkits</a> •
|
|
<a href="https://github.com/ArcadeAI/arcade-py" target="_blank">Python Client</a> •
|
|
<a href="https://github.com/ArcadeAI/arcade-js" target="_blank">JavaScript Client</a>
|
|
</p>
|
|
|
|
## Overview
|
|
|
|
`langchain-arcade` allows you to use Arcade tools in your LangChain and LangGraph applications.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install langchain-arcade
|
|
```
|
|
|
|
## Usage
|
|
|
|
See the [examples](https://github.com/ArcadeAI/arcade-ai/tree/main/examples/langchain) for usage examples
|