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 docs #162

Closed lucagobbi closed 1 month ago

lucagobbi commented 1 month ago

Working memory is quite an underrated topic. I've opened this PR to add more details in the docs about what it is and how devs can use it in their own plugins.

I've updated the documentation and removed outdated sections about the working memory list, which is no longer relevant.

I've also included a full example on how to use the working memory as a state machine during conversations. It's quite basic, but I believe it addresses the essential aspects.

I'm not sure if it should still be under the /conceptual route, as these adjustments make it more technical.

Hope you find these updates helpful!

This should address issue #144