sim
sim copied to clipboard
[BUG] Memory in Agent component
Why this error happened? memories is an array, not object.
@Alen-h typically, you add a memory and then you pass all memories into the agent block. For now, append the memory to the system prompt.
We will change the memory block to be directly embedded in the agent.
We will change the memory block to be directly embedded in the agent.
Has this feature been implemented? I’d like to always keep a context length of 5 windows.
@xhzkp working on it tomorrow!