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