Agentic AI: Implementing Long-Term Memory
If you have ever worked with LLMs, you know they are stateless. That is, they have no short-term memory. To make sure the LLM can pull up the right facts, understand previous conversations, and connect information, we need to build some fairly complex systems.