[PR #4526] [MERGED] Agent workspace system prompt with variable expansion #4661

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4526
Author: @shatfield4
Created: 10/10/2025
Status: Merged
Merged: 10/15/2025
Merged by: @timothycarambat

Base: masterHead: 4521-feat-use-system-prompt-for-agent


📝 Commits (3)

  • 3f24a6a agent workspace system prompt with variable expansion
  • 72132b8 cleanup
  • e6819ea Merge branch 'master' into 4521-feat-use-system-prompt-for-agent

📊 Changes

5 files changed (+191 additions, -16 deletions)

View changed files

server/__tests__/utils/agents/defaults.test.js (+131 -0)
📝 server/utils/agents/aibitat/providers/ai-provider.js (+25 -4)
📝 server/utils/agents/defaults.js (+11 -3)
📝 server/utils/agents/ephemeral.js (+11 -3)
📝 server/utils/agents/index.js (+13 -6)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #4521
resolves #4160
closes #4197

What is in this change?

  • Uses workspace system prompt in @agent mode
  • Compatible with system prompt variables and user custom variables

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/4526 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 10/10/2025 **Status:** ✅ Merged **Merged:** 10/15/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `4521-feat-use-system-prompt-for-agent` --- ### 📝 Commits (3) - [`3f24a6a`](https://github.com/Mintplex-Labs/anything-llm/commit/3f24a6af267890c1b0d7c7569670317cd1eebfb1) agent workspace system prompt with variable expansion - [`72132b8`](https://github.com/Mintplex-Labs/anything-llm/commit/72132b8e9e640d5cd80a2338030eb050e95eeea2) cleanup - [`e6819ea`](https://github.com/Mintplex-Labs/anything-llm/commit/e6819eadeb458f3dfabf1ee2205b5195ed784639) Merge branch 'master' into 4521-feat-use-system-prompt-for-agent ### 📊 Changes **5 files changed** (+191 additions, -16 deletions) <details> <summary>View changed files</summary> ➕ `server/__tests__/utils/agents/defaults.test.js` (+131 -0) 📝 `server/utils/agents/aibitat/providers/ai-provider.js` (+25 -4) 📝 `server/utils/agents/defaults.js` (+11 -3) 📝 `server/utils/agents/ephemeral.js` (+11 -3) 📝 `server/utils/agents/index.js` (+13 -6) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #4521 resolves #4160 closes #4197 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - Uses workspace system prompt in @agent mode - Compatible with system prompt variables and user custom variables ### 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:36:17 -05:00
yindo closed this issue 2026-02-22 18:36:17 -05:00
yindo changed title from [PR #4526] Agent workspace system prompt with variable expansion to [PR #4526] [MERGED] Agent workspace system prompt with variable expansion 2026-06-05 15:19:42 -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#4661