Open-source framework to build, manage and run useful Autonomous AI Agents
Follow SuperAGI
Connect with the Creator
Share SuperAGI Repository
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.
Using npm:
npm install superagi-client
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.
- 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.
The comprehensive documentation for the SuperAGI NodeJS Client Library can be found here: https://superagi.com/docs/SDK/node_sdk/
This project is licensed under the MIT License. See the LICENSE file for details.
Join SuperAGI Discord for any queries: https://discord.gg/dXbRe5BHJC