An open API service indexing awesome lists of open source software.

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

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 Framework logo

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.