webaverse-studios / webaverse

An open metaverse engine for everyone
https://moemate.io
49 stars 22 forks source link

Cache reusable agent text responses #124

Closed soulofmischief closed 1 year ago

soulofmischief commented 1 year ago

Determine if a given text response is reusable, and cache it in the AI backend keyed by the hash of recipient(s) + prompt

### Tasks
- [ ] #120
JFKraasch commented 1 year ago

Solved here: https://github.com/webaverse-studios/agent-backend/tree/memory

Still need to figure out what makes a text response reusable