Implement importing of agent flows from community hub (#3867)

* implement importing of agent flows from community hub

* auto enable flow on import

* remove unused blocks for docker
prevent importing or saving of agent flows that have unsupported blocks for version or platform

* dev build

---------

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
This commit is contained in:
Sean Hatfield
2025-06-05 15:08:58 -07:00
committed by GitHub
parent 77f6262290
commit ef0928993e
18 changed files with 167 additions and 130 deletions

View File

@@ -6,7 +6,7 @@ concurrency:
on:
push:
branches: ['3872-feat-direct-output-to-chat-from-agent-flows'] # put your current branch to create a build. Core team only.
branches: ['3866-feat-import-agent-flows-from-community-hub'] # put your current branch to create a build. Core team only.
paths-ignore:
- '**.md'
- 'cloud-deployments/*'