0.0.1 • Published 8 months ago

superagi-client v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

SuperAGI NodeJS Client

Overview

The SuperAGI NodeJS Client Library is designed to offer developers an intuitive and efficient way to interact with the SuperAGI platform within their NodeJS applications. It caters to various needs such as creating agents, initiating and managing runs, fetching resources, and more.

Installation

Using npm:

npm install superagi-client

Getting Started

To initialize the library:

const { Client } = require('superagi_client');

const client = new Client({
  apiKey: "YOUR_API_KEY",
  url: "YOUR_OPTIONAL_URL"
});

For more detailed steps and usage examples, refer to our documentation.

🛠️Features

  • Comprehensive Agent Management: Easily create, modify, or delete agents as needed.
  • Efficient Run Management: Conveniently start, pause, resume, and oversee agent runs.
  • Resource Retrieval: Access resources pertinent to specific agent runs seamlessly.
  • Customizable Configurations: Adapt agent configurations to meet your unique requirements.
  • Robust Authentication: Secure your interactions with API key-based authentication.

📃Documentation

The comprehensive documentation for the SuperAGI NodeJS Client Library can be found here: https://superagi.com/docs/SDK/node_sdk/

🪪License

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

💁‍♀️Get Help

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

0.0.1

8 months ago