[PR #4331] [CLOSED] - feat: make a workspace is agentic as default #4595

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4331
Author: @EfrosIonelu
Created: 8/26/2025
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 20f4126 - feat: make a workspace is agentic as default

📊 Changes

8 files changed (+123 additions, -56 deletions)

View changed files

📝 frontend/src/locales/en/common.js (+2 -0)
frontend/src/pages/WorkspaceSettings/GeneralAppearance/WorkspaceIsAgentic/index.jsx (+44 -0)
📝 frontend/src/pages/WorkspaceSettings/GeneralAppearance/index.jsx (+6 -0)
📝 server/models/workspace.js (+11 -0)
server/prisma/migrations/20250826125714_init/migration.sql (+2 -0)
📝 server/prisma/schema.prisma (+45 -53)
📝 server/utils/chats/agents.js (+5 -1)
📝 server/utils/chats/apiChatHandler.js (+8 -2)

📄 Description

What is in this change?

This PR introduces the ability to set the Anything LLM workspace as agentic by default, so that users no longer need to type @agent every time.

Key changes include:

Defaulting the workspace to agentic mode;

Frontend adjustments for admin configuration and UI;

Backend updates to support default agentic workspace initialization and management.

Additional Information

These changes improve the user experience by reducing repetitive input and provide admins with better control over the default workspace behavior.


🔄 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/4331 **Author:** [@EfrosIonelu](https://github.com/EfrosIonelu) **Created:** 8/26/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`20f4126`](https://github.com/Mintplex-Labs/anything-llm/commit/20f41266c4a5f1499ce68fea6f4b727dddafa2d5) - feat: make a workspace is agentic as default ### 📊 Changes **8 files changed** (+123 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/locales/en/common.js` (+2 -0) ➕ `frontend/src/pages/WorkspaceSettings/GeneralAppearance/WorkspaceIsAgentic/index.jsx` (+44 -0) 📝 `frontend/src/pages/WorkspaceSettings/GeneralAppearance/index.jsx` (+6 -0) 📝 `server/models/workspace.js` (+11 -0) ➕ `server/prisma/migrations/20250826125714_init/migration.sql` (+2 -0) 📝 `server/prisma/schema.prisma` (+45 -53) 📝 `server/utils/chats/agents.js` (+5 -1) 📝 `server/utils/chats/apiChatHandler.js` (+8 -2) </details> ### 📄 Description What is in this change? This PR introduces the ability to set the Anything LLM workspace as agentic by default, so that users no longer need to type @agent every time. Key changes include: Defaulting the workspace to agentic mode; Frontend adjustments for admin configuration and UI; Backend updates to support default agentic workspace initialization and management. Additional Information These changes improve the user experience by reducing repetitive input and provide admins with better control over the default workspace behavior. --- <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:09 -05:00
yindo closed this issue 2026-02-22 18:36:09 -05:00
yindo changed title from [PR #4331] - feat: make a workspace is agentic as default to [PR #4331] [CLOSED] - feat: make a workspace is agentic as default 2026-06-05 15:19:21 -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#4595