An open API service indexing awesome lists of open source software.

https://github.com/transformeroptimus/superagi-node-client

Node.js client for SuperAGI agent framework
https://github.com/transformeroptimus/superagi-node-client

Last synced: 10 months ago
JSON representation

Node.js client for SuperAGI agent framework

Awesome Lists containing this project

README

          



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 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:

```bash

npm install superagi-client

```

## Getting Started

To initialize the library:

```jsx

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](https://superagi.com/docs/SDK/node_sdk/).

## 🛠️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/](https://superagi.com/docs/SDK/node_sdk/)

## 🪪License

This project is licensed under the MIT License. See the [LICENSE](https://github.com/TransformerOptimus/SuperAGI-Node-Client/blob/main/LICENSE) file for details.

## 💁‍♀️Get Help

Join SuperAGI Discord for any queries: [https://discord.gg/dXbRe5BHJC](https://discord.gg/dXbRe5BHJC)