-
Notifications
You must be signed in to change notification settings - Fork 4
Description
I have had a recurring bug where the AI keeps calling the same tool repeatedly.
This does not happen every time, but it happens often enough to be annoying, and to limit my willingness to set and forget this plugin.
I believe this is a directive problem, but i haven't quite figured it out yet.
The one thing i am trying to avoid is neutering the system by explicitly ending the turn after a successful handler tool call. I would like this to be completely fluid, so there will never be a need to end a turn programmatically, within reason.
The AI should know when it is time to stop.
Most of the time, it does. Sometimes, it still fucks up.
I have an 8 turn limit on conversations right now. This is probably too restrictive, but i am trying to perfect the directive system.
Building agents is all about the prompts.