https://github.com/transformeroptimus/superagi-tools
https://github.com/transformeroptimus/superagi-tools
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/transformeroptimus/superagi-tools
- Owner: TransformerOptimus
- Created: 2023-06-15T09:29:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-31T10:52:40.000Z (about 2 years ago)
- Last Synced: 2025-04-30T17:04:12.273Z (8 months ago)
- Language: Python
- Size: 51.8 KB
- Stars: 54
- Watchers: 3
- Forks: 26
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: news_api/README.md
Awesome Lists containing this project
README
# SuperAGI Tools
Welcome to the SuperAGI Tools Repository. You can contribute to this repository by adding your own custom toolkits to [SuperAGI's Marketplace](https://marketplace.superagi.com/) which the community can use to run your toolkits with the agents.
Here are the instructions to quickly get you started with contributing to SuperAGI's Tools Repository:
1. Start building your toolkit by following the instructions in this [link](https://superagi.com/docs/Toolkit/custom_toolkit)
2. Once you've built the toolkit, make sure you've taken care of the following before submitting your toolkit for a pull request:
- All the toolkit documents are made with a snake case.
- Your Toolkit covers all the required unit tests.
- You have included a README.md which helps the user configure the toolkit with SuperAGI. You can refer to an example Toolkit README [here](https://github.com/TransformerOptimus/SuperAGI-Tools/blob/main/google_analytics/README.md).
3. Start raising a pull request to merge your branch with the main of SuperAGI-Tools. Once approved, your tool will be merged to the main and available for the community to use!