Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Preload/Restore Chatflows, Agents and Tools from github/zip #3803

Open
LuisFX opened this issue Jan 3, 2025 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@LuisFX
Copy link

LuisFX commented Jan 3, 2025

Preload/Restore Chatflows, Agents and Tools from github/zip

Linking Flowise to a DB is very useful indeed. Yet, when setting up new or reconstituting an environment from scratch for development or to simply use as a sandbox, it would be useful if all flows and tools could be loaded from an alternative source.

In addition to postgres, when making changes to flows/tools, we usually save each revision to github (to mantain feature parity with our release cycle).

Sometimes we want to keep alternative instances of flowise for a multitude of reasons. Being able to reconstitute a fully functioning 'standalone' flowise instance is extremely useful (when we're developing on the move, etc).

It would be a nice feature if we can rebuild said instance from either a zip file or even from a github repo. Maybe with a convention folder structure, eg:

flowise/
   chatflows/*.json
   agents/*.json
   tools/*.json
@HenryHengZJ HenryHengZJ added the enhancement New feature or request label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants