package config import "time" type Config struct { MinAgents int MaxAgents int WorkflowsPerAgent int PoolID string Image string Environment map[string]string GRPCAddress string GRPCSecure bool AgentInactivityTimeout time.Duration AgentIdleTimeout time.Duration UserData string FilterLabels string ExtraAgentLabels map[string]string }