Building Agentic Workflows with LlamaIndex
Laurie Voss
VP Developer Relations, LlamaIndex
Agents:

$$
Human memory carries conversations forward
Agents need context to be helpful

$$
Example: remembering names
LlamaIndex uses a Context object
$$
Context: the agent's notepad or memory bank where it can store information to recall later.

Stateless agent:
Context-enabled agent:
Carrying information forward is key in workflows

Building Agentic Workflows with LlamaIndex