README update with email agent links

This commit is contained in:
Jeff Tang 2024-12-16 14:48:44 -08:00
parent f3073d9fb1
commit f6caf6ef74

View file

@ -1,6 +1,6 @@
# A Llama and Llama Stack Powered Email Agent # 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: Currently implemented features of the agent include:
* search for emails and attachments * search for emails and attachments
@ -26,7 +26,7 @@ pip install -r requirements.txt
# Run Email Agent # 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 <your_gmail_address> python main.py --gmail <your_gmail_address>