The tools in this repository are additional to those provided within the core bee-agent-framework. They provide access to various functions that enable agents to connect to a variety of different capabilities. More information about developing tools for Bee can be found in the tools documentation.
Name | Description |
---|---|
Hello World | Trivial example tool |
Image Description | Use an LLM to get a text description for an image |
Open Library | Connect to the Open Library for information about books |
Airtable | Query the tables within an airtable base |
➕ Request
yarn install
We provide example agents for tool usage in examples/agents/
that you can use to test tools.
yarn start
The allToolsAgent
example agent is configured to use a BAM, Watsonx, OpenAI hosted LLM, or a local Ollama LLM.
If you are using a hosted LLM make sure to create .env (from .env.template) and fill in the necessary API_KEY.
[!NOTE] The Hello World example tool is not enabled by default.
[!TIP] Tools can be enabled/disabled in
examples/agents/allToolsAgent.ts
Bee Community Tools is an open-source project and we ❤️ contributions.
If you'd like to contribute to an existing tool or create a new one, please take a look at our contribution guidelines.
We are using GitHub Issues to manage our public bugs. We keep a close eye on this, so before filing a new issue, please check to make sure it hasn't already been logged.
This project and everyone participating in it are governed by the Code of Conduct. By participating, you are expected to uphold this code. Please read the full text so that you can read which actions may or may not be tolerated.
All content in these repositories including code has been provided by IBM under the associated open source software license and IBM is under no obligation to provide enhancements, updates, or support. IBM developers produced this code as an open source project (not as an IBM product), and IBM makes no assertions as to the level of quality nor security, and will not be maintaining this code going forward.
Special thanks to our contributors for helping us improve Bee Community Tools.