https://github.com/transformeroptimus/superagi-python-client
Python client for SuperAGI agent framework
https://github.com/transformeroptimus/superagi-python-client
Last synced: 8 months ago
JSON representation
Python client for SuperAGI agent framework
- Host: GitHub
- URL: https://github.com/transformeroptimus/superagi-python-client
- Owner: TransformerOptimus
- License: mit
- Created: 2023-09-06T14:58:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-21T07:50:21.000Z (over 2 years ago)
- Last Synced: 2025-05-08T16:58:12.515Z (8 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 28
- Watchers: 3
- Forks: 15
- Open Issues: 0
-
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 Python Client
SuperAGI-Client SDK allows developers to leverage the capabilities of the SuperAGI platform directly within their Python applications. Whether it's creating agents, managing runs, or fetching resources, all can be done by installing SuperAGI Client SDK.
## ⚙️Installation
Using pip:
```bash
pip install superagi-client
```
## 🏁Getting Started
To initialize the SDK:
```python
from superagi_client import Client
client = Client(api_key="YOUR_API_KEY")
```
## 🛠️Features
- **Agent Management**: Create, update, or delete agents with ease.
- **Agent Runs**: Start, pause, resume, and manage agent runs.
- **Fetch Resources**: Retrieve resources associated with a particular agent run.
- **Flexible Configurations**: Fine-tune your agent configurations for customized operations.
- **Secure Authentication**: API key-based authentication to keep your operations secure.
## 📃Documentation
The official documentation is hosted on [https://superagi.com/docs](https://superagi.com/docs/SDK/python_sdk)
## 💁♀️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)
## 🪪License
This project is licensed under the MIT License. See the [LICENSE](https://github.com/TransformerOptimus/SuperAGI-client/blob/main/LICENSE) file for details.