You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with open("README.md", "r", encoding="utf-8") as readme_file:
long_description = readme_file.read()
setup(
name='superagi_tools',
version='1.0.8',
description='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.',