brad999 / nikita

Nikita voice computing platform
MIT License
1 stars 0 forks source link

Contextual Awareness #25

Open brad999 opened 9 years ago

brad999 commented 9 years ago

Log all input and output to be able to provide contextual responses.

brad999 commented 9 years ago

Transcript logging now goes to /var/log/nikita/nikita.log

brad999 commented 9 years ago

Added a flag to transcript logging. A new parameter is passed to mic.say which indicates whether what is spoken is informational ('I') or anecdotal ('A'). This value is put in the transcript log so that informational data can be retrieved later.

This will help enable functionality of a "send me that" module which will text the most recent informational data in the log.

brad999 commented 9 years ago

Now writing informational transcript log to MySQL database. This adds a MySQL database as a dependency but is a better long term solution than writing to a file...and adding a database was inevitable for this project.