Replies: 1 comment 1 reply
-
PR for consideration #20491 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are nearly half a million Python packages available on pypi. Many are very well-maintained and documented.
Wrapping even a small percentage of these with their own tools, prompts, or actions would be an insurmountable challenge.
I propose that we should make toolcrafting as easy as possible. Developers should have a very simple (if basic) interface for wrapping their existing SDKs with langchain capabilities to allow AI agents the use of these libraries.
This will lower the barrier to entry for most developers who want to enrich their software with AI but don't have the time, knowledge, or resources to do so easily.
By combining several common features that exist across toolkits and automating the creation of tools through dynamic SDK function detection, we can easily allow developers to offer AI capabilities alongside their existing SDKS with no changes required.
Beta Was this translation helpful? Give feedback.
All reactions