Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Basic Agent

This is a basic agent that can used to test KAgent BYO agent with ADK.

  1. Build the agent image
docker build  . --push -t localhost:5001/my-byo:latest
  1. Create a secret with the google api key
kubectl create secret generic kagent-google -n kagent  --from-literal=GOOGLE_API_KEY=$GOOGLE_API_KEY   --dry-run=client -oyaml | k apply -f -
  1. Deploy the agent
kubectl apply -f agent.yaml