mattordev / coda

C.O.D.A is a smart assistant that I've began to rewrite. The new implementation makes use of ElevenLabs' voice synthesis and has many more features planned like GPT3.5/4 integration and home assistant capabilities
GNU Affero General Public License v3.0
1 stars 0 forks source link

Check system status #6

Open mattordev opened 2 years ago

mattordev commented 2 years ago

CODA should be able to access and read, categorize and then display all features of the system it's running on. This could be things like:

by extension, this feature should also log the status of the program itself too.

mattordev commented 2 years ago

Trying to implement this command has led me down the path of rewriting & refactoring part of the program, mainly moving away from storing the wakewords in a set and the commands in a dictionary. They'll now both be stored in JSON files as stated in #7 & #8