Ensure we aren't churning through tokens by repeatedly sending prompts to resetdata when system is idle. #7
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Resetdata is our default model as a service provider. When the system is idle (no current tasks allocated) CHORUS still seems to be instantiating new docker containers and I hope we aren't spamming resetdata with API requests just to initialise new agents that aren't being used, that then get recreated moments later. This is a waste of tokens! Investigate this issue thoroughly!