mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 15:22:36 +00:00
draft bug fix
This commit is contained in:
parent
61e837380c
commit
a7d29952b0
3 changed files with 7 additions and 3 deletions
|
|
@ -26,7 +26,11 @@ 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/gmagent/recipes/use_cases/email_agent):
|
||||
|
||||
```
|
||||
python main.py --gmail <your_gmail_address>
|
||||
```
|
||||
|
||||
# Implementation Notes
|
||||
Notes here mainly cover how custom tools (functions) are defined and how the Llama Stack Agent class is used with the custom tools.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue