-
Notifications
You must be signed in to change notification settings - Fork 37
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
Configuring custom bee tools in Chat UI #59
Comments
This should now be done via MCP that has been added to the framework (not sure about Bee API though, cc @pilartomas ). In addition, this video (https://www.youtube.com/watch?v=OhXKK7HAL24) + article (https://suedbroecker.net/2024/12/04/bee-api-and-ui-development-example-by-adding-a-typescript-tool/) show how you can add the tool manually to Bee API. |
@Tomas2D Thanks for the updates! I'll review this article on manually adding tools to the Bee API. Regarding MCP, it would be great to be able to add MCP server configuration as an additional tool option in the UI. Could the recent MCP updates to the Bee stack also be utilized within the Bee UI component? Specifically the |
I created a Db2 for i Bee agent using the Bee agent template and it works great! The core logic comes from the custom "IBMiTool" that leverages a new database access layer for Db2 for i called Mapepire.
IBM i agent: https://github.com/ajshedivy/bee-agent-ibmi
Here is my main question: is it possible to use custom Bee Tools like the one I created for Db2i within the chat UI? Is this already possible through the API?
On another note, Anthropic recently released MCP for connecting data sources with AI assistants, are there plans to explore this for Bee?
The text was updated successfully, but these errors were encountered: