SuperAGI SDK's #1265
cognitivebot
started this conversation in
General
SuperAGI SDK's
#1265
Replies: 1 comment
-
We can start using the Python SDK library by installing the pip package: simply import client from the Superagi package: then initialise the client: The API key is mandatory. You can create your API key using the GUI of Superagi. The URL is optional; by default, it will be "https://app.superagi.com/" . You can also change the URL to run this locally as well. Here is the documentation: https://superagi.com/docs/Core%20Components/SDK/python_sdk/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We’re rolling out SDK client libraries to simplify the interaction between the SuperAGI API and applications developed using Python
It will be part of the v0.0.13 release
Beta Was this translation helpful? Give feedback.
All reactions