* Adds pipecat.runner.run - FastAPI-based development server with automatic bot discovery * Adds new RunnerArguments types for different transports * Adds new runner utils for creating transports and parsing data * Adds new Daily and LiveKit utils for setup
9 lines
213 B
TOML
9 lines
213 B
TOML
agent_name = "cloud-simple-bot"
|
|
image = "your_dockerhub_username/cloud-simple-bot:0.1"
|
|
image_credentials = "dockerhub-access"
|
|
secret_set = "cloud-simple-bot-secrets"
|
|
enable_krisp = true
|
|
|
|
[scaling]
|
|
min_agents = 0
|