[GH-ISSUE #5466] [FEAT]: Adjustable Agent Mode Prompt #5105

Closed
opened 2026-06-05 14:52:02 -04:00 by yindo · 1 comment
Owner

Originally created by @Thejacensolo on GitHub (Apr 19, 2026).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/5466

Originally assigned to: @angelplusultra on GitHub.

What would you like to see?

Currently, when invoking @agent the internal system switches over to an Agent prompt, disregarding any General System prompts. This forces users (especially if you rely on agent skills extensively) to create prompts for each workspace instead. Would it be possible to also create a second window below "general system prompt" called "General Agent System Prompt" or simillar to let the user finetune the LLMs ability to respond?

Originally created by @Thejacensolo on GitHub (Apr 19, 2026). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/5466 Originally assigned to: @angelplusultra on GitHub. ### What would you like to see? Currently, when invoking @agent the internal system switches over to an Agent prompt, disregarding any General System prompts. This forces users (especially if you rely on agent skills extensively) to create prompts for each workspace instead. Would it be possible to also create a second window below "general system prompt" called "General Agent System Prompt" or simillar to let the user finetune the LLMs ability to respond?
yindo added the enhancementfeature request labels 2026-06-05 14:52:02 -04:00
yindo closed this issue 2026-06-05 14:52:02 -04:00
Author
Owner

@angelplusultra commented on GitHub (Apr 20, 2026):

  1. There is no "General System Prompt" in the app. Each workspace has it's own system prompt fed to LLM before the user prompt. You can see what that prompt is by going to {WORKSPACE-SLUG}/settings/chat-settings.

  2. Agent chats do indeed send over your workspace system prompt to the LLM before your user prompt. This claim is false.

<!-- gh-comment-id:4284854445 --> @angelplusultra commented on GitHub (Apr 20, 2026): 1. There is no "General System Prompt" in the app. Each workspace has it's own system prompt fed to LLM before the user prompt. You can see what that prompt is by going to `{WORKSPACE-SLUG}/settings/chat-settings`. 2. Agent chats do indeed send over your workspace system prompt to the LLM before your user prompt. This claim is false.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#5105