Skip to content

Commit 2de693c

Browse files
committed
docs: 📝 Update README to clarify the role of memory in AI Agents
1 parent 2fa00e5 commit 2de693c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01-intro-to-ai-agents/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Let's break this definition into smaller parts:
4848

4949
**Access To Tools** - What tools the LLM has access to is defined by 1) the environment it's operating in and 2) the developer of the AI Agent. For our travel agent example, the agent's tools are limited by the operations available in the booking system, and/or the developer can limit the agent's tool access to flights.
5050

51-
**Knowledge** - Outside of the information provided by the environment, AI Agents can also retrieve knowledge from other systems, services, tools, and even other agents. In the travel agent example, this knowledge could be the information on the user's travel preferences located in a customer database.
51+
**Memory+Knowledge** - Memory can be short-term in the context of the conversation between the user and the agent. Long-term, outside of the information provided by the environment, AI Agents can also retrieve knowledge from other systems, services, tools, and even other agents. In the travel agent example, this knowledge could be the information on the user's travel preferences located in a customer database.
5252

5353
### The different types of agents
5454

0 commit comments

Comments
 (0)