From f101b9a7a00c35fa026f8bf855e5a54275fa3326 Mon Sep 17 00:00:00 2001 From: Emmanuel Awa Date: Fri, 20 Dec 2024 18:47:46 +0000 Subject: [PATCH] Fix: Markdown Linter comments --- genai-on-vertex-ai/agents/reasoning_engine/ag2/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/genai-on-vertex-ai/agents/reasoning_engine/ag2/README.md b/genai-on-vertex-ai/agents/reasoning_engine/ag2/README.md index f235689d..f67e8403 100644 --- a/genai-on-vertex-ai/agents/reasoning_engine/ag2/README.md +++ b/genai-on-vertex-ai/agents/reasoning_engine/ag2/README.md @@ -2,7 +2,7 @@ This notebook provides a practical demonstration of utilizing the AG2 framework with Vertex AI's Reasoning Engine to conduct collaborative research using multiple AI agents. It showcases the following key features and functionalities: -## Functionality: +## Functionality * **Multi-Agent Collaboration:** Creates a research team of specialized AI agents, including a Researcher, Data Analyst, Literature Reviewer, and Fact Checker. These agents work together using AG2's group chat functionality to efficiently conduct research and generate reports. @@ -14,7 +14,7 @@ This notebook provides a practical demonstration of utilizing the AG2 framework * **Report Persistence:** Provides the option to save the generated literature review to a file for offline review, editing, and collaboration. -## What This Notebook Covers: +## What This Notebook Covers 1. **Environment Setup:** Guides users through installing the necessary dependencies, including AG2 and the Vertex AI SDK, as well as setting up authentication for Google Cloud access. @@ -28,5 +28,4 @@ This notebook provides a practical demonstration of utilizing the AG2 framework 6. **Report Persistence:** Demonstrates how to save the generated literature review to a file for offline access and further analysis. - This notebook serves as a valuable resource for understanding and implementing multi-agent research workflows with AG2 and deployed on Google Cloud's Vertex AI via the Reasoning Engine. \ No newline at end of file