Plantoidz / mechanical-garden-FA

Multimodal mechanical plantoid garden repository.
3 stars 3 forks source link

Logging / saving #15

Open benrito opened 2 months ago

benrito commented 2 months ago

Ensure we are storing all utterances / message histories / generated audio

Note that we may need to do this differently for Deepgram

benrito commented 2 months ago

Each session should get a timestamp

A folder by the name of the timestamp should appear in working/logs (or something)

Inside, we save the config in JSON, the message history in JSON, and any recordings if applicable.

This means we need to also fix the cloning behavior to save the recordings into the same folder.