Dream big with the Voyage Virtuoso, a supervisor agent that is built for high net worth individuals that need help picking the most expensive and elaborate destinations given a theme ("I want to ski on expert slopes, but need ski-on/ski-off resort with great night life").
- Clone and install repository
git clone https://github.com/awslabs/amazon-bedrock-agent-samples
cd amazon-bedrock-agent-samples
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r src/requirements.txt
- Deploy web_seach tool
Follow instructions here.
- Deploy Amazon Bedrock Agents
python3 examples/amazon-bedrock-multi-agent-collaboration/voyage_virtuoso_agent/main.py --recreate_agents "true"
- Invoke
python3 examples/amazon-bedrock-multi-agent-collaboration/voyage_virtuoso_agent/main.py \
--recreate_agents "false" \
--voyage ""Give me some great options for skip trip for an expert and with ski-on/ski-off townhouse"
- Cleanup
python3 examples/amazon-bedrock-multi-agent-collaboration/voyage_virtuoso_agent/main.py --clean_up "true"
This project is licensed under the Apache-2.0 License.