Skip to content

TransformerOptimus/SuperAGI-Node-Client

Repository files navigation

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:

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

About

Node.js client for SuperAGI agent framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published