caiobd / sprite-ai

Sprite AI - An AI companion for your desktop
11 stars 2 forks source link

Structural refactor #8

Closed caiobd closed 7 months ago

caiobd commented 7 months ago

Added ability to send messages via voice Restructured most of the code in order to allow agent centric interfaces Removed all usages of event manager improving code clarity and explicit classes interfaces, this was mostly done through callbacks and compositions Removed global variables and functions Created a clear distinction between UI logic and application logic