sim icon indicating copy to clipboard operation
sim copied to clipboard

[BUG] Memory in Agent component

Open alen-hh opened this issue 4 months ago • 3 comments

Image

Why this error happened? memories is an array, not object.

alen-hh avatar Aug 27 '25 10:08 alen-hh

@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.

emir-karabeg avatar Aug 29 '25 23:08 emir-karabeg

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 avatar Aug 30 '25 07:08 xhzkp

@xhzkp working on it tomorrow!

emir-karabeg avatar Aug 30 '25 08:08 emir-karabeg