Skip to content

Latest commit

 

History

History
122 lines (82 loc) · 6.64 KB

File metadata and controls

122 lines (82 loc) · 6.64 KB

SuperAGI logo

Open-source framework to build, manage and run useful Autonomous AI Agents

SuperAGI forks SuperAGI stars SuperAGI Commits

Follow SuperAGI

Follow _superAGI Join SuperAGI Discord Community

Connect with the Creator

Follow ishaanbhola

Share SuperAGI Repository

Follow _superAGI Share on Telegram Share on Reddit Buy Me A Coffee


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:

pip install superagi-client

🏁Getting Started

To initialize the SDK:

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

💁‍♀️Get Help

Join SuperAGI Discord for any queries: https://discord.gg/dXbRe5BHJC

👩‍💻Discussion and Development

Most development discussions take place on GitHub in the SuperAGI Repository

🪪License

This project is licensed under the MIT License. See the LICENSE file for details.