-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import tools from a langchain toolkit #2042
Comments
Can you share the error you're getting, or describe how the tool doesn't work? |
sorry for the incomplete report.
|
Hey! So LangChain tools are not very well-maintained by LangChain themselves - would you be able to use a Composio tool instead? |
Hey! I cannot use Composio tool because I have a self-hosted github. I thought that I would be able to reuse github langchain tools by extending GitHubAPIWrapper to be able to connect to selfhosted github. I will try to find workarounds, |
@victorserbu2709 we are coming out with a tools sandbox feature soon (sometime next week), I can write up a demo covering your use case. |
We just merged in the tools sandbox feature, but have not publicized this widely yet (still working on docs). Can you please share details about this tool you're trying to add? I will try to recreate it on my side for you and explain the process. Will also help with debugging our code. |
Hello.
To run this i have to export following env variables
it would be nice that example showw how can this tool could be used within letta agent |
Is your feature request related to a problem? Please describe.
I would like a simple method to import tool or tools from a langchain toolset
Describe the solution you'd like
to be able to use already defined tools from langchain toolset
Describe alternatives you've considered
i tried something similar to https://github.com/letta-ai/letta/blob/main/examples/langchain_tool_usage.py
but it doesnt work
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: