From 4d9e37ebd3f0ebcb3e2fea954e887ea0b4d3edc5 Mon Sep 17 00:00:00 2001 From: Corneliu CROITORU Date: Tue, 13 Aug 2024 18:28:07 +0200 Subject: [PATCH] update img path in readme --- README.md | 2 +- python/setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index faf41cc7..ad1daa34 100644 --- a/README.md +++ b/README.md @@ -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. -![](https://raw.githubusercontent.com/awslabs/multi-agent-orchestrator/main/img/demo-app.gif) +![](https://raw.githubusercontent.com/awslabs/multi-agent-orchestrator/main/img/demo-app.gif?raw=true) ## 🚀 Getting Started diff --git a/python/setup.cfg b/python/setup.cfg index c14f9256..7da1df43 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = multi_agent_orchestrator -version = 0.0.5 +version = 0.0.6 author = Anthony Bernabeu, Corneliu Croitoru author_email = brnaba@amazon.com, ccroito@amazon.com description = Multi-agent orchestrator framework