variable "kubeconfig" { type = string default = "~/.kube/config" } variable "kube_context" { type = string default = "kind-llm-local" } variable "agent_source_path" { type = string description = "Absolute path to agent/agent.py" }