Skip to content

Commit

Permalink
update img path in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cornelcroi committed Aug 13, 2024
1 parent 854f13a commit 4f1bcfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade build twine

- name: Check README content
run: |
echo "README.md content:"
cat README.md


- name: Build package
run: python -m build

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](https://raw.githubusercontent.com/awslabs/multi-agent-orchestrator/main/img/demo-app.gif)
<img src="https://raw.githubusercontent.com/awslabs/multi-agent-orchestrator/main/img/demo-app.gif" alt="Demo app screen recording">


## 🚀 Getting Started
Expand Down

0 comments on commit 4f1bcfa

Please sign in to comment.