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

Optimize Bee agent performance on tool calling by implementing tool abstractions #147

Open mmurad2 opened 2 weeks ago

mmurad2 commented 2 weeks ago

Is your feature request related to a problem? Please describe. Certain tool names do not have "intuitive" names which may lead an LLM agent to not perform the right tool call.

Describe the solution you'd like An abstraction on defined core functionalities that serves as an interface between the model and discrete tools. E.g. internet_search or get_weather_forecast

Then, for example, a developer can contribute a google tool or duckduckgo tool or brave tool that slots into internet_search

Describe alternatives you've considered NA

Additional context Related issue: Optimizing OpenMeteo https://github.com/i-am-bee/bee-agent-framework/issues/110

mmurad2 commented 4 days ago