Introduce core built-in workflows (Web, Knowledge, Vision, Research) and workflow seeding logic

This commit is contained in:
2026-06-15 15:06:48 +02:00
parent 48cf63d535
commit 0376ab8eed
3 changed files with 290 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
from .builtins import BUILTIN_WORKFLOWS, seed_builtin_workflows
__all__ = ["BUILTIN_WORKFLOWS", "seed_builtin_workflows"]