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
- Host: GitHub
- URL: https://github.com/transformeroptimus/superagi-node-client
- Owner: TransformerOptimus
- License: mit
- Created: 2023-09-20T10:20:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-27T13:15:18.000Z (over 2 years ago)
- Last Synced: 2024-10-11T18:11:16.091Z (about 1 year ago)
- Language: JavaScript
- Size: 46.9 KB
- Stars: 13
- Watchers: 2
- Forks: 10
- 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 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)