<!-- CURSOR_SUMMARY --> > [!NOTE] > **Medium Risk** > This is mostly a packaging/documentation change, but it is a breaking change because the integration code and dependencies are removed, so any consumers importing `ToolManager`/`AsyncToolManager` will fail at runtime. > > **Overview** > Marks `langchain-arcade` as **deprecated/inactive** and strips it down to a stub package. > > The PR removes the LangChain/LangGraph integration implementation (`manager.py`, `_utilities.py`), tests, and local dev tooling (`Makefile`, `tox.ini`), and updates `README.md` to a deprecation notice pointing users to `docs.arcade.dev`. > > `pyproject.toml` is bumped to `2.0.0`, clears dependencies, and updates metadata/URLs; importing `langchain_arcade` now only emits a `DeprecationWarning` and exports nothing. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit d3db1346f6399af90dcc516ffe3755bf26cb6f87. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
34 lines
914 B
Markdown
34 lines
914 B
Markdown
<h3 align="center">
|
|
<img
|
|
src="https://docs.arcade.dev/images/logo/arcade-logo.png"
|
|
>
|
|
</h3>
|
|
|
|
<div align="center">
|
|
<h1>⚠️ DEPRECATED ⚠️</h1>
|
|
<h3>langchain-arcade is no longer maintained</h3>
|
|
</div>
|
|
|
|
---
|
|
|
|
## Important Notice
|
|
|
|
**This package has been deprecated and is no longer maintained.**
|
|
|
|
The `langchain-arcade` package is no longer needed. Arcade now provides better ways to integrate with your AI applications.
|
|
|
|
## What Should I Use Instead?
|
|
|
|
Please visit **[docs.arcade.dev](https://docs.arcade.dev)** for the latest documentation on how to integrate Arcade tools into your applications.
|
|
|
|
## Migration Guide
|
|
|
|
If you were previously using `langchain-arcade`, we recommend:
|
|
|
|
1. Visit [docs.arcade.dev](https://docs.arcade.dev) to learn about the new integration options
|
|
|
|
---
|
|
|
|
<p align="center">
|
|
Thank you for using langchain-arcade. We hope to see you using Arcade's new integrations!
|
|
</p>
|