Skip to content

A customer care chatbot (agent) built using langchain with AWS Runtime in Bedrock Agentcore.

Notifications You must be signed in to change notification settings

addytrunks/customer_care_aws

Repository files navigation

Running our customer care agent in AWS (Runtime) using AgentCore framework

Steps:

  1. Create aws account
  2. IAM user with appropriate permissions(user group)
  3. access token
  4. install aws cli v2
  5. configure aws configure with access-key-ID, secret access key,region,output format

AgentCore Configuration & Launch

  1. Configure the Entrypoint: Link the runtime to your code.

    # Registers your python file as the entry point
    agentcore configure -e 01_agentcore_runtime.py
  2. Set Environment Variables:

    # Launch with your environment file (containing API keys etc.)
    agentcore launch --env .env
  3. Invoke the Agent:

    # Send a test payload to the running agent
    agentcore invoke "{'prompt': 'your prompt'}"

About

A customer care chatbot (agent) built using langchain with AWS Runtime in Bedrock Agentcore.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages