[PR #5287] [MERGED] Add PPTX subagent for better results #5395

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/5287
Author: @timothycarambat
Created: 3/27/2026
Status: Merged
Merged: 3/27/2026
Merged by: @timothycarambat

Base: file-creationHead: pptx-subagent


📝 Commits (2)

📊 Changes

3 files changed (+369 additions, -81 deletions)

View changed files

📝 frontend/src/utils/chat/agent.js (+4 -0)
📝 server/utils/agents/aibitat/plugins/create-files/pptx/create-presentation.js (+133 -81)
server/utils/agents/aibitat/plugins/create-files/pptx/section-agent.js (+232 -0)

📄 Description

Pull Request Type

  • feat (New feature)
  • 🐛 fix (Bug fix)
  • ♻️ refactor (Code refactoring without changing behavior)
  • 💄 style (UI style changes)
  • 🔨 chore (Build, CI, maintenance)
  • 📝 docs (Documentation updates)

Relevant Issues

connect #5280

Description

  • Breaks PPTX skill into subagents for better skills as the original skill was far too large.
  • Subagents can also do their own research and skill calls with a focus on building sections.

Visuals (if applicable)

https://github.com/user-attachments/assets/10eefbf2-4f71-494e-a0c5-21359cf65d4e

Additional Information

  • Fix chunk bug with LMStudio on some chat templates

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated (if applicable)
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/5287 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 3/27/2026 **Status:** ✅ Merged **Merged:** 3/27/2026 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `file-creation` ← **Head:** `pptx-subagent` --- ### 📝 Commits (2) - [`e1a3442`](https://github.com/Mintplex-Labs/anything-llm/commit/e1a344248f82443cba2a6ef9694e86e4aeab5867) Add PPTX subagent for better results - [`d429cb4`](https://github.com/Mintplex-Labs/anything-llm/commit/d429cb4fd05c1f0083bf45249f317b7788baf33c) forgot files ### 📊 Changes **3 files changed** (+369 additions, -81 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/utils/chat/agent.js` (+4 -0) 📝 `server/utils/agents/aibitat/plugins/create-files/pptx/create-presentation.js` (+133 -81) ➕ `server/utils/agents/aibitat/plugins/create-files/pptx/section-agent.js` (+232 -0) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat (New feature) - [ ] 🐛 fix (Bug fix) - [ ] ♻️ refactor (Code refactoring without changing behavior) - [ ] 💄 style (UI style changes) - [ ] 🔨 chore (Build, CI, maintenance) - [ ] 📝 docs (Documentation updates) ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> connect #5280 ### Description - Breaks PPTX skill into subagents for better skills as the original skill was far too large. - Subagents can also do their own research and skill calls with a focus on building sections. <!-- Describe the changes in this PR that are impactful to the repo. What problem does it solve? --> ### Visuals (if applicable) https://github.com/user-attachments/assets/10eefbf2-4f71-494e-a0c5-21359cf65d4e <!-- Add screenshots or screen recordings to demonstrate the changes, especially for UI updates. --> ### Additional Information - Fix chunk bug with LMStudio on some chat templates <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [ ] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated (if applicable) - [ ] I have tested my code functionality - [ ] Docker build succeeds locally --- <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:13 -04:00
yindo closed this issue 2026-06-05 15:21:13 -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#5395