awslabs / multi-agent-orchestrator

Flexible and powerful framework for managing multiple AI agents and handling complex conversations
https://awslabs.github.io/multi-agent-orchestrator/
Apache License 2.0
1.71k stars 111 forks source link

Feature request: Add python example for tools usage #88

Open FrancoisChastel opened 2 days ago

FrancoisChastel commented 2 days ago

Use case

I would like to get the documentation example for tools usage (https://awslabs.github.io/multi-agent-orchestrator/cookbook/tools/weather-api/) in python

Solution/User Experience

Add use case in python in a similar way as the one done in the rest of the documentation.

Alternative solutions

No response

brnaba-aws commented 2 days ago

Hello @FrancoisChastel , Thanks for your interest in the MAO.

We have updated the doc with example of tool for weather api in python: https://awslabs.github.io/multi-agent-orchestrator/cookbook/tools/weather-api/

Please let us know if that satisfy your need, if yes, we can close this issue.

Thanks, Anthony