-
Notifications
You must be signed in to change notification settings - Fork 443
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
Changing the tool class and updating the langchain tools #53
Labels
Comments
Closed
Working on this. |
thearyanag
changed the title
Changing the tool class
Changing the tool class and updating the langchain tools
Dec 25, 2024
#72 looks light weight and more modular. I think that might be the solution you're looking for @thearyanag |
yes, just waiting for a couple of changes |
Was this already solved ? |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
The current tools under langchain are limited to langchain, and to implement in other frameworks, work needs to be done
Describe the solution you'd like
To fix this, we implement an action interface
inspired from eliza, which will make it easier for future development
This can now be plugged into langchain / vercel, given the structure for it
Additional context
https://elizaos.github.io/eliza/docs/core/actions/
The text was updated successfully, but these errors were encountered: