How to group tools together by "topic" #27742
fraferra
announced in
Ask Dosu (Archived)
Replies: 1 comment
-
Hey @fraferra! I'm a bot here to help you with bugs, questions, and contributions while waiting for a human maintainer. Let's tackle this together! LangChain has a concept similar to "PlugIn" in Semantic Kernels called "Toolkits." Toolkits are collections of tools that work well together, allowing you to group them by topic. Additionally, LangChain supports AI Plugins, which can be dynamically retrieved and used, enabling efficient grouping and selection of tools based on OpenAPI specifications [1][2][3]. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to implement something similar to what Semantic Kernels has, where you define a "PlugIn" and where several related tools are loaded together. Is there something similar in LangChain where we can have a higher hierarchy that groups tools together by "topic"? This would be especially useful when there are several tools at a agent's disposal. I would like to avoid a multi-agent architecture if possible.
Beta Was this translation helpful? Give feedback.
All reactions