package supervisor import "time" type AgentAssignment struct { AgentID string `json:"agentId"` SessionID string `json:"sessionId"` AssignedAt time.Time `json:"assignedAt"` }