https://github.com/i-am-bee/bee-community-tools
Additional tools for the Bee Agent Framework
https://github.com/i-am-bee/bee-community-tools
agents ai bee-agent-framework llm-agent
Last synced: about 1 year ago
JSON representation
Additional tools for the Bee Agent Framework
- Host: GitHub
- URL: https://github.com/i-am-bee/bee-community-tools
- Owner: i-am-bee
- License: apache-2.0
- Archived: true
- Created: 2024-09-12T11:42:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T14:33:19.000Z (about 1 year ago)
- Last Synced: 2025-04-24T20:43:48.150Z (about 1 year ago)
- Topics: agents, ai, bee-agent-framework, llm-agent
- Language: TypeScript
- Homepage: https://i-am-bee.github.io/bee-agent-framework/#/tools
- Size: 354 KB
- Stars: 12
- Watchers: 12
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
> [!WARNING]
>
> This repository has been archived and is no longer actively maintained or updated. It is provided here for historical reference and may contain outdated or unsupported code. Users are encouraged to fork or adapt the contents as needed, but please note that no further updates, bug fixes, or security patches will be applied by the original maintainers.
Bee Community Tools
Agentic tools that support the Bee Agent Framework
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](https://github.com/i-am-bee/bee-agent-framework/blob/main/docs/tools.md).
### 🛠️ Tools
| 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](https://github.com/i-am-bee/bee-community-tools/discussions)
## Getting started with Bee Community Tools
### Installation
```shell
yarn install
```
### Run an example agent with tools
We provide example agents for tool usage in `examples/agents/` that you can use to test tools.
```shell
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`
## Contribution guidelines
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](./CONTRIBUTING.md).
### 🐛 Bugs
We are using [GitHub Issues](https://github.com/i-am-bee/bee-community-tools/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.
### 🗒 Code of conduct
This project and everyone participating in it are governed by the [Code of Conduct](./CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please read the [full text](./CODE_OF_CONDUCT.md) so that you can read which actions may or may not be tolerated.
## 🗒 Legal notice
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.
## Contributors
Special thanks to our contributors for helping us improve Bee Community Tools.