https://github.com/transformeroptimus/superagi-tools-common
https://github.com/transformeroptimus/superagi-tools-common
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/transformeroptimus/superagi-tools-common
- Owner: TransformerOptimus
- License: mit
- Created: 2023-07-28T09:48:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-28T09:00:21.000Z (over 2 years ago)
- Last Synced: 2024-10-11T18:13:36.491Z (over 1 year ago)
- Language: Python
- Size: 34.2 KB
- Stars: 12
- Watchers: 2
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Open-source framework to build, manage and run useful Autonomous AI Agents
Follow SuperAGI
Connect with the Creator
Share SuperAGI Repository
## 🛠️SuperAGI Tools
`superagi-tools` is a python library specifically designed for developers working with SuperAGI. The library offers the `BaseToolkit` and `BaseTool` classes, requierd for development of custom tools and toolkits for SuperAGI.
You can install the SuperAGI Tools library through:
```pip install superagi-tools```
**For detailed instructions on building custom tools and toolkits in SuperAGI, please refer to our [comprehensive guide](https://superagi.com/building-your-own-custom-tool-in-superagi/).**
## 📃Documentation
The official documentation is hosted on [https://superagi.com/docs](https://superagi.com/docs/)
## 💁♀️Get Help
Join SuperAGI Discord for any queries: [https://discord.gg/dXbRe5BHJC](https://discord.gg/dXbRe5BHJC)
## 👩💻Discussion and Development
Most development discussions take place on GitHub in the [SuperAGI Repository](https://github.com/TransformerOptimus/SuperAGI)