[PR #3593] [MERGED] Fix agent flow description bug #4326

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3593
Author: @shatfield4
Created: 4/3/2025
Status: Merged
Merged: 4/3/2025
Merged by: @timothycarambat

Base: masterHead: 3586-fix-agent-flow-description


📝 Commits (5)

  • dca9aa4 fix agent flow description bug
  • 1d29060 add jsdoc to AgentFlows class
  • 3a3bbff Merge branch 'master' into 3586-fix-agent-flow-description
  • 9f427a5 lint
  • ed54976 Merge branch '3586-fix-agent-flow-description' of github.com:Mintplex-Labs/anything-llm into 3586-fix-agent-flow-description

📊 Changes

1 file changed (+14 additions, -3 deletions)

View changed files

📝 server/utils/agentFlows/index.js (+14 -3)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #3586

What is in this change?

  • Fix typo in agent flow causing flow description to always fallback to the flow name
  • Fixes issue where agent does not have the context of the description of the agent flow

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/3593 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 4/3/2025 **Status:** ✅ Merged **Merged:** 4/3/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `3586-fix-agent-flow-description` --- ### 📝 Commits (5) - [`dca9aa4`](https://github.com/Mintplex-Labs/anything-llm/commit/dca9aa406883cd147d37585f3d7d20eee7bdfe89) fix agent flow description bug - [`1d29060`](https://github.com/Mintplex-Labs/anything-llm/commit/1d290603f66fc2f6c2e5eebe68a099d3dba637c8) add jsdoc to AgentFlows class - [`3a3bbff`](https://github.com/Mintplex-Labs/anything-llm/commit/3a3bbffb6811ca8f39af78fd21b2781f1b39d6c6) Merge branch 'master' into 3586-fix-agent-flow-description - [`9f427a5`](https://github.com/Mintplex-Labs/anything-llm/commit/9f427a5a31a474d66f6903e87457366e72290723) lint - [`ed54976`](https://github.com/Mintplex-Labs/anything-llm/commit/ed5497624e69bf22234a3ce66f5c37039491491f) Merge branch '3586-fix-agent-flow-description' of github.com:Mintplex-Labs/anything-llm into 3586-fix-agent-flow-description ### 📊 Changes **1 file changed** (+14 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `server/utils/agentFlows/index.js` (+14 -3) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [x] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #3586 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - Fix typo in agent flow causing flow description to always fallback to the flow name - Fixes issue where agent does not have the context of the description of the agent flow ### 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:36 -05:00
yindo closed this issue 2026-02-22 18:35:36 -05:00
yindo changed title from [PR #3593] Fix agent flow description bug to [PR #3593] [MERGED] Fix agent flow description bug 2026-06-05 15:18:01 -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#4326