feat: add Google Drive and Google Docs to enabled toolkits#153
feat: add Google Drive and Google Docs to enabled toolkits#153sidneyswift merged 2 commits intotestfrom
Conversation
- Add googledrive and googledocs to ENABLED_TOOLKITS array - Enables Tool Router access to Google Drive and Google Docs tools
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Braintrust eval reportCatalog Opportunity Analysis Evaluation (HEAD-1769189760)
Catalog Songs Count Evaluation (HEAD-1769189759)
First Week Album Sales Evaluation (HEAD-1769189759)
Memory & Storage Tools Evaluation (HEAD-1769189759)
Monthly Listeners Tracking Evaluation (HEAD-1769189759)
Search Web Tool Evaluation (HEAD-1769189759)
Social Scraping Evaluation (HEAD-1769189759)
Spotify Followers Evaluation (HEAD-1769189759)
Spotify Tools Evaluation (HEAD-1769189759)
TikTok Analytics Questions Evaluation (HEAD-1769189759)
|
* feat: add Google Drive and Google Docs to enabled toolkits - Add googledrive and googledocs to ENABLED_TOOLKITS array - Enables Tool Router access to Google Drive and Google Docs tools * docs: update JSDoc to mention all Google integrations
* feat: add Google Drive and Google Docs to enabled toolkits (#153) (#154) * feat: add Google Drive and Google Docs to enabled toolkits - Add googledrive and googledocs to ENABLED_TOOLKITS array - Enables Tool Router access to Google Drive and Google Docs tools * docs: update JSDoc to mention all Google integrations * feat: add POST /api/sandbox endpoint Create ephemeral sandbox environments using Vercel Sandbox SDK. - Add route handler with CORS and API key authentication - Add createSandbox function using @vercel/sandbox - Returns sandboxId, status, timeout, createdAt Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix: add snapshotting status to SandboxCreatedResponse The Vercel Sandbox SDK includes "snapshotting" as a valid status. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * refactor: use Sandbox SDK types for SandboxCreatedResponse DRY - reference types from @vercel/sandbox instead of duplicating. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Sidney Swift <158200036+sidneyswift@users.noreply.github.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Summary
Adds Google Drive and Google Docs toolkits to the Composio Tool Router alongside the existing Google Sheets integration.
Changes
googledriveandgoogledocstoENABLED_TOOLKITSarray inlib/composio/toolRouter/createSession.tsWhy
This enables the Tool Router to access Google Drive and Google Docs tools when users connect these services, expanding our Composio integration.
Testing