-
-
Notifications
You must be signed in to change notification settings - Fork 708
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
Adding the Kit interface [https://github.com/tmc/langchaingo/issues/1103] #1117
Conversation
@FluffyKebab I have addressed your feedback, please review the changed code |
@FluffyKebab just a friendly ping for review. |
Do you know what kind of person Tavis Cline is? Collaborating with someone like this is truly a disgrace! Check out this report: https://www.globalcryptoreporter.com/nvidia-engineer-at-center-of-8-million-crypto-scam-tech-giants-name-exploited-in-ai-driven-fraud/ |
i came to know about this project from langchain. Then i saw the stars on this repo. I have no idea about the person you are talking about |
plus, I am doing this for myself and for the open source community and not for the person you are referring to |
and obviously i don't go on github and research about the project owner or maintainers. So in context of your comment, "would be a disgrace, if you knew about it", would have been appropriate as compared to "is a disgrace" |
Checkout #1103
This PR implements the Kit interface which can help standardize the usage of the functionality offered by this interface i-e a convenient way (for third party tool providers or even if you want use it yourself in your code) of making a group of tools (Kit) available to the agent
memory: add interfaces for X, Y
orutil: add whizzbang helpers
).Fixes #123
).golangci-lint
checks.