Skip to content

Commit

Permalink
Merge branch 'main' into issue-121-openai-agent-missing-property
Browse files Browse the repository at this point in the history
  • Loading branch information
cornelcroi authored Dec 23, 2024
2 parents 1409110 + cd62ac3 commit 876f3dc
Show file tree
Hide file tree
Showing 36 changed files with 2,957 additions and 1,767 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ typescript/coverage/**/*
.venv
examples/chat-chainlit-app/venv

*.env
*.env
*__pycache__
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,24 @@
<img src="https://img.shields.io/github/issues-pr/awslabs/multi-agent-orchestrator" alt="Pull Requests">
</p>


<p align="center">
<!-- Package Stats -->
<a href="https://pypi.org/project/multi-agent-orchestrator/"><img src="https://img.shields.io/pypi/dm/multi-agent-orchestrator?label=pypi%20downloads" alt="PyPI Monthly Downloads"></a>
<a href="https://www.npmjs.com/package/multi-agent-orchestrator"><img src="https://img.shields.io/npm/dm/multi-agent-orchestrator?label=npm%20downloads" alt="npm Monthly Downloads"></a>
</p>

<h2 align="center">🔄 Project Status</h2>

<p align="center">
<!-- Project Status -->
<a href="https://github.com/orgs/awslabs/projects/186"><img src="https://img.shields.io/badge/📋%20Todo-13-green?style=flat" alt="Todo"></a>
<a href="https://github.com/orgs/awslabs/projects/186"><img src="https://img.shields.io/badge/👀%20In%20Review-5-orange?style=flat" alt="In Review"></a>
<a href="https://github.com/orgs/awslabs/projects/186"><img src="https://img.shields.io/badge/📅%20Planned-0-blue?style=flat" alt="Planned"></a>
<a href="https://github.com/orgs/awslabs/projects/186"><img src="https://img.shields.io/badge/🚧%20In%20Progress-2-yellow?style=flat" alt="In Progress"></a>
<a href="https://github.com/orgs/awslabs/projects/186"><img src="https://img.shields.io/badge/✅%20Done-2-purple?style=flat" alt="Done"></a>
<a href="https://github.com/orgs/awslabs/projects/186"><img src="https://img.shields.io/badge/🚀%20Released-0-brightgreen?style=flat" alt="Released"></a>
</p>

## 🔖 Features

Expand Down
6 changes: 3 additions & 3 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/src/content/docs/cookbook/examples/chat-demo-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Follow these steps to deploy the demo chat web application:
6. **Deploy the Application**:
```
export AWS_DEFAULT_REGION=us-east-1
cdk deploy
cdk deploy --all
```

7. **Confirm Deployment**:
Expand Down
5 changes: 3 additions & 2 deletions examples/chat-chainlit-app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
chainlit==1.2.0
multi_agent_orchestrator==0.0.18
chainlit==1.3.2
multi_agent_orchestrator==0.1.2
ollama==0.3.3
pydantic==2.10.1
2 changes: 1 addition & 1 deletion examples/chat-demo-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Follow these steps to deploy the demo chat web application:

6. **Deploy the Application**:
```bash
cdk deploy
cdk deploy --all
```

7. **Create a user in Amazon Cognito user pool**:
Expand Down
Loading

0 comments on commit 876f3dc

Please sign in to comment.