i-am-bee / bee-agent-framework

The framework for building scalable agentic applications.
https://i-am-bee.github.io/bee-agent-framework/
Apache License 2.0
1.09k stars 106 forks source link

Tool Library and Tool Generation #162

Closed aniketmoha9 closed 1 week ago

aniketmoha9 commented 1 week ago

The tool library can be something similar to prompt library which we have in watsonx.ai prompt lab, it will have a list of all working and properly tested tools and can be searched using the user tool requirements or tool description, also if the tool is not present in the library then it can have a option to generate the python function for a tool based on the tool requirements.

this feature can help non technical users to create agents.

aniketmoha9 commented 1 week ago

I have added the same issue to bee-ui, not required here