From c51013ab2a4b679440bcb4d739a1c1327c307031 Mon Sep 17 00:00:00 2001 From: Corneliu Croitoru Date: Wed, 23 Oct 2024 17:00:54 +0200 Subject: [PATCH] update readme for chat demo app --- docs/src/content/docs/cookbook/examples/chat-demo-app.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/src/content/docs/cookbook/examples/chat-demo-app.md b/docs/src/content/docs/cookbook/examples/chat-demo-app.md index 27cb571..7a4b8a0 100644 --- a/docs/src/content/docs/cookbook/examples/chat-demo-app.md +++ b/docs/src/content/docs/cookbook/examples/chat-demo-app.md @@ -10,9 +10,8 @@ The Multi-Agent Orchestrator System includes a demo chat web application that sh In the screen recording below, we demonstrate an extended version of the demo app that uses 6 specialized agents: - **Travel Agent**: Powered by an Amazon Lex Bot - **Weather Agent**: Utilizes a Bedrock LLM Agent with a tool to query the open-meteo API -- **Restaurant Agent**: Implemented as an Amazon Bedrock Agent - **Math Agent**: Utilizes a Bedrock LLM Agent with two tools for executing mathematical operations -- **Tech Agent**: A Bedrock LLM Agent designed to answer questions on technical topics +- **Tech Agent**: A Bedrock LLM Agent designed to offer technical support and documentation assistance with direct access to **Multi-Agent Orchestrator framework source code** - **Health Agent**: A Bedrock LLM Agent focused on addressing health-related queries Watch as the system seamlessly switches context between diverse topics, from booking flights to checking weather, solving math problems, and providing health information.