[GH-ISSUE #1415] Prompt engineer agent #902

Closed
opened 2026-02-22 18:22:06 -05:00 by yindo · 1 comment
Owner

Originally created by @rezzie-rich on GitHub (May 16, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1415

What would you like to see?

In chat, there should be an agent always refining the user input and structing a plan of execution for it to create an advanced prompt to be sent to the llm. So, the llm always gets a detailed advanced prompt instead of casual user inputs because better prompt results in better output. Since the agents can be powered by different models, it's perfect.

I'm pretty sure everyone is okay with a slightly slower response due to extra activity each time, they will happily embrace it as long as the outputs are on point.

Concept:

User-input ---> PEagent ---> chat-llm ---> response

Originally created by @rezzie-rich on GitHub (May 16, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1415 ### What would you like to see? In chat, there should be an agent always refining the user input and structing a plan of execution for it to create an advanced prompt to be sent to the llm. So, the llm always gets a detailed advanced prompt instead of casual user inputs because better prompt results in better output. Since the agents can be powered by different models, it's perfect. I'm pretty sure everyone is okay with a slightly slower response due to extra activity each time, they will happily embrace it as long as the outputs are on point. Concept: User-input ---> PEagent ---> chat-llm ---> response
yindo added the enhancementfeature request labels 2026-02-22 18:22:06 -05:00
yindo closed this issue 2026-02-22 18:22:06 -05:00
Author
Owner

@timothycarambat commented on GitHub (Sep 27, 2024):

Can be done now you a custom agent skill that the LLM can be told to run before running other tools:
https://docs.anythingllm.com/agent/custom/introduction

@timothycarambat commented on GitHub (Sep 27, 2024): Can be done now you a custom agent skill that the LLM can be told to run before running other tools: https://docs.anythingllm.com/agent/custom/introduction
yindo changed title from Prompt engineer agent to [GH-ISSUE #1415] Prompt engineer agent 2026-06-05 14:37:50 -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#902