Open kordless opened 4 months ago
Change the system prompt implmeentation to use a dynamic system prompt that changes based on the portion of the workflow that is being processed. So, for a new issue, we get a plan back immediately (i.e. we don't call a bunch of funcitons first).
Issue Summary
To enhance the consistency of steps taken by the agent when completing tasks for the user, we propose implementing a consensus mechanism among multiple LLMs. This mechanism ensures that when there are multiple tokens or inputs from the user, two models will work together to come to an agreement on the steps to be taken. If the task involves more than two steps, one model will be designated as in charge and will confer with the other.
Desired Outcome
Steps to Implement
Priority and Severity