Overview

Introduction

The open framework for building AI Assistants

Superagent is an open source framework that allows anyone to build, manage, and deploy unique ChatGPT-like AI Assistants.

Superagent also provides a cloud platform that allows you to effortlessly deploy AI Assistants in production without worrying about infrastructure, dependencies, or configuration.

Getting started

The REST API allows you to interact with Superagent programmatically and perform various tasks such as creating, updating, and deleting agents. You can also use the API to attach datasources and tools (third-party APIs) to agents. If you are looking to setup your instance of Superagent, please check out the official GitHub repository

Libraries

Superagent is available as a REST API and maintains client libraries in Python and TypeScript.