From 854f13ac9b3998ffd25a6730aed28c5fb5d56905 Mon Sep 17 00:00:00 2001 From: Corneliu CROITORU Date: Tue, 13 Aug 2024 18:12:58 +0200 Subject: [PATCH] update img path in readme --- README.md | 4 ++-- python/setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a23773c4..59aecd9f 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This adaptability makes it suitable for a wide range of applications, from simpl

-![High-level architecture flow diagram](img/flow.jpg) +![High-level architecture flow diagram](https://raw.githubusercontent.com/awslabs/multi-agent-orchestrator/main/img/flow.jpg)

@@ -59,7 +59,7 @@ Notice how the appropriate agent is selected for each query, maintaining coheren The demo highlights the system's ability to handle complex, multi-turn conversations while preserving context and leveraging specialized agents across various domains. -![Demo](img/demo-app.gif) +![Demo](https://raw.githubusercontent.com/awslabs/multi-agent-orchestrator/main/img/demo-app.gif) ## 🚀 Getting Started diff --git a/python/setup.cfg b/python/setup.cfg index 53d4a048..5c0cd9fe 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = multi_agent_orchestrator -version = 0.0.1 +version = 0.0.2 author = Anthony Bernabeu, Corneliu Croitoru author_email = brnaba@amazon.com, ccroito@amazon.com description = Multi-agent orchestrator framework