[PR #3041] [MERGED] Add ability to disable default agent skills #4202

Closed
opened 2026-02-22 18:35:21 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3041
Author: @timothycarambat
Created: 1/27/2025
Status: Merged
Merged: 1/27/2025
Merged by: @timothycarambat

Base: masterHead: disable-default-agent-skills


📝 Commits (3)

  • 8429d92 Add ability to disable default agent skills
  • 3e8e4fc Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into disable-default-agent-skills
  • a3ceac1 debug build

📊 Changes

7 files changed (+175 additions, -39 deletions)

View changed files

📝 .github/workflows/dev-build.yaml (+1 -1)
📝 frontend/src/pages/Admin/Agents/DefaultSkillPanel/index.jsx (+25 -1)
📝 frontend/src/pages/Admin/Agents/index.jsx (+95 -25)
📝 frontend/src/pages/Admin/Agents/skills.js (+5 -2)
📝 server/endpoints/admin.js (+9 -0)
📝 server/models/systemSettings.js (+11 -0)
📝 server/utils/agents/defaults.js (+29 -10)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

What is in this change?

  • Adds ability to support disabling of the default agent skills for easier tool calling on limited context models or prevent confusing tool calls with custom tools.

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • 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/3041 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 1/27/2025 **Status:** ✅ Merged **Merged:** 1/27/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `disable-default-agent-skills` --- ### 📝 Commits (3) - [`8429d92`](https://github.com/Mintplex-Labs/anything-llm/commit/8429d923afc8145ca2fe164030f81b72741ab5c1) Add ability to disable default agent skills - [`3e8e4fc`](https://github.com/Mintplex-Labs/anything-llm/commit/3e8e4fce62d1541868777804a8038dc2f819e9db) Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into disable-default-agent-skills - [`a3ceac1`](https://github.com/Mintplex-Labs/anything-llm/commit/a3ceac154ebbea2846be4f178ab0ddaa76e19c5c) debug build ### 📊 Changes **7 files changed** (+175 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/dev-build.yaml` (+1 -1) 📝 `frontend/src/pages/Admin/Agents/DefaultSkillPanel/index.jsx` (+25 -1) 📝 `frontend/src/pages/Admin/Agents/index.jsx` (+95 -25) 📝 `frontend/src/pages/Admin/Agents/skills.js` (+5 -2) 📝 `server/endpoints/admin.js` (+9 -0) 📝 `server/models/systemSettings.js` (+11 -0) 📝 `server/utils/agents/defaults.js` (+29 -10) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### What is in this change? - Adds ability to support disabling of the default agent skills for easier tool calling on limited context models or prevent confusing tool calls with custom tools. <!-- Describe the changes in this PR that are impactful to the repo. --> ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] 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-02-22 18:35:21 -05:00
yindo closed this issue 2026-02-22 18:35:21 -05:00
yindo changed title from [PR #3041] Add ability to disable default agent skills to [PR #3041] [MERGED] Add ability to disable default agent skills 2026-06-05 15:17: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#4202