mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 16:54:42 +00:00
README update with email agent links
This commit is contained in:
parent
f3073d9fb1
commit
f6caf6ef74
1 changed files with 2 additions and 2 deletions
|
@ -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 <your_gmail_address>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue