add notebook link in multion page (#1705)

This commit is contained in:
Dev Khant
2024-08-14 22:18:45 +05:30
committed by GitHub
parent 10cbee943c
commit 214a1ddca5

View File

@@ -8,7 +8,7 @@ Build personal browser agent remembers user preferences and automates web tasks.
In this guide, we'll explore two examples of creating Browser-based AI Agents: In this guide, we'll explore two examples of creating Browser-based AI Agents:
1. An agent that searches [arxiv.org](https://arxiv.org) for research papers relevant to user's research interests. 1. An agent that searches [arxiv.org](https://arxiv.org) for research papers relevant to user's research interests.
2. A travel agent that provides personalized travel information based on user preferences. 2. A travel agent that provides personalized travel information based on user preferences. Refer the [notebook](https://github.com/MULTI-ON/cookbook/blob/main/personalized-travel-agent/mem0_travel_agent.ipynb) for detailed code.
## Setup and Configuration ## Setup and Configuration