sandbox connected and streaming
This commit is contained in:
@@ -28,12 +28,12 @@ DEFAULT_MODEL=claude-sonnet-4-6
|
||||
TELEGRAM_BOT_TOKEN=
|
||||
|
||||
# Kubernetes configuration
|
||||
KUBERNETES_NAMESPACE=dexorder-agents
|
||||
KUBERNETES_NAMESPACE=dexorder-sandboxes
|
||||
KUBERNETES_IN_CLUSTER=false
|
||||
KUBERNETES_CONTEXT=minikube
|
||||
AGENT_IMAGE=ghcr.io/dexorder/agent:latest
|
||||
SANDBOX_IMAGE=ghcr.io/dexorder/sandbox:latest
|
||||
SIDECAR_IMAGE=ghcr.io/dexorder/lifecycle-sidecar:latest
|
||||
AGENT_STORAGE_CLASS=standard
|
||||
SANDBOX_STORAGE_CLASS=standard
|
||||
|
||||
# Redis (for hot storage and session management)
|
||||
REDIS_URL=redis://localhost:6379
|
||||
|
||||
Reference in New Issue
Block a user