[PR #5439] [MERGED] Refactor Gmail Agent #5444

Closed
opened 2026-06-05 15:21:22 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/5439
Author: @timothycarambat
Created: 4/14/2026
Status: Merged
Merged: 4/14/2026
Merged by: @timothycarambat

Base: masterHead: gmail-refactor


📝 Commits (1)

📊 Changes

7 files changed (+155 additions, -68 deletions)

View changed files

frontend/src/models/gmailAgent.js (+22 -0)
📝 frontend/src/pages/Admin/Agents/GMailSkillPanel/index.jsx (+28 -23)
📝 server/endpoints/admin.js (+0 -6)
server/endpoints/utils/gmailAgentUtils.js (+39 -0)
📝 server/index.js (+2 -0)
📝 server/models/systemSettings.js (+29 -17)
📝 server/utils/agents/aibitat/plugins/gmail/lib.js (+35 -22)

📄 Description

  • Move Gmail creds to single object in DB.
  • Refactor lib interface
  • update doc links

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/5439 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 4/14/2026 **Status:** ✅ Merged **Merged:** 4/14/2026 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `gmail-refactor` --- ### 📝 Commits (1) - [`a26165c`](https://github.com/Mintplex-Labs/anything-llm/commit/a26165cd88a4916e53ed498e87e8448ae335a2fe) Refactor Gmail Agent ### 📊 Changes **7 files changed** (+155 additions, -68 deletions) <details> <summary>View changed files</summary> ➕ `frontend/src/models/gmailAgent.js` (+22 -0) 📝 `frontend/src/pages/Admin/Agents/GMailSkillPanel/index.jsx` (+28 -23) 📝 `server/endpoints/admin.js` (+0 -6) ➕ `server/endpoints/utils/gmailAgentUtils.js` (+39 -0) 📝 `server/index.js` (+2 -0) 📝 `server/models/systemSettings.js` (+29 -17) 📝 `server/utils/agents/aibitat/plugins/gmail/lib.js` (+35 -22) </details> ### 📄 Description - Move Gmail creds to single object in DB. - Refactor lib interface - update doc links --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 15:21:22 -04:00
yindo closed this issue 2026-06-05 15:21:22 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#5444