Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Hello World Agent

This example is a great way to get started!

Architecture Diagram

architecture

Prerequisites

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

Usage & Sample Prompts

  1. Deploy Amazon Bedrock Agents
python3 examples/amazon-bedrock-multi-agent-collaboration/00_hello_world_agent/main.py --recreate_agents "true"
  1. Invoke
python3 examples/amazon-bedrock-multi-agent-collaboration/00_hello_world_agent/main.py --recreate_agents "false"
  1. Cleanup
python3 examples/amazon-bedrock-multi-agent-collaboration/00_hello_world_agent/main.py --clean_up "true"

License

This project is licensed under the Apache-2.0 License.