
Download AWS CLI: AWS CLI Link
Then install it following the instructions.

UV is fast, lightweight, and manages environments better than pip.
Run:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
Add UV to PATH:
$env:Path = "C:\Users\leamo\.local\bin;$env:Path"

Restart your machine to apply the new PATH.
Inside your project directory:
uv init

Then select the environment in VS Code.
Go back to IAM to create an Access Key.
Run:
aws configure
Fill in:
ap-southeast-1)json

Run:
uv run which agentcore
After running, it will download all necessary libraries for AWS AgentCore.

Go to Groq and create an API key as shown. These external tools support RAG and are integrated through AWS AgentCore.
