Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Agent

Quarkus application implementing AWS Bedrock Agent Runtime HTTP protocol.

Endpoints

  • POST /invocations - agent invocation
  • GET /ping - health check

Build

mvn clean package

Run locally

mvn quarkus:dev