Skip to content

Commit 79b62a1

Browse files
authored
Multiagent (#10)
1 parent 2968fd8 commit 79b62a1

22 files changed

Lines changed: 3054 additions & 1155 deletions

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ GCP_REQUIRED_SERVICES := compute.googleapis.com container.googleapis.com cloudkm
2424
KMS_GRANT_MEMBER ?=
2525
KMS_GRANT_MEMBERS_CSV ?= robin.holzinger@berkeley.edu
2626
GKE_CLUSTER_NAME ?= social-media-agent
27-
GKE_CLUSTER_REGION ?= us-central1
27+
GKE_CLUSTER_REGION ?= us-central1-a
2828
GKE_NAMESPACE ?= default
2929
GKE_DUMMY_AR_REGION ?= us-central1
3030
GKE_DUMMY_AR_REPOSITORY ?= gke-workflows
@@ -314,8 +314,8 @@ sentiment-schedule: gke-namespace sentiment-rbac
314314
sentiment-delete: gke-auth
315315
@$(KUBECTL) -n "$(GKE_NAMESPACE)" delete cronjob sentiment-agent --ignore-not-found
316316
@$(KUBECTL) -n "$(GKE_NAMESPACE)" delete job sentiment-agent-once --ignore-not-found
317-
@$(KUBECTL) -n "$(GKE_NAMESPACE)" delete jobs -l role=researcher --ignore-not-found
318-
@$(KUBECTL) -n "$(GKE_NAMESPACE)" delete jobs -l role=synthesizer --ignore-not-found
317+
@$(KUBECTL) -n "$(GKE_NAMESPACE)" delete jobs -l role=worker --ignore-not-found
318+
@$(KUBECTL) -n "$(GKE_NAMESPACE)" delete jobs -l role=summarizer --ignore-not-found
319319

320320
sentiment-logs: gke-auth
321321
@$(KUBECTL) -n "$(GKE_NAMESPACE)" logs -l app=sentiment-agent --all-containers=true --tail=200 --prefix=true || ( \

0 commit comments

Comments
 (0)