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