Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A Llama and Llama Stack Powered Email Agent #599

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

Conversation

jeffxtang
Copy link
Contributor

What does this PR do?

This is a Llama Stack port of the Emagent 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. The end goal is to cover all components of a production-ready agent app, acting as an assistant to your email, with great user experience: intuitive, engaging, efficient and reliable. We'll use Gmail as an example but any email client API's can be used instead.

In short, provide a summary of what this PR does and why. Usually, the relevant context should be present in a linked issue.

  • Addresses issue (#issue)

Test Plan

Please describe:

  • tests you ran to verify your changes with result summaries.
  • provide instructions so it can be reproduced.

Sources

Please link relevant resources if necessary.

Before submitting

  • This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
  • Ran pre-commit to handle lint / formatting issues.
  • Read the contributor guideline,
    Pull Request section?
  • Updated relevant documentation.
  • Wrote necessary unit or integration tests.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Meta Open Source bot. label Dec 11, 2024
@jeffxtang jeffxtang changed the title Emagent - A Llama and Llama Stack Powered Email Agent A Llama and Llama Stack Powered Email Agent Dec 12, 2024
@raghotham
Copy link
Contributor

Can we move this standalone app to llama-stack-apps instead?

Copy link
Contributor

@terrytangyuan terrytangyuan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we can provide a reference page as a TOC to the apps repo instead of hosting the content here. I think this repo should be kept as core

@jeffxtang
Copy link
Contributor Author

Sure will move it there.

@jeffxtang
Copy link
Contributor Author

New PR created in the llama-stack-apps repo here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Meta Open Source bot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants