Skip to content

Early preview of the Bedrock AgentCore HTTP runtime

jritsema/agentcore-helloworld

Repository files navigation

agentcore-helloworld

Early preview of the Bedrock AgentCore HTTP runtime.

Requirements

  • Python
  • Docker
  • AWS CLI

Usage

Optionally setup a Python virtual environment.

make init

Install all Python packages.

make install

Deploy agent to AWS. You can run this multiple times after making code changes.

make deploy app=my_agent

Test endpoint with test client.

make run-client

Development

 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

About

Early preview of the Bedrock AgentCore HTTP runtime

Topics

Resources

Stars

Watchers

Forks