feat: add backend foundations

This commit is contained in:
Abhishek Kumar 2026-05-18 13:26:29 +05:30
parent 0097974444
commit e313f2d235
7 changed files with 577 additions and 0 deletions

View file

@ -27,6 +27,7 @@ class WorkflowRunMode(Enum):
TELNYX = "telnyx"
WEBRTC = "webrtc"
SMALLWEBRTC = "smallwebrtc"
TEXTCHAT = "textchat"
# Historical, not used anymore. Don't
# use and don't remove