wasurenakusa / engine

The modular ai conversation engine
GNU Affero General Public License v3.0
0 stars 0 forks source link

Replace InmemoryPlugin with SimpleMemoryPlugin #40

Closed chr1st0ph3rGG closed 3 months ago

chr1st0ph3rGG commented 3 months ago

Refactor the inmemory memory plugin to a simple memory plugin that persists the shortterm memory to a json so it can be retrived after a restart.