From e07143133d0b021dc53272fe8ad4f9ccc5d05ea7 Mon Sep 17 00:00:00 2001 From: Sanyam Bhutani <sanyambhutani@meta.com> Date: Thu, 9 Jan 2025 11:13:07 -0800 Subject: [PATCH] Update README.md --- end-to-end-use-cases/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/end-to-end-use-cases/README.md b/end-to-end-use-cases/README.md index 45d08ab8..ce5152a8 100644 --- a/end-to-end-use-cases/README.md +++ b/end-to-end-use-cases/README.md @@ -1,3 +1,5 @@ +## [Agentic Tutorial](./agents/): 101 and 201 tutorials on performing Tool Calling and building an Agentic Workflow using Llama Models + ## [Automatic Triaging of Github Repositories](./github_triage/walkthrough.ipynb): Use Llama to automatically triage issues in an OSS repository and generate insights to improve community experience This tool utilizes an off-the-shelf Llama model to analyze, generate insights, and create a report for better understanding of the state of a repository. It serves as a reference implementation for using Llama to develop custom reporting and data analytics applications. -- GitLab