1) Add e-mail tunnel support 2) Modify all __new__ to get_instance() 3) init docker build scripts

This commit is contained in:
Liu Zhicong
2023-09-16 11:41:59 -07:00
parent ef9ab83e63
commit 43c70489e7
15 changed files with 272 additions and 70 deletions
+2 -1
View File
@@ -10,4 +10,5 @@ from .workflow import Workflow
from .bus import AIBus
from .workflow_env import WorkflowEnvironment,CalenderEnvironment,CalenderEvent
from .tunnel import AgentTunnel
from .tg_tunnel import TelegramTunnel
from .tg_tunnel import TelegramTunnel
from .email_tunnel import EmailTunnel