cheshire-cat-ai / docs

Documentation for the Cheshire Cat AI
https://cheshire-cat-ai.github.io/docs/
31 stars 27 forks source link

Working memory update #164

Closed lucagobbi closed 1 month ago

lucagobbi commented 1 month ago

Updated latest working memory page adding a table with default properties. This table has 4 columns: Property, Type, Description, Initialization (this last column to clarify when devs will find the specific property populated).

Updated also examples throughout the docs that were using old and deprecated access methods to the Working Memory which now works as a standard python object.

This should solve issue #163