You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we're storing twitter credentials and other credentials in character file, as well as in tweet cache for twitter login cookies, and other places.
Instead, we should store secrets and credentials per character
We can add these to the memory manager and database adapters to keep the DB unified
So there are a few different parts to this:
Add credential key value store to MemoryManager, keyed by agentId
Store and retrieve Twitter cookies from this
Add script to store and retrieve secrets by agentId / agentName
Add checking to get secrets as priority and fall back to character file secrets
This will enable us to store/recall secrets later in a platform, and keep secrets internal to our database without having to put them in characters.
The text was updated successfully, but these errors were encountered:
Right now we're storing twitter credentials and other credentials in character file, as well as in tweet cache for twitter login cookies, and other places.
Instead, we should store secrets and credentials per character
We can add these to the memory manager and database adapters to keep the DB unified
So there are a few different parts to this:
This will enable us to store/recall secrets later in a platform, and keep secrets internal to our database without having to put them in characters.
The text was updated successfully, but these errors were encountered: