{"id":20471928,"url":"https://github.com/i-am-bee/bee-community-tools","last_synced_at":"2025-05-09T00:32:22.665Z","repository":{"id":257801475,"uuid":"856323830","full_name":"i-am-bee/bee-community-tools","owner":"i-am-bee","description":"Additional tools for the Bee Agent Framework","archived":true,"fork":false,"pushed_at":"2025-03-18T14:33:19.000Z","size":363,"stargazers_count":12,"open_issues_count":1,"forks_count":5,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-04-24T20:43:48.150Z","etag":null,"topics":["agents","ai","bee-agent-framework","llm-agent"],"latest_commit_sha":null,"homepage":"https://i-am-bee.github.io/bee-agent-framework/#/tools","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/i-am-bee.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-12T11:42:43.000Z","updated_at":"2025-03-18T14:33:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"faf27101-0530-4829-9f32-a84e8d3b6500","html_url":"https://github.com/i-am-bee/bee-community-tools","commit_stats":null,"previous_names":["i-am-bee/bee-community-tools"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i-am-bee%2Fbee-community-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i-am-bee%2Fbee-community-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i-am-bee%2Fbee-community-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i-am-bee%2Fbee-community-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/i-am-bee","download_url":"https://codeload.github.com/i-am-bee/bee-community-tools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253171122,"owners_count":21865275,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agents","ai","bee-agent-framework","llm-agent"],"created_at":"2024-11-15T14:17:37.517Z","updated_at":"2025-05-09T00:32:22.652Z","avatar_url":"https://github.com/i-am-bee.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [!WARNING]  \n\u003e \n\u003e 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.\n\n\u003cp align=\"center\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"/docs/assets/Bee_logo_white.svg\"\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"/docs/assets/Bee_logo_black.svg\"\u003e\n    \u003cimg alt=\"Bee Framework logo\" height=\"90\"\u003e\n  \u003c/picture\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eBee Community Tools\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca aria-label=\"Join the community on GitHub\" href=\"https://github.com/i-am-bee/bee-community-tools/discussions\"\u003e\n    \u003cimg alt=\"\" src=\"https://img.shields.io/badge/Join%20the%20community-blueviolet.svg?style=for-the-badge\u0026labelColor=000000\u0026label=Bee\"\u003e\n  \u003c/a\u003e\n  \u003ch4 align=\"center\"\u003eAgentic tools that support the Bee Agent Framework\u003c/h4\u003e\n\u003c/p\u003e\n\nThe 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).\n\n### 🛠️ Tools\n\n| Name              | Description                                             |\n| ----------------- | ------------------------------------------------------- |\n| Hello World       | Trivial example tool                                    |\n| Image Description | Use an LLM to get a text description for an image       |\n| Open Library      | Connect to the Open Library for information about books |\n| Airtable          | Query the tables within an airtable base                |\n\n➕ [Request](https://github.com/i-am-bee/bee-community-tools/discussions)\n\n## Getting started with Bee Community Tools\n\n### Installation\n\n```shell\nyarn install\n```\n\n### Run an example agent with tools\n\nWe provide example agents for tool usage in `examples/agents/` that you can use to test tools.\n\n```shell\nyarn start\n```\n\nThe `allToolsAgent` example agent is configured to use a BAM, Watsonx, OpenAI hosted LLM, or a local Ollama LLM.\nIf you are using a hosted LLM make sure to create .env (from .env.template) and fill in the necessary API_KEY.\n\n\u003e [!NOTE]\n\u003e The Hello World example tool is not enabled by default.\n\n\u003e [!TIP]\n\u003e Tools can be enabled/disabled in `examples/agents/allToolsAgent.ts`\n\n## Contribution guidelines\n\nBee Community Tools is an open-source project and we ❤️ contributions.\n\nIf you'd like to contribute to an existing tool or create a new one, please take a look at our [contribution guidelines](./CONTRIBUTING.md).\n\n### 🐛 Bugs\n\nWe 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.\n\n### 🗒 Code of conduct\n\nThis 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.\n\n## 🗒 Legal notice\n\nAll 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.\n\n## Contributors\n\nSpecial thanks to our contributors for helping us improve Bee Community Tools.\n\n\u003ca href=\"https://github.com/i-am-bee/bee-community-tools/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=i-am-bee/bee-community-tools\" /\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fi-am-bee%2Fbee-community-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fi-am-bee%2Fbee-community-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fi-am-bee%2Fbee-community-tools/lists"}