Docs Update Images (#3072)
This commit is contained in:
@@ -20,7 +20,7 @@ Most current agents are stateless: they process a query, generate a response, an
|
||||
|
||||
Stateful agents, powered by Mem0, are different. They retain context, recall what matters, and behave more intelligently over time.
|
||||
|
||||
<Frame caption="Stateless vs Stateful Agent">
|
||||
<Frame>
|
||||
<img src="../images/stateless-vs-stateful-agent.png" />
|
||||
</Frame>
|
||||
|
||||
@@ -29,7 +29,7 @@ Stateful agents, powered by Mem0, are different. They retain context, recall wha
|
||||
|
||||
Mem0 sits alongside your retriever, planner, and LLM. Unlike retrieval-based systems (like RAG), Mem0 tracks past interactions, stores long-term knowledge, and evolves the agent’s behavior.
|
||||
|
||||
<Frame caption="Memory in Agent Architecture">
|
||||
<Frame>
|
||||
<img src="../images/memory-agent-stack.png" />
|
||||
</Frame>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user