Skip to content

Commit ce35fc4

Browse files
gmail_toolkit integration
1 parent 985eccf commit ce35fc4

File tree

4 files changed

+2102
-0
lines changed

4 files changed

+2102
-0
lines changed

camel/toolkits/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
from .github_toolkit import GithubToolkit
3838
from .google_scholar_toolkit import GoogleScholarToolkit
3939
from .google_calendar_toolkit import GoogleCalendarToolkit
40+
from .gmail_toolkit import GmailToolkit
4041
from .arxiv_toolkit import ArxivToolkit
4142
from .slack_toolkit import SlackToolkit
4243
from .whatsapp_toolkit import WhatsAppToolkit
@@ -122,6 +123,7 @@
122123
'AsyncAskNewsToolkit',
123124
'GoogleScholarToolkit',
124125
'GoogleCalendarToolkit',
126+
'GmailToolkit',
125127
'NotionToolkit',
126128
'ArxivToolkit',
127129
'HumanToolkit',

0 commit comments

Comments
 (0)