Introduce core built-in workflows (Web, Knowledge, Vision, Research) and workflow seeding logic
This commit is contained in:
3
backend/agent/workflows/__init__.py
Normal file
3
backend/agent/workflows/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from .builtins import BUILTIN_WORKFLOWS, seed_builtin_workflows
|
||||
|
||||
__all__ = ["BUILTIN_WORKFLOWS", "seed_builtin_workflows"]
|
||||
Reference in New Issue
Block a user