@LangChain always reveals the technical principles behind agent concepts, like loop engineering, managed agents and memories.👍
That's why I recommend LC docs to agent developers and users around me, to get rid of the FOMO of agent concepts created almost every month.
a lot of agent memory follows a simple three step process:
- run agent - run some process to look at those traces and analyze them - update memory based on that
we show how to do that!
