VedalAI / neuro-amongus

Among Us Plugin for Neuro-sama
GNU General Public License v3.0
531 stars 50 forks source link

Executor to handle output from AI #41

Closed oleg20111511 closed 1 year ago

oleg20111511 commented 1 year ago

1) Addes flag that disabled Communication by default, which allows running the mod without AI. Basically a switch between recording and AI modes. 2) Added Executor module that takes Frame data that was received from AI in Communication module, and acts based on output values

Alexejhero commented 1 year ago

PR #34 will be merged tomorrow containing massive changes to the code-base.

This pull request, in its entirety, conflicts with the changes made there.