Add quickstart demos

This commit is contained in:
Mark Backman
2025-07-30 22:11:40 -04:00
parent aa85fffa57
commit 226b516948
29 changed files with 3718 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ set -e
VERSION="0.1"
DOCKER_USERNAME="your_docker_username"
AGENT_NAME="cloud-simple-bot"
AGENT_NAME="two-transport-bot"
# Build the Docker image with the correct context
echo "Building Docker image..."

View File

@@ -1,7 +1,7 @@
agent_name = "cloud-simple-bot"
image = "your_dockerhub_username/cloud-simple-bot:0.1"
agent_name = "two-transport-bot"
image = "your_dockerhub_username/two-transport-bot:0.1"
image_credentials = "dockerhub-access"
secret_set = "cloud-simple-bot-secrets"
secret_set = "two-transport-bot-secrets"
enable_krisp = true
[scaling]