From 13e2f5914e809c03014e3eef22de763d19764da2 Mon Sep 17 00:00:00 2001 From: harshilp24 Date: Thu, 22 May 2025 21:05:53 +0530 Subject: [PATCH 1/4] fix: Build Your First Agent - Jira --- .../getting-started/build-your-first-agent.md | 122 +++++------------- 1 file changed, 35 insertions(+), 87 deletions(-) diff --git a/website/docs/getting-started/build-your-first-agent.md b/website/docs/getting-started/build-your-first-agent.md index d0e7ffa..17ec486 100644 --- a/website/docs/getting-started/build-your-first-agent.md +++ b/website/docs/getting-started/build-your-first-agent.md @@ -2,13 +2,11 @@ import DownloadButton from '@site/src/components/DownloadButton'; # Build Your First Agent -This tutorial guides you through building a customer support AI agent that can answer FAQs from a knowledge base and retrieve ticket statuses from a database. +In this tutorial, you'll learn how to build your first AI agent using Appsmith Agents. By the end, you'll have created a Project Management Assistant that integrates with Jira to help teams analyze issues, generate status reports, and draft responses to stakeholders. - -:::tip ⏳ Estimated Time: 15 minutes +:::tip ⏳ Estimated Time: 10 minutes By the end of this tutorial, you will learn to: -- Connect a knowledge base to your agent. - Set up function calling using an API (e.g., order or ticket status). - Create and test a basic RAG (Retrieval-Augmented Generation) agent. ::: @@ -17,7 +15,7 @@ By the end of this tutorial, you will learn to: