The Trip Planner uses three sub-agents to help you build a robust itinerary. It leverages a Restaurant Scout and an Activity Finder to get great ideas, and an Intinerary Compiler to finish the job. Try it out for your next trip.
- 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 Search tool
Follow instructions here.
- Deploy Working Memory tool
Follow instructions here.
- Deploy Amazon Bedrock Agents
python3 examples/multi_agent_collaboration/trip_planner_agent/main.py --recreate_agents "true"- Invoke
python3 examples/multi_agent_collaboration/trip_planner_agent/main.py --recreate_agents "false"- Cleanup
python3 examples/multi_agent_collaboration/trip_planner_agent/main.py --clean_up "true"This project is licensed under the Apache-2.0 License.
