Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Corneliu Croitoru committed Oct 23, 2024
1 parent 6241957 commit eda8092
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ User: "Recommend a workout routine"
→ Routed to Health Agent
```

Ready to build your own multi-agent chat application? Check out the complete [source code]() in our GitHub repository.
Ready to build your own multi-agent chat application? Check out the complete [source code](https://github.com/awslabs/multi-agent-orchestrator/tree/main/examples/chat-chainlit-app) in our GitHub repository.
13 changes: 6 additions & 7 deletions examples/chat-demo-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@ The demo showcases the versatility of the Multi-Agent Orchestrator System throug
![Demo Application](./img/demo-app.jpg)

### Featured Agents
Our extended demo version showcases 6 specialized agents:
Our demo showcases specialized agents, each designed for specific use cases:

| Agent | Technology | Purpose |
|-------|------------|---------|
| Travel Agent | Amazon Lex Bot | Flight bookings and travel queries |
| Weather Agent | Bedrock LLM + API Tool | Real-time weather information |
| Restaurant Agent | Amazon Bedrock | Restaurant recommendations |
| Math Agent | Bedrock LLM + Math Tools | Mathematical calculations |
| Tech Agent | Bedrock LLM | Technical support and information |
| Health Agent | Bedrock LLM | Health-related inquiries |
| Travel Agent | Amazon Lex Bot | Handles travel planning, flight bookings, and itinerary queries through a conversational interface |
| Weather Agent | Bedrock LLM + Open-Meteo API | Provides real-time weather forecasts and conditions using API integration |
| Math Agent | Bedrock LLM + Calculator Tools | Performs complex calculations and solves mathematical problems with custom tools |
| **Tech Agent** | Bedrock LLM + Knowledge Base | Offers technical support and documentation assistance with direct access to **Multi-Agent Orchestrator framework source code** |
| Health Agent | Bedrock LLM | Provides health and wellness guidance, including fitness advice and general health information |

The demo highlights the system's ability to handle complex, multi-turn conversations while preserving context and leveraging specialized agents across various domains.

Expand Down

0 comments on commit eda8092

Please sign in to comment.