superduper

superduper-io/superduper

End-to-end framework for building custom AI applications and agents

5.3k
Stars
542
Forks
35
Open issues
42
Watchers
Python Apache-2.0Last pushed Sep 1, 2025

Overview

SuperDuper is a Python-based platform allowing the integration of databases with artificial intelligence elements, geared towards developers wanting to craft customized AI applications. It supports various backend databases like MongoDB and SQL.

Categories

Tags

Similar tools

Install

pip install superduper

README

Build database-integrated AI-agents and applications with your favourite tools

Package version Supported Python versions License - Apache 2.0

Installation

Required: Make sure that you have Python 3.10+ installed.

Install the base package:

pip install superduper-framework >= 0.7.0

Install a plugin for your databackend:

# at least one or more of the following:
pip install superduper-mongodb >= 0.7.0
# or
pip install superduper-sql >= 0.7.0
# or
pip install superduper-snowflake >= 0.7.0
# or
pip install superduper-redis >= 0.7.0

Install additional plugins for your use-case (optional):

pip install superduper-<plugin_name>

Check out the documentation

Right here.

Community & getting help

If you have any problems, questions, comments, or ideas:

Contributing

There are many ways to contribute, and they are not limi