[gemini] feat: audit groq worker (#451) #539
Reference in New Issue
Block a user
Delete Branch "gemini/issue-451"
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?
This PR audits the Groq worker and makes the following changes:
think_once()method to prevent it from running too frequently if there are no new perceptions.nexus/groq_worker.pymodule to handle the Groq API interaction.nexus/nexus_think.pyto use theGroqWorker.README.mdfile with a recommendation to use a Groq model for PR reviews.Fixes #451