variable "namespace" { type = string } variable "agent_source_path" { type = string description = "Absolute path to agent/agent.py. Used only to bounce pods on code change." } variable "agent_image" { type = string default = "localhost/agent:0.1.0" description = "Pre-built agent image. Must be loaded into kind with `make agent-build`." } variable "llm_service_url" { type = string description = "OpenAI-compatible base URL, e.g. http://llm-llm-app.llm-prod.svc.cluster.local:8000/v1" } variable "model_alias" { type = string default = "Qwen2.5-1.5B-Instruct" } variable "ingress_host" { type = string } variable "ingress_class" { type = string default = "nginx" }