From 2327fbf6517510fdeac63079bc0cdb0e5731eb13 Mon Sep 17 00:00:00 2001 From: Corneliu CROITORU Date: Tue, 13 Aug 2024 18:26:17 +0200 Subject: [PATCH] update py publish details --- README.md | 3 +-- python/setup.cfg | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e9c66ec..faf41cc 100644 --- a/README.md +++ b/README.md @@ -59,8 +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 app screen recording - +![](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 a0512a7..c14f925 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = multi_agent_orchestrator -version = 0.0.4 +version = 0.0.5 author = Anthony Bernabeu, Corneliu Croitoru author_email = brnaba@amazon.com, ccroito@amazon.com description = Multi-agent orchestrator framework