-
According to the BB3 3B documentation, it should be possible to work with memories through the agent object here using .set_memory, .get_memory, get_available_memories() etc. This probably some silly configuration error, but i can't find it. Using the following code i get The code
I'm aware that i can pass personas using observation like so:
Background information is that if the model is shown context longer than the truncation limit (even using several agent.observation that in themselves do not exceed it) it does not seem to store long-term memories. I would like to query the memory directly to confirm this. I saw a while back that another user had similar problems with long-term storage of memories in BB2 (can't find the link) and solved it using 'memory_key':'full_text', which isn't available in BB3 afaik. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
if you're initializing directly, you may need to manually specify all of the opt values in the |
Beta Was this translation helpful? Give feedback.
if you're initializing directly, you may need to manually specify all of the opt values in the
gen/r2c2_bb3.opt
. this includes using a different--model
argument