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

@ -16,12 +16,14 @@ from api.db.webhook_credential_client import WebhookCredentialClient
from api.db.workflow_client import WorkflowClient
from api.db.workflow_recording_client import WorkflowRecordingClient
from api.db.workflow_run_client import WorkflowRunClient
from api.db.workflow_run_text_session_client import WorkflowRunTextSessionClient
from api.db.workflow_template_client import WorkflowTemplateClient
class DBClient(
WorkflowClient,
WorkflowRunClient,
WorkflowRunTextSessionClient,
UserClient,
OrganizationClient,
OrganizationConfigurationClient,