From f6caf6ef74b93acba5ecd11c8a36ebb41ca202bf Mon Sep 17 00:00:00 2001 From: Jeff Tang Date: Mon, 16 Dec 2024 14:48:44 -0800 Subject: [PATCH] README update with email agent links --- docs/zero_to_hero_guide/email_agent/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zero_to_hero_guide/email_agent/README.md b/docs/zero_to_hero_guide/email_agent/README.md index 17e6af34d..04f89f555 100644 --- a/docs/zero_to_hero_guide/email_agent/README.md +++ b/docs/zero_to_hero_guide/email_agent/README.md @@ -1,6 +1,6 @@ # A Llama and Llama Stack Powered Email Agent -This is a Llama Stack port of the [Llama Powered Email Agent](https://github.com/meta-llama/llama-recipes/tree/gmagent/recipes/use_cases/email_agent) app that shows how to build an email agent app powered by Llama 3.1 8B and Llama Stack, using Llama Stack custom tool and agent APIs. +This is a Llama Stack port of the [Llama Powered Email Agent](https://github.com/meta-llama/llama-recipes/tree/main/recipes/use_cases/email_agent) app that shows how to build an email agent app powered by Llama 3.1 8B and Llama Stack, using Llama Stack custom tool and agent APIs. Currently implemented features of the agent include: * search for emails and attachments @@ -26,7 +26,7 @@ pip install -r requirements.txt # Run Email Agent -The steps are also the same as the [original app]((https://github.com/meta-llama/llama-recipes/tree/gmagent/recipes/use_cases/email_agent): +The steps are also the same as the [original app](https://github.com/meta-llama/llama-recipes/tree/main/recipes/use_cases/email_agent): ``` python main.py --gmail