mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 02:23:53 +02:00
feat: add initial logic for HITL for gmail and google calendar connectors
This commit is contained in:
parent
6d1c7731f0
commit
f4c0c8c945
27 changed files with 6280 additions and 5 deletions
13
surfsense_backend/app/services/gmail/__init__.py
Normal file
13
surfsense_backend/app/services/gmail/__init__.py
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
from app.services.gmail.kb_sync_service import GmailKBSyncService
|
||||
from app.services.gmail.tool_metadata_service import (
|
||||
GmailAccount,
|
||||
GmailMessage,
|
||||
GmailToolMetadataService,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"GmailAccount",
|
||||
"GmailKBSyncService",
|
||||
"GmailMessage",
|
||||
"GmailToolMetadataService",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue