superduper
superduper-io/superduper
End-to-end framework for building custom AI applications and agents
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
ECC
affaan-m/ECC
The agent harness performance optimization system
hermes-agent
NousResearch/hermes-agent
The self-improving AI agent built by Nous Research
AutoGPT
Significant-Gravitas/AutoGPT
AutoGPT: Build, Deploy, and Run AI Agents
ollama
ollama/ollama
Get up and running with Kimi-K2.6, GLM-5.1, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
prompts.chat
f/prompts.chat
The world's largest open-source prompt library for AI
transformers
huggingface/transformers
🤗 Transformers: the model-definition framework for state-of-the-art machine learning models
Install
pip install superduperREADME
Build database-integrated AI-agents and applications with your favourite tools
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:
- Join our Slack (we look forward to seeing you there).
- Search through our GitHub Discussions, or add a new question.
- Comment an existing issue or create a new one.
- Help us to improve Superduper by providing your valuable feedback here!
- Email us at
gethelp@superduper.io. - Visit our YouTube channel.
- Follow us on Twitter (now X).
- Connect with us on LinkedIn.
- Feel free to contact a maintainer or community volunteer directly!
Contributing
There are many ways to contribute, and they are not limi