Early preview of the Bedrock AgentCore HTTP runtime.
- Python
- Docker
- AWS CLI
Optionally setup a Python virtual environment.
make initInstall all Python packages.
make installDeploy agent to AWS. You can run this multiple times after making code changes.
make deploy app=my_agentTest endpoint with test client.
make run-client Choose a make command to run
init initialize a new python project
install add a new package (make install <package>), or install all project dependencies from piplock.txt (make install)
start run local project
run run uvicorn app
test test the invocations endpoint
build build container image
docker-run run container image
deploy deploy the agentcore agent (make deploy app=my-app)
run-client run test client
Generated by https://github.com/jritsema/cookiecutter-python