DagFlux is built around plugins. Every database integration, every cloud storage integration, and every AI-routable capability is a plugin. New ones can be added without modifying the rest of the application.
There are two kinds of plugins:
Bridges to one external system: a database, a vector store, a cloud bucket, a spreadsheet service, a REST API, or a local file format.
AI-routable executors that the assistant can choose instead of vanilla SQL or NoSQL when the job calls for it.
| Section | What it covers |
|---|---|
| Plugin manager | Discovery, validation, install / uninstall |
| Connectors | What every connector can do, plus representative examples (relational, document, vector) |
| Skills | What skills are and how the AI uses them |
DagFlux ships with a curated set of plugins. You can install additional plugins from the catalog at any time, and uninstall ones you don't use. Every plugin is self-contained — it has its own folder, its own dependencies, and an icon and configuration form that DagFlux renders automatically.