diff --git a/python/README.md b/python/README.md index 612a5573..b6b04e8b 100644 --- a/python/README.md +++ b/python/README.md @@ -18,9 +18,9 @@ ## What's the Multi-Agent Orchestrator ❓ -The Multi-Agent Orchestrator is a flexible framework for managing multiple AI agents and handling complex conversations. It intelligently routes queries and maintains context across interactions. +The Multi-Agent Orchestrator is a flexible framework for managing multiple AI agents and handling complex conversations. It intelligently routes queries and maintains context across interactions. -The system offers pre-built components for quick deployment, while also allowing easy integration of custom agents and conversation messages storage solutions. +The system offers pre-built components for quick deployment, while also allowing easy integration of custom agents and conversation messages storage solutions. This adaptability makes it suitable for a wide range of applications, from simple chatbots to sophisticated AI systems, accommodating diverse requirements and scaling efficiently. @@ -34,15 +34,15 @@ This adaptability makes it suitable for a wide range of applications, from simpl

-1. The process begins with user input, which is analyzed by a Classifier. -2. The Classifier leverages both Agents' Characteristics and Agents' Conversation history to select the most appropriate agent for the task. +1. The process begins with user input, which is analyzed by a Classifier. +2. The Classifier leverages both Agents' Characteristics and Agents' Conversation history to select the most appropriate agent for the task. 3. Once an agent is selected, it processes the user input. -4. The orchestrator then saves the conversation, updating the Agents' Conversation history, before delivering the response back to the user. +4. The orchestrator then saves the conversation, updating the Agents' Conversation history, before delivering the response back to the user. ## 💬 Demo App -To quickly get a feel for the Multi-Agent Orchestrator, we've provided a Demo App with a few basic agents. This interactive demo showcases the orchestrator's capabilities in a user-friendly interface. To learn more about setting up and running the demo app, please refer to our [Demo App](https://awslabs.github.io/multi-agent-orchestrator/deployment/demo-web-app/) section. +To quickly get a feel for the Multi-Agent Orchestrator, we've provided a Demo App with a few basic agents. This interactive demo showcases the orchestrator's capabilities in a user-friendly interface. To learn more about setting up and running the demo app, please refer to our [Demo App](https://awslabs.github.io/multi-agent-orchestrator/cookbook/examples/chat-demo-app/) section.
@@ -55,7 +55,7 @@ In the screen recording below, we demonstrate an extended version of the demo ap - **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. -Notice how the appropriate agent is selected for each query, maintaining coherence even with brief follow-up inputs. +Notice how the appropriate agent is selected for each query, maintaining coherence even with brief follow-up inputs. The demo highlights the system's ability to handle complex, multi-turn conversations while preserving context and leveraging specialized agents across various domains. diff --git a/typescript/README.md b/typescript/README.md index 360068c4..32c574f1 100644 --- a/typescript/README.md +++ b/typescript/README.md @@ -42,7 +42,7 @@ This adaptability makes it suitable for a wide range of applications, from simpl ## 💬 Demo App -To quickly get a feel for the Multi-Agent Orchestrator, we've provided a Demo App with a few basic agents. This interactive demo showcases the orchestrator's capabilities in a user-friendly interface. To learn more about setting up and running the demo app, please refer to our [Demo App](https://awslabs.github.io/multi-agent-orchestrator/deployment/demo-web-app/) section. +To quickly get a feel for the Multi-Agent Orchestrator, we've provided a Demo App with a few basic agents. This interactive demo showcases the orchestrator's capabilities in a user-friendly interface. To learn more about setting up and running the demo app, please refer to our [Demo App](https://awslabs.github.io/multi-agent-orchestrator/cookbook/examples/chat-demo-app/) section.