DB-GPT/dbgpt/app/operators/__init__.py
Fangyin Cheng 65c875db20
feat(core): Support higher-order operators (#1984)
Co-authored-by: 谨欣 <echo.cmy@antgroup.com>
2024-09-09 10:15:37 +08:00

5 lines
110 B
Python

"""Operators package.
This package contains all higher-order operators that are used to build workflows.
"""